Generic-user-small Patrick Crosby 1 post

There’s no process method in ActionController::Base…

 
Mike-120_small 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:
actionpack-2.0.2/lib/action_controller/base.rb:516: def process(request, response, method = :perform_action, *arguments) #:nodoc:

Can you confirm that it works for you in Rails 2.0.2?

Thanks!

Mike

 
Generic-user-small 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
Application Trace | Framework Trace | Full Trace

vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing’
app/controllers/events_controller.rb:17:in `search’

3 posts, 3 voices