Skip to content

Commit 743128b

Browse files
authored
Merge pull request rails#52033 from Shopify/amend_lazy_routes_changelog
Changelog tweak for lazy routes
2 parents 6622075 + d56adb8 commit 743128b

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)