| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing
|
|
|
|
|
| |
This brings back the deprecated modules from ActionController, because
they didn't have any deprecation warning.
|
|
|
|
|
|
| |
This removes all deprecated classes in ActionController related to
Routing, Abstract Request/Response and Integration/IntegrationTest.
All tests and docs were changed to ActionDispatch instead of ActionController.
|
|
|