NameError after the Upgrade to Rails 2.3.2
Tuesday, April 21st, 2009I was upgrading my local rails version from 2.2.2 to 2.3.2 by running:
gem update
I changed config/environment.rb to:RAILS_GEM_VERSION = ‘2.3.2′ unless defined? RAILS_GEM_VERSION
Starting my local server and navigating to localhost:3000 produced the following error:
NameError in UsersController#login
uninitialized constant ApplicationController