Capistrano Upgrade Problem
A few days ago I ran a sudo gem update and unwittingly got a Capistrano 2.0.0 upgrade that broke my ability to deploy a bunch of existing Rails apps. cap deploythe task `deploy’ does not exist Hmm. That sucks. Nick to the rescue. Here’s the culprit: gem list | egrep -v “^( |$)” ……capistrano (2.0.0, [...]


