Merge pull request #52033 from Shopify/amend_lazy_routes_changelog

Changelog tweak for lazy routes
This commit is contained in:
Gannon McGibbon 2024-06-06 14:07:45 -05:00 committed by GitHub
commit 743128b230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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.