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

Added deprecations and removals notes for Action Pack [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2018-01-07 21:51:51 +05:30
parent 4d94b1de16
commit 1bb99ae7ad
No known key found for this signature in database
GPG key ID: 8B90F6B89E2BCB71
2 changed files with 6 additions and 3 deletions

View file

@ -172,7 +172,7 @@
*Yuji Yaginuma* *Yuji Yaginuma*
* Deprecate `ActionDispatch::TestResponse` response aliases * Deprecate `ActionDispatch::TestResponse` response aliases.
`#success?`, `#missing?` & `#error?` are not supported by the actual `#success?`, `#missing?` & `#error?` are not supported by the actual
`ActionDispatch::Response` object and can produce false-positives. Instead, `ActionDispatch::Response` object and can produce false-positives. Instead,

View file

@ -107,11 +107,14 @@ Please refer to the [Changelog][action-pack] for detailed changes.
### Removals ### Removals
ToDo * Removed deprecated `ActionController::ParamsParser::ParseError`.
([Commit](https://github.com/rails/rails/commit/e16c765ac6d))
### Deprecations ### Deprecations
ToDo * Deprecated `#success?`, `#missing?` and `#error?` aliases of
`ActionDispatch::TestResponse`.
([Pull Request](https://github.com/rails/rails/pull/30104))
### Notable changes ### Notable changes