diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-06-26 05:46:12 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-07-16 08:38:47 +0900 |
commit | 5803640261a324bd7d7665a2bad5b5dc6da29255 (patch) | |
tree | 725eb7e0f1eba0cf2f00b28df0bf80795f595824 /actioncable/lib/rails/generators/channel | |
parent | 5153c0c21daa2f19b01e8ed2738e9f154bd948f7 (diff) | |
download | rails-5803640261a324bd7d7665a2bad5b5dc6da29255.tar.gz rails-5803640261a324bd7d7665a2bad5b5dc6da29255.tar.bz2 rails-5803640261a324bd7d7665a2bad5b5dc6da29255.zip |
Do not generate unused components contents in `app:update` task
Currently, `app:update` generates all contents regardless of the
component using in application.
For example, even if not using Action Cable, `app:update` will generate
a contents related to Action Cable. This is a little inconvenient.
This PR checks the existence of the component and does not generate
unnecessary contents.
Can not check all options in this way. However, it will be able to
prevent the generation of unnecessary files.
Diffstat (limited to 'actioncable/lib/rails/generators/channel')
0 files changed, 0 insertions, 0 deletions