Actions
Refactor #35432
closedTracker #28570: Rails 6.1 Tracker
Load Rails 6.1 defaults
Difficulty:
Triaged:
Yes
Description
Rails has introduced config.load_defaults (https://guides.rubyonrails.org/configuring.html#versioned-default-values) to load the defaults of a certain version. Currently this is not called at all, which means using Rails < 5.0 defaults. Changing this brings Foreman more in line with the Rails recommended defaults.
Actions