Skip to content

Commit d56adb8

Browse files
Earlopaingmcgibbon
authored andcommitted
Changelog tweak for lazy routes
Adds context to the changelog that eager-loaded envs will draw routes eagerly like they did previously.
1 parent 6622075 commit d56adb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

railties/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Previously, this was executed unconditionally on boot, which can
66
slow down boot time unnecessarily for larger apps with lots of routes.
77

8+
Environments like production that have `config.eager_load = true` will
9+
continue to eagerly load routes on boot.
10+
811
*Gannon McGibbon*
912

1013
* Add Rubocop and GitHub Actions to plugin generator.

0 commit comments

Comments
 (0)