Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Rails 6.1 config defaults #140

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Conversation

moveson
Copy link
Collaborator

@moveson moveson commented Aug 21, 2022

We are currently using Rails 5.2 configuration defaults. This PR bumps config defaults up to parity with the Rails version (6.1) in preparation for moving to Rails 7.

The only substantive change resulted from the move to Zeitwerk for autoloading. Zeitwerk does not recognize capitalized namespaces like OST, so I had to add an inflector to allow the OST module to autoload correctly.

The other solution would be to remove the inflector and change this module name to Ost. I don't feel strongly either way.

We should probably let the Rails 6.1 upgrade (#139) sit for a day or two to ensure no problems before merging this PR. I'm pushing the Rails 6.1 upgrade to Heroku now (morning of August 21, 2022).

Addresses a portion of #134

@moveson moveson mentioned this pull request Aug 21, 2022
8 tasks
@moveson moveson merged commit 1051d17 into master Sep 5, 2022
@moveson moveson deleted the oveson/config-defaults-6.1 branch September 5, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant