diff options
author | claudiob <claudiob@gmail.com> | 2016-03-09 07:29:17 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2016-03-09 07:29:17 -0800 |
commit | 5c99a4b93e99cac2bc00fa79da6d79aa37582890 (patch) | |
tree | 4047cf5cb578b288bc335f0de3f5897647c4bd24 /railties/exe | |
parent | b165d73f2ccd421c9f3518ce9bf5bcb322440cb7 (diff) | |
download | rails-5c99a4b93e99cac2bc00fa79da6d79aa37582890.tar.gz rails-5c99a4b93e99cac2bc00fa79da6d79aa37582890.tar.bz2 rails-5c99a4b93e99cac2bc00fa79da6d79aa37582890.zip |
AppGenerator: allow both 'rake' and 'rails'
This commit comes from the comments made by @matthewd at https://github.com/rails/rails/pull/23795/files#r54469637
and by @rafaelfranca at https://github.com/rails/rails/pull/23795/files#r54609364
The idea is that if you type (for example) "rake db:migrate" in an AppGenerator,
then this should actually invoke `rake db:migrate` on the command line, whereas
if you type "rails_command db:migrate", this should invoke `rails db:migrate`.
Diffstat (limited to 'railties/exe')
0 files changed, 0 insertions, 0 deletions