Grrrrr - Rails 2.3 ApplicationController File Renamed
Friday, June 5th, 2009The Application Controller in Rails 2.3 has been renamed to application_controller.rb, whereas previously it was application.rb. If you don’t fix it, calling any controller will return this cryptic error.
NameError in MyController#search
uninitialized constant ApplicationController
After trying to fix this by checking out an older revision, reconfiguring Mongrel/Apache and generally turning things on & off, I discovered [...]