I am trying to implement a gem called rack-mini-profiler, where while running the server I got the following errors, which are because of adding configuration options in config/initializers/mini_profiler.rb as in its documentation:
1. undefined method `enabled=' for #
2. <top (required)>': undefined method `flamegraph_sample_rate=' for #<Rack::MiniProfiler::Config:0x00000002701488> (NoMethodError
Documentation link https://github.com/MiniProfiler/rack-mini-profiler
Would somebody help with this ?