mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
50d9717101
commit
abe648452f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue