Yudi Soesanto wrote: > Hi guys, > > Is there any good documentation to upgrade rails, ruby and supported > gems? I > use mac tiger. > Also, what is the stable version of ruby?
Upgrade RubyGems with: sudo gem update --system Upgrade to the latest Rails with: sudo gem install rails Upgrade gems with: sudo gem install <gem_name> I'm currently running Ruby 1.8.7 (2008-08-11 patchlevel 72) on Mac OS X 10.6.2. Here's a guide I used to use before Mac OS X 10.5+ made it irrelevant. (at least for me): http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

