Skip to content

Commit 5cb2d3d

Browse files
committed
Add CHANGELOG entry for rails#43284
1 parent 902e829 commit 5cb2d3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

activerecord/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* `#authenticate` returns false when the password is blank instead of raising an error.
2+
3+
*Muhammad Muhammad Ibrahim*
4+
15
* Fix `ActiveRecord::QueryMethods#in_order_of` behavior for integer enums.
26

37
`ActiveRecord::QueryMethods#in_order_of` didn't work as expected for enums stored as integers in the database when passing an array of strings or symbols as the order argument. This unexpected behavior occurred because the string or symbol values were not casted to match the integers in the database.

0 commit comments

Comments
 (0)