Created
August 25, 2010 11:26
-
-
Save therobot/549317 to your computer and use it in GitHub Desktop.
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
before "deploy:symlink_initializers", "bundler:bundle_new_release" | |
namespace :bundler do | |
task :bundle_new_release do | |
run "cd #{release_path} && bundle install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, super-sencillo entonces :-)
Esto es lo que estoy manejando de scripts que he encontrado "por allí" con modificaciones: http://gist.github.com/549528
Funciona bien con la última versión hasta que cambias la versión de Rails, que es el problema que tenia hoy.