Over Thanksgiving Day weekend I released a new RubyGem called Cape. You may find it useful if you’re a user of both Capistrano and Rake.
Install Cape by typing gem install cape at the command line, or make it a dependency of your project by using Bundler.
What can Cape do?
/usr/bin/env rake is the default)If you’ve ever wanted to execute a Rake task remotely, Cape can help. In your Capistrano recipes, include the following:
require 'cape'
Cape do
# Create Capistrano recipes for all Rake tasks.
mirror_rake_tasks
end
Now all your Rake tasks can be invoked as Capistrano recipes. See the readme for more Cape-abilities.
Up, up, and away! 