This repository was archived by the owner on Jan 8, 2024. It is now read-only.
New version of all of rails (7.1.2) broke the build #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of activerecord for this test run.
What changed?
✳️ activerecord (>= 4 → 7.1.2) · Repo · Changelog
Release Notes
7.1.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Preparing for 7.1.2 release
Sync CHANGELOG
Add CHANGELOG entry for 3e8f1e0aeb81bacddf5a4d29ee3019ad8cc4681a [ci-skip]
Merge pull request #49998 from fatkodima/fix-pg-rename_table-with-uuid-pk
Merge pull request #49692 from mguan2020/branchi
Merge pull request #49050 from JohnAnon9771/fix/issue-48535
Merge pull request #49811 from composerinteralia/verify-only-when-connection-exercised
Merge pull request #49802 from composerinteralia/postgres-unrecoverable-connection-error
Merge pull request #49936 from seanpdoyle/ar-nested-attributes-default
Merge pull request #49904 from MaicolBen/bug/infinite-changed
Merge pull request #49911 from a5-stable/active_record_base_table_name
Merge pull request #49888 from p8/guides/ar-callbacks-ordering (#49914)
Autolink AR::ConnectionAdapters::NullColumn [ci-skip]
Merge pull request #49876 from jonathanhefner/active_record-normalizes-marshalling_format_version-caveat
Merge pull request #49870 from fatkodima/fix-upsert-custom_on_duplicate-and-unique_by
Merge pull request #49878 from skipkayhil/hm-doc-ar-core-logger
Merge pull request #49772 from fatkodima/reload-type_map-for-enums
Merge pull request #49832 from jonathanhefner/active_model-forgetting_assignment-no-dup
Merge pull request #49807 from fatkodima/fix-promise-example
Format options doc as a description list [ci-skip]
Use h4 headings in AR::Associations method docs [ci-skip]
Merge pull request #49794 from fatkodima/enable-interpolation_check-cop
Merge pull request #49793 from fatkodima/multiple-databases-rake-dump-specific
Merge pull request #49779 from arBmind/patch-1
Merge pull request #49769 from jonathanhefner/active_record-enum-non-column-backed
Add CHANGELOG for 48972
Use RDoc block quote syntax [ci-skip]
Merge pull request #49701 from eileencodes/use-custom-class-for-pending-migrations-connection
Merge pull request #49625 from Shopify/disallow-association-fk-as-an-array
Make NullInternalMetadata private
Mark NullSchemaMigration as :nodoc:
Merge pull request #49592 from fatkodima/pg-table-name-length-back-to-63
Merge pull request #49605 from Earlopain/unlogged-table-docs
Merge pull request #49598 from fatkodima/fix-identity-columns-pg-9
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