Skip to content

Commit

Permalink
Merge pull request rails#52033 from Shopify/amend_lazy_routes_changelog
Browse files Browse the repository at this point in the history
Changelog tweak for lazy routes
  • Loading branch information
gmcgibbon authored Jun 6, 2024
2 parents 6622075 + d56adb8 commit 743128b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 743128b

Please sign in to comment.