I have defined some new methods in the application_controller.rb, and
need to test them in the consle.
If I changed some codes in the application_controller.rb.
I should always restart the console.
I have tried to use 'reload!' command, just dosen't work.
And then I use "require 'applicatioin.rb'",
still dosen't work.
Help! :(
How are you trying to run your controller methods in the console?
What's the exact syntax you're using? Normally, you can't do this
easily...
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.