Ruby on Rails Friday, June 29, 2012

On 29 June 2012 09:42, Gurdipe Dosanjh <rhomobileapps@gmail.com> wrote:
> Hi
>
> I am working in a linux ruby rails environment and would like to install
> some gems but ensure that i they only work within my branch of the code and
> are not put into the gem path so that they are visible to everyone else

Use rvm, then each user and rails app can have a different set of gems
https://rvm.io

In fact it is highly recommended to use rvm anyway.

Colin

--
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-US.

No comments:

Post a Comment