mirror of https://github.com/rails/rails
Changelog tweak for lazy routes
Adds context to the changelog that eager-loaded envs will draw routes eagerly like they did previously.
This commit is contained in:
parent
6622075802
commit
d56adb8d56
|
@ -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