unify AR changelog entries [ci skip]
This commit is contained in:
parent
0916f88f08
commit
de615b38b3
@ -9,7 +9,7 @@
|
|||||||
internal operations to fail (sqlite3 adapter only). The method
|
internal operations to fail (sqlite3 adapter only). The method
|
||||||
`allowed_index_name_length` defines the length limit enforced by
|
`allowed_index_name_length` defines the length limit enforced by
|
||||||
rails. It's value defaults to `index_name_length` but can vary per adapter.
|
rails. It's value defaults to `index_name_length` but can vary per adapter.
|
||||||
Fix #8264.
|
Fixes #8264.
|
||||||
|
|
||||||
*Yves Senn*
|
*Yves Senn*
|
||||||
|
|
||||||
@ -36,7 +36,7 @@
|
|||||||
*John Wang*
|
*John Wang*
|
||||||
|
|
||||||
* Descriptive error message when the necessary AR adapter gem was not found.
|
* Descriptive error message when the necessary AR adapter gem was not found.
|
||||||
Fix #7313
|
Fixes #7313.
|
||||||
|
|
||||||
*Yves Senn*
|
*Yves Senn*
|
||||||
|
|
||||||
@ -210,7 +210,7 @@
|
|||||||
*Lilibeth De La Cruz*
|
*Lilibeth De La Cruz*
|
||||||
|
|
||||||
* When `#count` is used in conjunction with `#uniq` we perform `count(:distinct => true)`.
|
* When `#count` is used in conjunction with `#uniq` we perform `count(:distinct => true)`.
|
||||||
Fix #6865.
|
Fixes #6865.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -243,7 +243,7 @@
|
|||||||
*John Wang*
|
*John Wang*
|
||||||
|
|
||||||
* Collection associations `#empty?` always respects builded records.
|
* Collection associations `#empty?` always respects builded records.
|
||||||
Fix #8879.
|
Fixes #8879.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user