Tue 8 Sep 2009
Freezing gems (other than rails) on 2.3.4
Posted by kosmas under Dreamhost, ruby on rails
No Comments
Problem
Your host (ie dreamhost) for deploying applications doesn’t have the gems you are using in your development.
Solution
After freezing your rails gems with rake rails:freeze:gems, freeze the rest of your gems, not with rake gems:freeze gem=GEM_NAME, as used in previous versions of rails, but with:
rake gems:unpack
No Responses to “ Freezing gems (other than rails) on 2.3.4 ”