mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
46.18k stars 6.76k forks source link

Opt in to remaining Rails 7.1 defaults #30332

Open mjankowski opened 2 weeks ago

mjankowski commented 2 weeks ago

I believe that the remainder of the options which were not already enabled here (in the file deleted in this PR) are safe to enable at this point, and we can flip over to the 7.1 defaults.

However - I know we also want to be deliberate with how people step through upgrades, and we may want the 4.3 release to include an update to Rails 7.1 (4.2.x is on Rails 7.0) but NOT immediately enable all these defaults.

Vaguely related previous PRs:

Opening this to step through the final remaining changes in this diff, and coordinate the interaction of release timing/versions with when to make this change.