1
0
Fork 0
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:
प्रथमेश Sonpatki 2019-03-29 22:22:56 +05:30 committed by GitHub
parent 839b8d42ca
commit 7e45911a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,6 +237,18 @@ Please refer to the [Changelog][active-model] for detailed changes.
### Notable 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 Active Support
-------------- --------------