mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Prettify the removals from Action Controller in 4.1 release notes.
This commit is contained in:
parent
f706d5f945
commit
24195d17b6
1 changed files with 9 additions and 7 deletions
|
@ -292,13 +292,15 @@ for detailed changes.
|
|||
|
||||
* Removed deprecated constants from Action Controller:
|
||||
|
||||
ActionController::AbstractRequest => ActionDispatch::Request
|
||||
ActionController::Request => ActionDispatch::Request
|
||||
ActionController::AbstractResponse => ActionDispatch::Response
|
||||
ActionController::Response => ActionDispatch::Response
|
||||
ActionController::Routing => ActionDispatch::Routing
|
||||
ActionController::Integration => ActionDispatch::Integration
|
||||
ActionController::IntegrationTest => ActionDispatch::IntegrationTest
|
||||
| Removed | Successor |
|
||||
|:-----------------------------------|:--------------------------------|
|
||||
| ActionController::AbstractRequest | ActionDispatch::Request |
|
||||
| ActionController::Request | ActionDispatch::Request |
|
||||
| ActionController::AbstractResponse | ActionDispatch::Response |
|
||||
| ActionController::Response | ActionDispatch::Response |
|
||||
| ActionController::Routing | ActionDispatch::Routing |
|
||||
| ActionController::Integration | ActionDispatch::Integration |
|
||||
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
|
||||
|
||||
### Notable changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue