On 29 June 2012 09:42, Gurdipe Dosanjh <[email protected]> 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 [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-US.

