mirror of https://github.com/rails/rails
Merge pull request #52033 from Shopify/amend_lazy_routes_changelog
Changelog tweak for lazy routes
This commit is contained in:
commit
743128b230
|
@ -5,6 +5,9 @@
|
|||
Previously, this was executed unconditionally on boot, which can
|
||||
slow down boot time unnecessarily for larger apps with lots of routes.
|
||||
|
||||
Environments like production that have `config.eager_load = true` will
|
||||
continue to eagerly load routes on boot.
|
||||
|
||||
*Gannon McGibbon*
|
||||
|
||||
* Add Rubocop and GitHub Actions to plugin generator.
|
||||
|
|
Loading…
Reference in New Issue