aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-08-26 11:52:55 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-08-26 11:53:15 -0700
commitd47438745e34d75e03347b54b604b71b7a92c3ac (patch)
tree800d034cb6cf4ca2c90fa9ae93743bf0369ff709 /guides/source
parent6570ab7af8810d5415993310c80a550e32f6bc6d (diff)
downloadrails-d47438745e34d75e03347b54b604b71b7a92c3ac.tar.gz
rails-d47438745e34d75e03347b54b604b71b7a92c3ac.tar.bz2
rails-d47438745e34d75e03347b54b604b71b7a92c3ac.zip
remove RackDelegation module
Since all controller instances are required to have a request and response object, RackDelegation is no longer needed (we always have to delegate to the response)
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/api_app.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md
index 1652d91086..7f1792181e 100644
--- a/guides/source/api_app.md
+++ b/guides/source/api_app.md
@@ -363,9 +363,6 @@ controller modules by default:
- `ActionController::Renderers::All`: Support for `render :json` and friends.
- `ActionController::ConditionalGet`: Support for `stale?`.
- `ActionController::ForceSSL`: Support for `force_ssl`.
-- `ActionController::RackDelegation`: Support for the `request` and `response`
- methods returning `ActionDispatch::Request` and `ActionDispatch::Response`
- objects.
- `ActionController::DataStreaming`: Support for `send_file` and `send_data`.
- `AbstractController::Callbacks`: Support for `before_action` and friends.
- `ActionController::Instrumentation`: Support for the instrumentation