This is a simple Capistrano configuration file. It's based on the railcast: http://railscasts.com/episodes/133-capistrano-tasks, but it also handles...
Once you have the basic configuration file (see: Capistrano basic configuration), you can: Initialize the deployment directory cap deploy:setup...
Best results in other decks
Capistrano is by default configured to exclude the gems of the groups development and test when deploying to the stages...
Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...