Dive into the archives.
- Vendor/Gems and Rake
Today, I hit a little bump along the road of having a nice, simple checkout/run path in the Rails project I’m working on. The problem occurs when you don’t have a gem installed on the system, instead unpacking it into vendor/gems. In order for those to be included in the environment, you need [...]
