If you want to start playing with the latest features of Ruby on Rails (2.0 due out very soon), you can install from source with something like the following:
sudo gem install rails --source http://gems.rubyonrails.org -y
To verify your install,
rails --version