2
votes
Setting environment variables for Phusion Passenger applications
Before you do any requires (especially before requiring rubygems) you can do:
ENV['GEM_HOME'] = '/foo'
This will change the environment variable inside this proces …
