Search  

Deep in Marvin's thorax gears ground.
busy

Putting Rails gems into the vendor directory

Over on Err The Blog is an article on placing your gems into the vendor directory rather than relying on them being in the environment.

I’ve run into the issue before where a Rails app doesn’t run on a server due to a gem not being installed. Adding them to your application seems like a perfect solution and deals with other computers possibly having various versions of gems installed.