aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/deployment.rb
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #5077 - bundler:aa-revert-4998, r=indirectHomu2016-10-121-1/+1
| | | | | | Revert "::Rake::CommandFailedError doesn't exist." This reverts commit c5a889ce865cc0314597e9de11e2bee366e797ac.
* Auto merge of #4998 - srbaker:patch-1, r=segiddinsHomu2016-09-301-1/+1
| | | | ::Rake::CommandFailedError doesn't exist.
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-1/+2
|
* Add capistrano deployment deprecation warningStefan Lance2016-07-051-0/+5
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
|
* Implement optional groupsJonne Haß2015-03-301-0/+3
| | | | | | | | | * Add optional option to the group method, defaulting to false * Exclude optional groups from the groups to be installed * Add --with parameter to bundle install to install a group that would * otherwise be excluded * Error out if a group is listed in both, --with and --without * Add bundle_with option to capistrano task
* Fixed typosPrathamesh Sonpatki2013-05-121-1/+1
|
* clarify that app path isn't from bundler/capAndre Arko2013-01-231-2/+2
| | | | [ci skip]
* Merge pull request #1862 from jgeiger/masterAndré Arko2013-01-231-0/+1
|\ | | | | Show that current_release can be overridden.
| * Show that current_release can be overridden.Joey Geiger2012-04-201-0/+1
| |
* | fixes for capistrano integrationAndre Arko2012-05-231-4/+4
|/ | | | | | | | switch the bundler hook to before "deploy:finalize_update", so that finalize_update will not run if `bundle install` fails. (thanks @leehambley) change from `current_release` to `latest_release`, because both cap and vlad provide more robust directory-finding code behind `latest_release`. (thanks @dontangg) closes #1264
* Raise more helpful error when current_release path cannot be successfully ↵Matt Sanders2011-09-131-3/+8
| | | | detected.
* Separate commands in deployment task with && instead of ;Martin Jagusch2011-02-091-1/+1
|
* Fix update_code task to run bundle command in current release path. Issue ↵Martin Jagusch2011-02-011-1/+1
| | | | occurs when gems with a relative path are defined
* Allow bundler/vlad to work in vlad deploy scriptsEric Coleman2011-01-141-2/+2
| | | | | | | | Fixes: Undefined Capistrano constant when using vlad Rake::FetchError on :default_roles Closes #892, #903
* Refactor :bundle_roles so it works for cap and vlad, expand docsAndre Arko2010-11-021-10/+25
|
* Adding some docs about setting capistrano rolesSteve Hull2010-11-021-1/+2
|
* Fix some whitespaceCarl Lerche2010-09-151-2/+2
|
* Further refactoring of the deployment recipesdbloete2010-09-141-13/+32
|
* Refactored deployment recipesdbloete2010-09-141-0/+18