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.
Updated by Oleh Fedorenko almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f034a4fc3f57fea81b31a5fb50acb7b0d5afbd98.
Actions