Skip to content

Instantly share code, notes, and snippets.

@therobot
Created August 25, 2010 11:26
Show Gist options
  • Save therobot/549317 to your computer and use it in GitHub Desktop.
Save therobot/549317 to your computer and use it in GitHub Desktop.
before "deploy:symlink_initializers", "bundler:bundle_new_release"
namespace :bundler do
task :bundle_new_release do
run "cd #{release_path} && bundle install"
end
end
@samlown
Copy link

samlown commented Aug 25, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment