Ben Wilson
2009-May-15 15:32 UTC
Undefined method `rescue_responses'' for ActionController::Base:Class in Rails Edge
Greetings. I just started a new rails project basing off the edge.[1] I prefer to unpack my gems, but when I did so, I received the error below. Anybody else encounter this and have a suggestion? $ rake gems:unpack (in [omitted]) rake aborted! undefined method `rescue_responses'' for ActionController::Base:Class (See full trace by running task with --trace) Thanks, Ben -- [1]: http://ariejan.net/2009/01/04/how-to-start-a-rails-edge-app-the-easy-way/
Maybe Matching Threads
- help - updated from 1.2.5 to 1.2.6 and getting undefined method 'session=' for ActionController::base
- What is class TestController < ActionController::Base
- Exception in ActionController::Base:Class for "first request only"
- Overriding ActionController method in an app
- Why ActionController::Base.class_eval for includes?