Installing local gems?
|
|
Hi, I just tried installing a local gem on positron.. the gem install went fine, but when I tried restarting mongrel, it crashed saying it couldn’t find the gem. Do I need to set the GEM_PATH variable somewhere in my application? If I do that, do I need to install all the gems I use locally, or will the rails app know that if the gem doesn’t exist in my local directory that it should look in the system-wide default directory? Thanks! Bryan |