I\'m trying to install the rails 3.0.0.beta and I\'m running into this issue:
justins-mac-: justinz$ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-dar
sudo gem install railties --pre
Try
sudo gem update --system
Since that does nothing, try
sudo gem cleanup
then reinstall.
After upgrading rubygems and cleaning up you need to:
gem install railties --pre