Capistrano recipes pack
- unicorn: server start, reload, stop tasks
- Assets: option to skip assets precompiling
- Managing
database.yml
Securely accoring to http://www.simonecarletti.com/blog/2009/06/capistrano-and-database-yml/
Add this line to your application's Gemfile:
gem 'capistrano-pro', :git => 'git://github.com/web4pro/capistrano-pro.git'
And then execute:
$ bundle
In order to use capistrano-pro tasks you should use bundle exec
- sosedoff/capistrano-unicorn
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request