greynode » rails http://greynode.org ingĂ©nierie de tous les aspects de vie Fri, 15 Apr 2011 16:12:00 +0000 en hourly 1 http://wordpress.org/?v=3.1.1 Updating Rails on OS X http://greynode.org/2009/06/23/updating-rails-on-os-x/ http://greynode.org/2009/06/23/updating-rails-on-os-x/#comments Wed, 24 Jun 2009 02:04:17 +0000 enum http://greynode.org/?p=60

Read the rest of this entry »

]]>
If you install XCode for OS X 10.5, it automatically comes with a version of rails. This is (generally) not the latest version however, and you must take a few steps to update it. First you need to update rubygems with the following:

macintosh$ sudo gem install rubygems-update
macintosh$ sudo update_rubygems

After updating rubygems, you should be able to update the rest of your gems without a problem (including rails) via the following:

macintosh$ sudo gem update

After that you should be ready to build a rails app.

]]>
http://greynode.org/2009/06/23/updating-rails-on-os-x/feed/ 0