1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

mention #13314 in 4.1 release notes. refs #12140. [ci skip]

This commit is contained in:
Yves Senn 2014-01-27 11:23:10 +01:00
parent 50d9717101
commit abe648452f

View file

@ -502,6 +502,9 @@ for detailed changes.
* Don't create or drop the test database if RAILS_ENV is specified explicitly.
* `Relation` no longer has mutator methods like `#map!` and `#delete_if`. Convert
to an `Array` by calling `#to_a` before using these methods. ([Pull Request](https://github.com/rails/rails/pull/13314))
Active Model
------------