Skip to content

Commit 3ea2701

Browse files
committed
CHANGELOG sync
1 parent d3fe83f commit 3ea2701

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

activerecord/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* Fix counting cached queries in `ActiveRecord::RuntimeRegistry`.
2+
3+
*fatkodima*
4+
5+
* Fix merging relations with arel equality predicates with null relations.
6+
7+
*fatkodima*
8+
19
* Fix SQLite3 schema dump for non-autoincrement integer primary keys.
210

311
Previously, `schema.rb` should incorrectly restore that table with an auto incrementing

activesupport/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Make `delegate` and `delegate_missing_to` work in BasicObject subclasses.
2+
3+
*Rafael Mendonça França*
4+
15
* Fix Inflectors when using a locale that fallbacks to `:en`.
26

37
*Said Kaldybaev*

railties/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
* Skip all system test files on app generation.
2+
3+
*Eileen M. Uchitelle*
4+
5+
* Fix `db:system:change` to correctly update Dockerfile base packages.
6+
7+
*Josiah Smith*
8+
9+
* Fix devcontainer volume mount when app name differs from folder name.
10+
11+
*Rafael Mendonça França*
12+
113
* Fixed the `rails notes` command to properly extract notes in CSS files.
214

315
*David White*

0 commit comments

Comments
 (0)