I recommend to go straight to 2.1.5+ without intermediate steps. Otherwhise you burden yourself with unnecessary work of encoding problems...
Some tasks in a web application are better not done live when a user request a page, but in the...
What is rake good for? Take a look at some of the Rake tasks that Rails gives you (rake...
In Capistrano 2, directories in shared_children used to be symlinked to the shared directory during the finalize_update task...
Capistrano 3 is a major rework of the framework and requires several adjustments to your deploy configuration files. The biggest...
You can hook into Slack when using Capistrano for deployment. The slackistrano gem does most of the heavy lifting for...
Geordi 1.0 features a command line application geordi, that holds most of Geordi's previous commands. New features
With this command you can initiate an application restart without touching restart.txt. Unlike touching restart.txt, this tool initiates the restart...
Rails has always included a scaffold script that generates a default controller implementation for you. Unfortunately that generated controller is...
Capistrano 2 brings the shell command which allows you to run commands on your deployment targets. There is also invoke...
Our development process makes us deploy very often. As the number of releases grows, junk clogs up the hard drive...
Given you use Capistrano together with bundler to automatically install your gems when deploying. I recently had the problem that...
Geordi now has a script that runs capistrano with all known deploy targets (i.e. staging, production...). Use with geordi capistrano...
Our old solution for cronjobs, the "craken" plugin, is no longer maintained and does not work on Rails 3.2+.
When deploying, Capistrano puts a REVISION file into your application's release directory. It contains the hash of the commit...
deploy-to-production now calls Capistrano with bundle exec since we started to bundle Capistrano in all projects.
There is a conflict between current capistrano versions and the 2.5.1 net-ssh gem. Make sure you upgrade to 2.5.2...
Capistrano recently had some API changes that can results in deploys not working when running with old deploy.rb files.
I got these warnings while deploying a Rails 3.2 app with asset pipeline enabled: *** [err :: host.tld] find: `/opt/www/hollyapp.com/releases/20120503115342/public/images': No such...
Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...
When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...
Note: capistrano_colors was merged into Capistrano starting from v2.13.5. However, this requires Ruby 1.9+. If you cannot upgrade Capistrano...
When you have a complex recipe setup with multistage deployment you may run into this error: `role_list_from': unknown...
We forked craken today and fixed one of the issues we had with new (>0.8.7) rake versions. The craken:install...