Re: [Rails] Installing gems to user directory - Configurations - How to ?

2013-06-24 Thread Dheeraj Kumar
You could use rvm or rbenv instead. On Jun 24, 2013 10:05 PM, "Boopathi Rajaa" wrote: > I compiled Ruby from source, and installed it to /opt/ruby/ . > The purpose is to have two versions of Ruby 1.9 and Ruby 1.8 ... Certain > users can use 1.9 > > After creating a rails app (rails new app) , Whe

[Rails] Installing gems to user directory - Configurations - How to ?

2013-06-24 Thread Boopathi Rajaa
I compiled Ruby from source, and installed it to /opt/ruby/ . The purpose is to have two versions of Ruby 1.9 and Ruby 1.8 ... Certain users can use 1.9 After creating a rails app (rails new app) , When a script performs `bundle install`, the gems are trying to get installed in /opt/ruby/. How