If you're running in production mode, you'll need to restart your application after you install gems:
path_to_app:> touch tmp/restart.txt
If you have the system ruby installed, you'll need to make sure you're installing gems in REE instead of the system ruby's gem folder, but your gem environment looks like it's doing that.
Like doades said, it'd help to have a gem listing.
You can also unpack the gem locally (rake gems:unpack) and add it to your repository and do a new deployment. Personally, I unpack and vendor everything to keep a gem update from breaking my application. Again, you'll have to restart passenger after you do that.
Main Topics
Browse All Topics





by: doadesPosted on 2009-10-24 at 10:38:47ID: 25653286
can you post the output of running
"gem list"