Migrating to Rails 2.0
Today i have done some migrations to Rails 2.0.
Here is a quick todo checklist to upgrade your rails 1.2 to rails 2.0:
Install Rails 2.0, for example with gem install rails
Update system gems with gem update –system
Change the value of RAILS_GEM_VERSION to 2.0.2 in your environment.rb
Add the following lines to your environment.rb:config.action_controller.session = { :session_key => [...]
