summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-26 01:20:11 -0700
committerwycats <wycats@gmail.com>2010-07-26 01:20:11 -0700
commit50bc0f391eaa2e4cf600dd27fda26c4e10653ec4 (patch)
tree25690de290e316d7fc5032cf37de6457bd495d61
parent46b167d475e61d67b77247b3147b69edb500bed5 (diff)
downloadbundler-50bc0f391eaa2e4cf600dd27fda26c4e10653ec4.tar.gz
Update TODO for --production
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index a27924da7b..c6a8bc484f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,3 +6,8 @@
- Interactive mode for bundle (install) to work out conflicts
- bundle irb / bundle ruby / bundle [whatever] -> bundle exec
- Generate a bundle stub into the application
+ - bundle install --production
+ - (recommend symlinking vendor/bundle to a shared location for perf)
+ - defaults to bundle install vendor/bundle --disable-shared-gems
+ - if vendor/cache exists, defaults to --local
+ - disallow modifications to Gemfile.lock