osx - Installing Rails on Mac OS X 10.6 (SL) -


I just went to install ROR on my Snow Leopard Mac and found that the rail gem was already installed. .

Is this normal? Need to update it?

Is it installed with textmate?

It is installed with Snow Leopard Developer Tools version 1.8.7 of Ruby is installed.

You should be right for your development needs. If you only want to upgrade to update gems:

  $ sudo gem install rubygems-update $ sudo update_rubygems $ sudo gem update $ sudo gem update --system $ sudo gem rails installs  

Comments