summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-04-05 23:36:28 -0700
committerAndre Arko <andre@arko.net>2011-04-05 23:36:28 -0700
commitb2a725f593618335eb5720813940b7795b1f13ba (patch)
tree5bc0a4e1e474bf571152e0812db43d8c893c1de3 /man/bundle-install.ronn
parentb6199500ece1ba6b508bbc2ce9b444f586483b03 (diff)
downloadbundler-b2a725f593618335eb5720813940b7795b1f13ba.tar.gz
warn against --deployment on development machines in the man pages
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 5bbf2d1e6b..3b2d5231fb 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -60,6 +60,7 @@ update process below under [CONSERVATIVE UPDATING][].
* `--deployment`:
Switches bundler's defaults into [deployment mode][DEPLOYMENT MODE].
+ Do not use this flag on development machines.
* `--binstubs[=<directory>]`:
Create a directory (defaults to `bin`) containing an executable
@@ -72,6 +73,8 @@ update process below under [CONSERVATIVE UPDATING][].
Bundler's defaults are optimized for development. To switch to
defaults optimized for deployment, use the `--deployment` flag.
+Do not activate deployment mode on development machines, as it
+will cause in an error when the Gemfile is modified.
1. A `Gemfile.lock` is required.