Archive for May 24th, 2008
Daily Archive
Saturday, May 24th, 2008
Upgrading Ruby on Rails application from 1.2.3 to 2.0.2
Problem
Upgrading an existing Ruby on Rails application from 1.2.3, to 2.0.2, presents few problems. I will try and keep a record of the ones I encounter along the way, here.
Solution
Change the config/environment.rb to let the application know to use the 2.0.2 gem rail version,
change the following line from:
RAILS_GEM_VERSION = ‘1.2.3′ unless [...]