diff options
author | David Stosik <david.stosik+git-noreply@gmail.com> | 2018-06-15 16:24:58 +0900 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2019-04-17 00:45:17 +0200 |
commit | 6f73a31c0ca4438c164152695152a9c947eae912 (patch) | |
tree | 523190f85182b1eacebb9cd569d64f095ab7c3f0 /railties/test/application/rake | |
parent | 7424d2fd2e3bd21386916316b41c8936c13069a3 (diff) | |
download | rails-6f73a31c0ca4438c164152695152a9c947eae912.tar.gz rails-6f73a31c0ca4438c164152695152a9c947eae912.tar.bz2 rails-6f73a31c0ca4438c164152695152a9c947eae912.zip |
Factorize bin/update in bin/setup, and make bin/setup idempotent
`bin/setup` and `bin/update` are currently almost the same file. The
only thing that keeps them apart is that one is running `bin/rails
db:setup` and the other `bin/rails db:migrate`.
I'm suggesting here that they should be a unique script, which needs to
be idempotent.
- New to a project, need to get started? `bin/setup`
- Need to install new dependencies that were added recently? `bin/setup`.
Before deprecating `bin/update`, I'm suggesting we just have it call
`bin/setup`.
Diffstat (limited to 'railties/test/application/rake')
0 files changed, 0 insertions, 0 deletions