mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add Active Model release notes for Rails 6 [ci skip] (#35790)
This commit is contained in:
parent
839b8d42ca
commit
7e45911a34
1 changed files with 12 additions and 0 deletions
|
@ -237,6 +237,18 @@ Please refer to the [Changelog][active-model] for detailed changes.
|
|||
|
||||
### Notable changes
|
||||
|
||||
* Add a configuration option to customize format of the `ActiveModel::Errors#full_message`.
|
||||
([Pull Request](https://github.com/rails/rails/pull/32956))
|
||||
|
||||
* Add support for configuring attribute name for `has_secure_password`.
|
||||
([Pull Request](https://github.com/rails/rails/pull/26764))
|
||||
|
||||
* Add `#slice!` method to `ActiveModel::Errors`.
|
||||
([Pull Request](https://github.com/rails/rails/pull/34489))
|
||||
|
||||
* Add `ActiveModel::Errors#of_kind?` to check presence of a specific error.
|
||||
([Pull Request](https://github.com/rails/rails/pull/34866))
|
||||
|
||||
Active Support
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue