Sam, I was trying to add config.middleware.insert(0, Rack::MiniProfiler) to environment.rb and have a error `load_missing_constant’: uninitialized constant Rack::MiniProfiler (NameError) when start server
@sam I am trying to use it in Rails 2.3 but I am getting an error “undefined method `set_cookie_header!’ for Rack::Utils:Module” when I am trying to load the page,does it really work with Rails 2.x or shall I give up on that ?, I badly need this profiler for my project.Please suggest some workaround or any alternatives.
@domic Are you able to fix your issue and able to use it for Rails 2.x ?