after using it
config.action_controller.include_all_helpers = false
when trying to run any ApplicationController method like (testing)
class ApplicationController < ActionController::Base
..
def checking
debugger
end
running in console
sc
=> Debugger enabled
Loading development environment (Rails 3.1.0.rc5)
ruby-1.9.2-p290 :001 > checking
NameError: undefined local variable or method `checking' for
main:Object
what's new about it ... ? none of the ApplicationController can be
run ...
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.