aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/capistrano.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* Properly require Capistrano versionSteve Klabnik2013-10-281-0/+1
* Simple check const existsanemat2013-08-311-5/+1
* Guard from load error 'capistrano/version'sanemat2013-08-311-2/+5
* Require version file for checking capistrano versionsanemat2013-08-301-0/+1
* Don't allow to use bundler/capistrano with cap 3.xKir Shatrov2013-08-161-0/+4
* fixes for capistrano integrationAndre Arko2012-05-231-1/+1
* Run the bundle install earlier in a Capistrano deployment to give other tasks...Chris Griego2011-08-091-1/+1
* lambda up the rake command so it will honor :bundle_cmdAndre Arko2011-04-081-1/+1
* should just use fetch directlyAlex Arnell2011-04-061-2/+1
* rake tasks should respect bundle_cmd as wellAlex Arnell2011-04-061-1/+2
* tell capistrano to run "bundle exec rake"Andre Arko2011-01-181-0/+1
* Refactor :bundle_roles so it works for cap and vlad, expand docsAndre Arko2010-11-021-4/+1
* Adding ability to set roles for capistrano bundle:installSteve Hull2010-11-021-1/+3
* Fix some whitespaceCarl Lerche2010-09-151-1/+1
* Further refactoring of the deployment recipesdbloete2010-09-141-21/+2
* Refactored deployment recipesdbloete2010-09-141-14/+4
* don't force gemfile to come from latest_releasejgeiger2010-09-081-6/+6
* Implement and document the capistrano task bundler_cmd variableRoland Guem2010-08-281-2/+6
* Document the capistrano task bundler_install_env variable and add the --quiet...Chris Griego2010-08-201-15/+13
* Fix the documented cap task bundle_dir default, format a bitAndre Arko2010-08-131-7/+7
* Harden the capistrano taskChris Griego2010-08-131-6/+28
* Fix capistrano escaping for realAndre Arko2010-08-121-1/+2
* Fixed escaping issue in capistrano. thanks: Lawrence CurtisSantiago Pastorino2010-08-111-1/+1
* Update cap taskAndre Arko2010-08-101-15/+7
* Adds basic Capistrano task for Bundler. To use it, just require 'bundler/capi...Nicolas Blanco2010-08-091-0/+23