Usually I use RVM + Passenger for my rails applications. Recently, however, I needed to use Passenger without RVM. And I'm confused about gem location.

What's the location of gems that Passenger without RVM uses? The system gems or what?

If I do 'bundle install', gems are installed for the user, right? Then, the gems are not used by Passenger.

Can you help me with this confusion?

link|improve this question

20% accept rate
feedback

1 Answer

Procedure differs with the base OS installed but basically are the same.

Please consult this

How to set-up Ruby on Rails server on a Linux cloud (Ubuntu 10.04 LTS)

link|improve this answer
It's very helpful. I learned a lot from it. Thanks. – user18486 Jan 9 at 21:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.