Skip to content

Update config.load_defaults from 7.0 to 7.1#69

Merged
dyoung522 merged 1 commit intomainfrom
enhance/update-load-defaults
Feb 10, 2026
Merged

Update config.load_defaults from 7.0 to 7.1#69
dyoung522 merged 1 commit intomainfrom
enhance/update-load-defaults

Conversation

@dyoung522
Copy link
Contributor

Updates config.load_defaults from 7.0 to 7.1 to match the actual Rails version in use. Also bumps the schema version.

All 222 specs pass with this change.

Closes #61

Copilot AI review requested due to automatic review settings February 10, 2026 00:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the app’s Rails default configuration version to match the Rails 7.1 dependency, aligning runtime defaults and schema metadata with the actual Rails version in use.

Changes:

  • Bump config.load_defaults from 7.0 to 7.1 in config/application.rb.
  • Update the schema header version from ActiveRecord::Schema[7.0] to ActiveRecord::Schema[7.1] in db/schema.rb.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
config/application.rb Aligns framework default configuration with Rails 7.1.
db/schema.rb Aligns schema metadata version with Rails/ActiveRecord 7.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

The app uses Rails 7.1 but was still loading 7.0 defaults.
Also updates schema version to match.

Closes #61
@dyoung522 dyoung522 force-pushed the enhance/update-load-defaults branch from 9feb5fa to 375db14 Compare February 10, 2026 01:02
@dyoung522 dyoung522 merged commit 3d24e98 into main Feb 10, 2026
2 checks passed
@dyoung522 dyoung522 deleted the enhance/update-load-defaults branch February 10, 2026 01:07
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.

Update config.load_defaults from 7.0 to 7.1

2 participants