Fork me on GitHub

capistrano

    split your cap tasks into different files

    10 Sep 2012

    Richard Huang

    Your capistrano deploy.rb file might become complicated with the growth of your application, contain more and more cap tasks, it would be better to split these tasks into different files according to the functionalities, which makes it easy to maintain, and they are more likely to be reused in the future. Read More

    Tags 


    DRY bundler in capistrano

    02 Sep 2010

    Richard Huang

    There are a few posts told you how to integrate bundler into capistrano, but they are out of date now. After bundler 1.0 released, you can add only one line in capistrano to use bundler. Read More

    Tags