1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Tsukuru Tanimichi
7b0a316f2d Don't generate yarn's contents in app:update task if it's skipped 2018-05-16 20:24:57 +09:00
Tsukuru Tanimichi
8efa112ca6 Don't generate config/spring.rb in app:update task when spring isn't loaded 2018-05-13 21:51:10 +09:00
yuuji.yaginuma
9a1b99eb01 Skip bootsnap contents in app:update task if bootsnap is not used 2018-05-07 07:56:00 +09:00
bogdanvlviv
4a835aa323
Add --skip-active-storage and do so automatically when --skip-active-record is used
Closes #30102

Revert part 787fe90dc0

--skip-active-storage pass throughs `rails plugin new`

Add changelog entry about default initialization of Active Storage
2017-11-06 21:08:51 +00:00
Pat Allan
acea68de02 Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
yuuji.yaginuma
5803640261 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.
2017-07-16 08:38:47 +09:00