summaryrefslogtreecommitdiff
path: root/TODO.md
blob: c6a8bc484f4c82d7836692e4112049eaf8236a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Bundler TODO list

  - Cache Git repositories
  - Build options
  - A gem shit list
  - 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