On Jan 17, 2011, at 1:26 PM, Craig Stuntz wrote: > The instructions here http://rubyonrails.org/download say: > 1. Download + install Ruby. > 2. Download + install gems. > 3. gem install rails. > > (1) worked fine. I chose Ruby 1.9.2. (2) failed, perhaps because > current Ruby already has gems. Once I figured out that it didn't > matter that (2) didn't work, (3) worked fine.
I'm guessing 2 must have worked in some manner, as the command "gem install rails" is calling RubyGems. Best Wishes, Peter > > As this is somewhat confusing, I'd like to suggest that > http://rubyonrails.org/download be updated to note that installing > gems is unnecessary with current Ruby. > > -- > 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. > -- 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.

