Frederick Cheung wrote: > Don't think xcode does anything with rails at all
I'm pretty sure you're correct Fred. Installing the developer tools (including Xcode) also install Ruby and Rails, along with other useful developer related things like gcc, cvs, Subversion, etc. But, other than that Xcode itself doesn't interact with Rails. I do have a couple of recommendations though. Before you do anything else with updating, first update Rubygems with: sudo gem update --system Then your should be safe to go ahead and update any gems you like, including Rails. I'm not sure if this matters, but I don't really use the gem update command, other than to update Rubygems itself. Instead I just use the gem install command to install updated versions: sudo gem install rails -- 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 -~----------~----~----~----~------~----~------~--~---

