About ruby on rails, hackintosh, iphone3g and etc.

Sunday, September 20, 2009

uninitialized constant ApplicationController

Upgrading from Rails 2.2.2 to later version namely Rails 2.3 and above, there is simple change which stop your Rails app from running. To update all the incompatibilities, namely changes due to application.rb to application_controller.rb, you can use this command:

rake rails:update

That's all.