↧
Profiling in the browser doesn't work with Rails 2 posted by Patrick Crosby @...
There’s no process method in ActionController::Base…
View ArticleProfiling in the browser doesn't work with Rails 2 posted by Mike Clark @...
Patrick:This works for me and looking at the Rails 2.0.2 source, I see the process method:actionpack-2.0.2/lib/action_controller/base.rb:387: def process(request, response)...
View ArticleProfiling in the browser doesn't work with Rails 2 posted by Daniel sopel @...
What does profiling in browser mean?I couldn’t get http://localhost:3000/events/search?term=rubyconf to work in Rails 2.0.2.undefined method `search’ for #<class:0x37f57f8>RAILS_ROOT:...
View Article