Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #capistrano
Thu, June 18, 2015
1 min read
[Capistrano] Deploy by specifying a specific branch or commit
A quick memo for deploying a specific branch or commit with Capistrano's -S flag.
read more →
Fri, November 9, 2012
[Ruby] cannot load such file -- ci/reporter/rake/rspec
Rescue ci_reporter's LoadError in Rakefile so Capistrano's assets:precompile survives in production.
Mon, December 17, 2012
[Capistrano] Recipe for executing rake tasks
A Capistrano recipe for invoking rake tasks on a remote server, with a namespace-collision workaround.