Putting your GEMs on Ice
Posted by BM5k on March 19, 2008 at 09:53 AM
Mostly for my benefit later, but maybe helpful to you other rails newbs: I always seem to not be able to find this quickly when I want to freeze mah gems. It isn’t that hard, I’m just that absent minded.
To lock in a specific version:rake rails:freeze:edge TAG=rel_2-0-2Ensure all your config files match:
rake rails:update:configsTo double check which version is actually being run by your app:
script/about
Comments
There are 0 comments on this post. Post yours →
Post a comment
Required fields in bold.