Profiling in the browser doesn't work with Rails 2
Patrick Crosby
1 post
|
There’s no process method in ActionController::Base… |
Mike Clark
Administrator
26 posts
|
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) #:nodoc: Can you confirm that it works for you in Rails 2.0.2? Thanks! Mike |
Daniel sopel
1 post
|
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: C:/Documents and Settings/Home/My Documents/NetBeansProjects/rest_demo vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing’ |
3 posts, 3 voices
