mirror of https://github.com/rails/rails
minor formatting changes in changelogs. [ci skip]
This commit is contained in:
parent
0b34b79d64
commit
b25436abc4
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Fixes #18821.
|
Fixes #18821.
|
||||||
|
|
||||||
*Kevin Deisz* And *Jeroen van Baarsen*
|
*Kevin Deisz*, *Jeroen van Baarsen*
|
||||||
|
|
||||||
* `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
|
* `assert_enqueued_jobs` and `assert_performed_jobs` in block form use the
|
||||||
given number as expected value. This makes the error message much easier to
|
given number as expected value. This makes the error message much easier to
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* Allow proc defaults to be passed to the attributes API. See documentation
|
* Allow proc defaults to be passed to the attributes API. See documentation
|
||||||
for examples.
|
for examples.
|
||||||
|
|
||||||
*Sean Griffin, Kir Shatrov*
|
*Sean Griffin*, *Kir Shatrov*
|
||||||
|
|
||||||
* SQLite: `:collation` support for string and text columns.
|
* SQLite: `:collation` support for string and text columns.
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
|
|
||||||
*Josef Šimánek*
|
*Josef Šimánek*
|
||||||
|
|
||||||
* Fixed ActiveRecord::Relation#becomes! and changed_attributes issues for type
|
* Fixed `ActiveRecord::Relation#becomes!` and `changed_attributes` issues for type
|
||||||
columns.
|
columns.
|
||||||
|
|
||||||
Fixes #17139.
|
Fixes #17139.
|
||||||
|
@ -473,8 +473,8 @@
|
||||||
|
|
||||||
*Henrik Nygren*
|
*Henrik Nygren*
|
||||||
|
|
||||||
* Fixed ActiveRecord::Relation#group method when an argument is an SQL
|
* Fixed `ActiveRecord::Relation#group` method when an argument is an SQL
|
||||||
reserved key word:
|
reserved keyword:
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
@ -483,7 +483,7 @@
|
||||||
|
|
||||||
*Bogdan Gusiev*
|
*Bogdan Gusiev*
|
||||||
|
|
||||||
* Added the `#or` method on ActiveRecord::Relation, allowing use of the OR
|
* Added the `#or` method on `ActiveRecord::Relation`, allowing use of the OR
|
||||||
operator to combine WHERE or HAVING clauses.
|
operator to combine WHERE or HAVING clauses.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -683,7 +683,7 @@
|
||||||
|
|
||||||
The preferred method to halt a callback chain from now on is to explicitly
|
The preferred method to halt a callback chain from now on is to explicitly
|
||||||
`throw(:abort)`.
|
`throw(:abort)`.
|
||||||
In the past, returning `false` in an ActiveRecord `before_` callback had the
|
In the past, returning `false` in an Active Record `before_` callback had the
|
||||||
side effect of halting the callback chain.
|
side effect of halting the callback chain.
|
||||||
This is not recommended anymore and, depending on the value of the
|
This is not recommended anymore and, depending on the value of the
|
||||||
`config.active_support.halt_callback_chains_on_return_false` option, will
|
`config.active_support.halt_callback_chains_on_return_false` option, will
|
||||||
|
|
Loading…
Reference in New Issue