On Tue, Feb 2, 2010 at 2:08 PM, jiggy <[email protected]> wrote: > I run a small RoR application on a company server. I try to install > my own list of gems because I would like to test new features, but the > admin did not want to install these because these may disrupt other > applications. Since I know that I can install some gems locally in my > own machine, I ask the admin if it is possible to have a separate set > of gems only for my application or for my user account. However, he > said "no." Is it really impossible to do that? > > Hi, you can use the Bundler gem to package your gems with your Rails application. Thus, you can find information about the gem here:
http://github.com/carlhuda/bundler Good luck, -Conrad > -- > 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]<rubyonrails-talk%[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.

