Fix auto populating IDENTITY columns for PostgreSQL.
fatkodima
Fix "ArgumentError: wrong number of arguments (given 3, expected 2)" when
down migrating rename_table in older migrations.
fatkodima
Do not require the Action Text, Active Storage and Action Mailbox tables
to be present when running when running test on CI.
Rafael Mendonça França
Rails 7.1.0 (October 05, 2023)
No changes.
Rails 7.1.0.rc2 (October 01, 2023)
Remove -shm and -wal SQLite files when rails db:drop is run.
Niklas Häusele
Revert the change to raise an ArgumentError when #accepts_nested_attributes_for is declared more than once for
an association in the same class.
The reverted behavior broke the case where the #accepts_nested_attributes_for was defined in a concern and
where overridden in the class that included the concern.
Rafael Mendonça França
Rails 7.1.0.rc1 (September 27, 2023)
Better naming for unique constraints support.
Naming unique keys leads to misunderstanding it's a short-hand of unique indexes.
Just naming it unique constraints is not misleading.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps activerecord from 7.0.8 to 7.1.1.
Release notes
Sourced from activerecord's releases.
... (truncated)
Changelog
Sourced from activerecord's changelog.
... (truncated)
Commits
2393805
Preparing for 7.1.1 releaseb280d7f
Sync CHANGELOG1f1710d
Merge pull request #49589 from fatkodima/fix-flaky-fixtures-test57d626e
Merge pull request #49562 from akhilgkrishnan/update-postgres-naming-to-postg...27029a3
Merge pull request #49544 from hieuk09/bug/fix-sqlite3-table-name-quoteb7837f9
Merge pull request #49504 from fatkodima/fix-pg-retrieving-identity-columns36a3c68
Merge pull request #49551 from haines/fix-internal-metadata-disabled457f0e4
Autolink references for AR::Calculations#async_* [ci-skip]51a57d6
Remove unnecessary alias references [ci-skip]5fd7fc4
Capitalize framework names [ci-skip]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show