diff options
author | Derek Prior <derekprior@gmail.com> | 2012-09-12 20:15:38 -0500 |
---|---|---|
committer | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-09-12 20:36:00 -0500 |
commit | ceb05bd1b2f083c252980d4820346bc986c83e39 (patch) | |
tree | e190484f3bf982235294bd736208e59a551708f0 /activesupport/lib | |
parent | e55c75d2d8c137a2482fb6464953801e69b6e335 (diff) | |
download | rails-ceb05bd1b2f083c252980d4820346bc986c83e39.tar.gz rails-ceb05bd1b2f083c252980d4820346bc986c83e39.tar.bz2 rails-ceb05bd1b2f083c252980d4820346bc986c83e39.zip |
change app/plugin generators to be more SCM agnostic
Users of other SCM's can now generate rails
apps that will add the "empty" directories to source control,
but will not have a useless .gitignore or mis-named .gitkeep
files.
* Change `rails new` and `rails plugin new` generators to name
the `.gitkeep` as `.keep` in a more SCM-agnostic way.
* Change `--skip-git` option to only skip the `.gitignore` file
and still generate the `.keep` files.
* Add `--skip-keeps` option to skip the `.keep` files.
It closes #2800.
Diffstat (limited to 'activesupport/lib')
0 files changed, 0 insertions, 0 deletions