rails--rails/railties/lib/rails/tasks
zarqman 3e2f74c186
Call yarn directly (#43641)
* Remove the assets:precompile dependency on yarn:install

Since yarn isn't required for Rails 7, assets:precompile should
not depend on it by default. Instead, tasks for webpacker,
jsbundling-rails, cssbundling-rails, etc should depend on
yarn:install on their own.

* In yarn:install, call `yarn` instead of `bin/yarn`

Change to calling `yarn` directly (via PATH) as `bin/yarn` is no longer
a part of Rails 7.
2021-11-15 09:53:12 +01:00
..
engine.rake Combine and deprecate `rails db:structure:{dump,load}` tasks into `rails db:schema:{dump,load}` 2020-08-03 19:08:41 +03:00
framework.rake Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
log.rake
middleware.rake
misc.rake
restart.rake
statistics.rake Add support for stylesheets and ERB views to `rails stats`. 2020-11-10 09:40:18 -07:00
tmp.rake `rails tmp:clear`: clear tmp/storage 2021-05-28 22:34:49 -04:00
yarn.rake Call yarn directly (#43641) 2021-11-15 09:53:12 +01:00
zeitwerk.rake Remove undefined `ensure_zeitwerk_mode` 2021-07-13 02:19:47 +09:00