-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept some changes suggested by Rails 8 upgrade
I've mostly stuck to incorporating changes that shouldn't change the behaviour of the app but hopefully will reduce noise in the `rails app:update` diffs next time. config/: In a few cases we were explicitly setting what is now the default, either in general or just for that specific environment. E.g. `config.assets.quiet = true` in development, `config.active_support.report_deprecations = false` in production, `config.public_file_server.enabled = true` in all environments. bin/: I've skipped all suggested changes for bin/dev, because it was created outside of the Rails update process. The diff for bin/dev was quite a change and I haven't actually figured out what invokes the script yet, so I don't know how to approach that one.
- Loading branch information
Showing
13 changed files
with
634 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.