summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Document the supported optionDavid Rodríguez2018-09-181-2/+2
|
* Fix man page linksHiro Asari2018-05-171-1/+1
| | | | | | | | | | | | | | | With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes.
* Auto merge of #6184 - arbonap:pa-check-in-gemfile-docs, r=indirectThe Bundler Bot2018-02-131-2/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs to reflect revised guidance to check in locks for gems Thanks so much for the contribution! To make reviewing this PR a bit easier, please fill out answers to the following questions. ### What was the end-user problem that led to this PR? The problem was... - Bundler stopped gitignoring gem locks. The change was merged in but we need to reflect that change in documentation. ### What was your diagnosis of the problem? My diagnosis was... - To add in documentation explaining why Bunder now does _not_ gitignore gem locks. ### What is your fix for the problem, implemented in this PR? My fix... - Update the `gemfile.lock` section of `bundle install` man pages as well as the `gemfile` man page. ### Why did you choose this fix out of the possible options? I chose this fix because... - This addresses open issue https://github.com/bundler/bundler/issues/5879
| * Tweak language, remove lock info from Gemfile doc.Andre Arko2018-02-121-7/+8
| | | | | | | | | | | | After reviewing, I think the question and answer is a bad fit for the `gemfile` man page. It does seem like a good fit for the FAQ page on the Bundler documentation site, though, and I'll add it over there.
| * Update docs to reflect revised guidance to check in locks for gemsPatricia Arbona2017-11-221-2/+10
| |
* | [Man] Audit links to other manpagesseg-audit-man-linksSamuel Giddins2018-01-041-1/+1
|/
* Auto merge of #5889 - bundler:rubymorillo-patch-4, r=colby-swandaleThe Bundler Bot2017-10-011-1/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a sentence to `binstubs` Per feedback from @arbonap, we've added a sentence that briefly explains what binstubs is to the binstubs section. Thanks so much for the contribution! To make reviewing this PR a bit easier, please fill out answers to the following questions. ### What was the end-user problem that led to this PR? The problem was...no understanding of what binstubs is. Added a quick two sentences! ### What was your diagnosis of the problem? My diagnosis was...we needed some language there. @arbonap and @indirect pointed this out and offered the explanations. ### What is your fix for the problem, implemented in this PR? My fix...was to turn their explanations into simple language! ### Why did you choose this fix out of the possible options? I chose this fix because...it'll help users understand binstubs better
| * removed more whitespacerubymorillo-patch-4Stephanie Morillo2017-09-201-1/+1
| | | | | | from line 54
| * Removed extra whitespace in line 54Stephanie Morillo2017-09-151-1/+1
| | | | | | (Fingers crossed!)
| * Removed whitespaceStephanie Morillo2017-07-211-1/+1
| | | | | | From line 51
| * Added a sentence to `binstubs`Stephanie Morillo2017-07-201-1/+6
| | | | | | Per feedback from @arbonap, we've added a sentence that briefly explains what binstubs is to the binstubs section.
* | Add missing flag aliases to docsPatricia Arbona2017-07-281-1/+1
| |
* | Alphabetize install flags; add links to Rubygems docsPatricia Arbona2017-07-211-30/+30
|/
* Fix a typosKoichi ITO2017-05-031-1/+1
|
* Fix typo in man page.smlx2016-12-071-1/+1
|
* Edit config & install docs re: remembered flagsStefan Lance2016-07-051-41/+6
|
* Update bundle install man page with --frozen optionMark Campbell2016-04-151-0/+5
| | | | This option has existed since v1.1 and we're currently on v1.11!
* Remove iffy words from the docAditya Prakash2016-03-081-2/+2
|
* Small fixes in man pagesAditya Prakash2016-03-051-3/+3
|
* Clarify the documentation for --jobsTim Lucas2015-11-051-1/+2
|
* tweak wordingAndre Arko2015-08-071-1/+1
|
* Clarify "--standalone" help messageErick Sasse2015-08-071-1/+2
|
* Merge pull request #3723 from mattbrictson/patch-1André Arko2015-06-191-4/+4
|\ | | | | | | | | Clarify the purpose of --deployment [ci skip]
| * Clarify the purpose of --deploymentMatt Brictson2015-06-051-4/+4
| | | | | | | | | | The man page originally explained that `--deployment` is not appropriate for the `test` environment, which is misleading. In a CI environment, you *do* want to use `--deployment`, despite the fact that CI will likely be using `RAILS_ENV=test` when running tests. This PR clarifies that `--deployment` is for production and CI, and avoids explicitly referencing Rails environment names.
* | Add man docs for bundle install --force optionSteve Robinson2015-06-041-0/+5
|/
* Merge tag 'v1.9.4'Andre Arko2015-04-131-2/+4
| | | | | | | | Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb
* Implement optional groupsJonne Haß2015-03-301-0/+9
| | | | | | | | | * 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
* Fix typo in bundle-install.ronnSketch2014-11-011-1/+1
| | | Change "as it will cause in an error" to "as it will cause an error".
* refer to Gemfile(5) consistentlytom hensel2014-10-281-11/+11
| | | | be styleguideish and use singleticks in Gemfile examples
* explain --full-indextom hensel2014-10-271-1/+3
|
* missed --deployment dohtom hensel2014-10-271-2/+3
|
* sort options alphabetically but keep single-line-precedence for --local and ↵tom hensel2014-10-271-68/+71
| | | | | | | | --deploymet, --path and --system be strict with Bundler capitalized like a fine Product explain what --clean does fix typos
* improve language quality a bittom hensel2014-10-271-48/+51
| | | | | | be consistent referring to Rubygems et al. try to give better explanations cleanup
* fix formatting (add missing literal '>')tom hensel2014-10-271-2/+2
| | | | have 'official' english wording ("retry for a number of times")
* add missing paren in bundle-install documentationDov Murik2014-10-031-1/+1
|
* Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.Andre Medeiros2014-05-131-4/+5
|
* Remove `--frozen` switch documentationAntonio Scandurra2014-03-181-4/+0
| | | | ...since it's not user facing.
* Add missing switches documentation for bundle-install(1)Antonio Scandurra2014-03-181-0/+17
|
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
| | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/installer.rb lib/bundler/rubygems_ext.rb lib/bundler/source/rubygems.rb spec/realworld/parallel_install_spec.rb spec/realworld/parallel_update_spec.rb
* update missing man pagesTerence Lee2013-11-091-0/+4
|
* GEM_HOME is just the default rubygems locationAndre Arko2013-10-081-5/+5
| | | | | refs #2667 [ci skip]
* Add parallel worker documentationHemant Kumar2013-07-291-0/+4
| | | | Also added --jobs option to man file
* Set --no-cache when bundle install --local is called.Tim Moore2013-06-221-1/+1
|
* Fixed typosPrathamesh Sonpatki2013-05-121-1/+1
|
* use https://rubygems.org everywhereMatthew Rudy Jacobs2013-02-131-3/+3
| | | | | | if https is the best way to access rubygems.org then it should be default everywhere including in examples on the man page
* rename policy to trust-policy like gem, docsAndre Arko2013-02-071-1/+16
|
* Add docs for the --no-cache optionJeff Pollard2012-03-251-0/+6
|
* Adding documentation for the --shebang option. Let me know if the writing is ↵Pedro Nascimento2011-11-291-0/+5
| | | | OK. fixes #1475.
* Merge branch '1-0-stable'Andre Arko2011-09-191-1/+1
|\
| * Remove whitespace in manpageAndre Arko2011-09-181-1/+1
| |