Skip to content

Upgrade Rails from 7.2.3 to 8.0.4#16

Merged
dadachi merged 2 commits intomainfrom
upgrade_rails_8_0
Mar 6, 2026
Merged

Upgrade Rails from 7.2.3 to 8.0.4#16
dadachi merged 2 commits intomainfrom
upgrade_rails_8_0

Conversation

@dadachi
Copy link
Copy Markdown
Contributor

@dadachi dadachi commented Mar 6, 2026

Summary

  • Upgrade Rails from 7.2.3 to 8.0.4
  • Update config.load_defaults from 7.1 to 8.0
  • Migrate all enum declarations to Rails 8.0 positional argument syntax
  • Remove old framework defaults file (7.2), add new one (8.0)
  • Remove SHA1 digest rotation and css_compressor workaround from config/application.rb
  • Update environment configs for Rails 8.0 defaults
  • Add :cvv, :cvc to filtered parameters
  • Update bin/dev to use overmind

Test plan

  • All 328 tests pass
  • RuboCop: no offenses
  • Brakeman: no warnings

🤖 Generated with Claude Code

dadachi and others added 2 commits March 6, 2026 18:32
- Update config.load_defaults from 7.1 to 8.0
- Migrate all enum declarations to Rails 8.0 positional argument syntax
- Remove old framework defaults file (7.2)
- Remove SHA1 digest rotation and css_compressor workaround from config/application.rb
- Update environment configs for Rails 8.0 defaults
- Add :cvv, :cvc to filtered parameters
- Update bin/dev to use overmind

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dadachi dadachi merged commit 8687e58 into main Mar 6, 2026
3 checks passed
@dadachi dadachi deleted the upgrade_rails_8_0 branch March 6, 2026 09:54
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.

1 participant