Rich d wrote: > i am trying to install ruby on rails. is ruby gems the best way to go > before installing rails since it is a package manager or do I need to > install ruby 1.8.7?
First install Ruby 1.8.7, then install rubygems, then install rails with: "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.

