Created
January 25, 2010 14:37
-
-
Save parasew/285907 to your computer and use it in GitHub Desktop.
deploying rails apps with all gems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO ON HOW TO DEPLOY APP WITH ALL GEMS+BINARY GEMS. | |
*freezing the app:* | |
rake rails:freeze:gems | |
rake gems:unpack | |
rake gems:refresh_specs | |
rake gems:build | |
rake gems:unpack:dependencies | |
rake gems:refresh_specs | |
*deploying the app:* | |
rake gems:refresh_specs | |
rake gems:build | |
see also: http://reborg.tumblr.com/post/99668398/rails-gems-unpack-native |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment