We're currently on 5.1 defaults (`config.load_defaults 5.1`). Todo: - [ ] 5.2 defaults - https://lilyreile.medium.com/rails-5-2-new-framework-defaults-what-they-do-and-how-to-safely-uncomment-them-af931d27afc4 - https://github.com/seq-code/registry/pull/278 - [ ] 6.1 defaults: - Guide: https://lilyreile.medium.com/rails-6-1-new-framework-defaults-what-they-do-and-how-to-safely-uncomment-them-c546b70f0c5e - List of changed defaults: https://guides.rubyonrails.org/v6.1/configuring.html#results-of-config-load-defaults - [ ] #268 - [x] #285
We're currently on 5.1 defaults (
config.load_defaults 5.1).Todo: