2014-09-14 06:22:29 -04:00
|
|
|
* Stop converting empty arrays in `params` to `nil`
|
|
|
|
|
|
|
|
This behaviour was introduced in response to CVE-2012-2660, CVE-2012-2694
|
|
|
|
and CVE-2013-0155
|
|
|
|
|
|
|
|
ActiveRecord now issues a safe query when passing an empty array into
|
|
|
|
a where clause, so there is no longer a need to defend against this type
|
|
|
|
of input (any nils are still stripped from the array).
|
|
|
|
|
|
|
|
*Chris Sinjakli*
|
|
|
|
|
2014-12-13 15:46:52 -05:00
|
|
|
* Fixed usage of optional scopes in URL helpers.
|
|
|
|
|
|
|
|
*Alex Robbin*
|
|
|
|
|
2014-12-13 10:34:41 -05:00
|
|
|
* Fixed handling of positional url helper arguments when `format: false`.
|
|
|
|
|
|
|
|
Fixes #17819.
|
|
|
|
|
|
|
|
*Andrew White*, *Tatiana Soukiassian*
|
|
|
|
|
2014-11-28 12:00:06 -05:00
|
|
|
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md) for previous changes.
|