rails/actionpack/lib/action_controller/metal
Aaron Patterson 38cfbb8aa7 Controller actions are processed in a separate thread for live
responses.

Processing controller actions in a separate thread allows us to work
around the rack api - we can allow the user to set status and headers,
then block until the first bytes are written.  As soon as the first
bytes are written, the main thread can return the status, headers, and
(essentially) a queue for the body.
2012-07-29 21:43:05 -07:00
..
conditional_get.rb Removing ==Examples and last blank lines of docs from actionpack 2012-05-15 01:51:54 -05:00
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
data_streaming.rb Merge branch 'master' of github.com:lifo/docrails 2012-05-01 19:06:03 +05:30
exceptions.rb Raise ActionController::BadRequest for malformed parameter hashes. 2012-05-20 19:07:04 +01:00
flash.rb Use "instance_accessor" for flash types class attribute 2012-07-07 09:16:48 -03:00
force_ssl.rb Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl 2012-05-31 12:39:28 -04:00
head.rb If content_type is explicitly passed to the :head method use the value or fallback 2012-05-08 03:11:17 -04:00
helpers.rb Fix sorting of helpers from different paths 2012-05-28 06:58:48 +02:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb * Do not convert digest auth strings to symbols. CVE-2012-3424 2012-07-26 15:08:40 -07:00
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
live.rb Controller actions are processed in a separate thread for live 2012-07-29 21:43:05 -07:00
mime_responds.rb copy-edits 9674d2c 2012-07-21 07:30:53 +02:00
params_wrapper.rb Show in log correct wrapped keys 2012-05-20 09:33:56 +04:00
rack_delegation.rb extract response setting to a method 2012-07-03 14:59:31 -07:00
redirecting.rb Merge pull request #2237 from jackdempsey/log_redirect_to 2012-05-16 16:50:04 -07:00
renderers.rb Removing ==Examples and last blank lines of docs from actionpack 2012-05-15 01:51:54 -05:00
rendering.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
request_forgery_protection.rb copy editing [ci skip] 2012-06-14 22:37:17 +05:30
rescue.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
responder.rb Fix code comment to reflect its intent. 2012-07-11 06:19:38 +03:00
streaming.rb ActionDispatch::ClosedError no longer is raised. See d142572567 for more info. 2012-06-30 16:04:08 -06:00
testing.rb group things that are alike 2012-07-03 17:18:31 -07:00
url_for.rb Removing ==Examples and last blank lines of docs from actionpack 2012-05-15 01:51:54 -05:00