betweenGo

Upgrading to Rails 1.2.6

by on Jan.28, 2008, under Ruby on Rails

Today I upgraded to Rails 1.2.6 as I prepare to move towards Rails 2.0. Notes on this release can be found here.

Here are the steps I took.

  1. Upgrade Ruby Gems to the latest version (in this case 1.0.1).
    gem update --system
  2. Upgrade Ruby on Rails to the latest version (in this case 2.0.2).
    gem install rails
    To specify upgrading to Ruby on Rails 1.2.6 do this.
    gem install rails -v 1.2.6
    (What I probably should have done was a gem update because now I have installed 1.2.6 and 1.2.3.)
  3. Update configuration.
    set RAILS_GEM_VERSION to ‘1.2.6’ in config/environment.rb
    rake rails:update:configs


Share

Related posts:

  1. Installing Ruby on Rails on Red Hat Enterprise Linux 4
  2. My First Rails 2.0 Application w/ Restful Authentication
  3. Setting up a Windows Ruby on Rails Environment
  4. Upgrading MeetingKoreans.com to Rails 1.2.6
  5. Ruby on Rails and Oracle

:

2 Trackbacks / Pingbacks for this entry

Leave a Reply

 

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!