-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update rails 7.0.8 → 7.1.1 (minor) #1128
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1128 +/- ##
========================================
Coverage 97.63% 97.63%
========================================
Files 369 369
Lines 10966 10966
========================================
Hits 10707 10707
Misses 259 259
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
included do | ||
enum id_prefix: { plate: 1, tube: 2 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does enum no longer work? Has support been removed from one of the dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like it now requires enum to be have a db column so you get the error can't find id_prefix. It was just as easy to change it to a hash rather than try and continue using enum.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rails (7.0.8 → 7.1.1) · Repo
Release Notes
7.1.1
7.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.21.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
0.4.1
0.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
0.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.1.1 (from changelog)
7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.6.12 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 bigdecimal (added, 3.1.4)
🆕 connection_pool (added, 2.4.1)
🆕 drb (added, 2.1.1)
🆕 io-console (added, 0.6.0)
🆕 irb (added, 1.8.2)
🆕 mutex_m (added, 0.1.2)
🆕 psych (added, 5.1.1)
🆕 rack-session (added, 1.0.1)
🆕 rackup (added, 1.0.0)
🆕 rdoc (added, 6.5.0)
🆕 reline (added, 0.3.9)
🆕 ruby2_keywords (added, 0.0.5)
🆕 stringio (added, 3.0.8)
🆕 webrick (added, 1.8.1)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands