Ruby on Rails Saturday, January 21, 2012

On Jan 21, 3:53 pm, Felipe Pieretti Umpierre <li...@ruby-forum.com>
wrote:
> CavalryJim wrote in post #1041969:
>
> > Also - in general, it is not a good idea to install gems using sudo.
>
> CavalryJim, what is the best way to install ?
>
> --
> Posted viahttp://www.ruby-forum.com/.

As Colin stated, a best practice for installing ruby is rvm.

For installing rails, use 'gem install rails'

For all other gems, add the gem to your projects gemfile and run
'bundle install'.

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment