Skip to content

Instantly share code, notes, and snippets.

@parasew
Created January 25, 2010 14:37
Show Gist options
  • Save parasew/285907 to your computer and use it in GitHub Desktop.
Save parasew/285907 to your computer and use it in GitHub Desktop.
deploying rails apps with all gems
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