aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Use request.body IO and rewind, if possibleJeremy Kemper2010-04-071-3/+6
* Remove #size call on rack input ioJoshua Peek2010-04-071-8/+4
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-052-19/+19
* Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-23/+19
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-3/+3
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-2/+4
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
* Merge branch 'master' into docrailswycats2010-03-261-0/+1
|\
| * Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-125-12/+63
|\|
| * Simplify the action endpoint:Carlhuda2010-03-081-1/+5
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-073-3/+1
| * Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-7/+5
| * Move remote_ip to a middleware:Carlhuda2010-03-032-25/+51
| * Add a BlockUntrustedIps middlewareCarl Lerche2010-03-031-0/+25
| * Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-1/+1
* | Remove outdated docs.José Valim2010-02-091-14/+0
|/
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-1/+13
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-1/+1
* Default to sync instrumentation.José Valim2010-01-211-32/+0
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-1/+1
* Only send filtered_env for notificationsJoshua Peek2010-01-201-8/+9
* Revert streaming params parser support.Joshua Peek2010-01-191-3/+3
* Cleanup middleware introspection outputJoshua Peek2010-01-191-3/+1
* Do not send rack.input or any other rack information to AD listeners.José Valim2010-01-191-6/+13
* Prettier hash dumpJoshua Peek2010-01-181-3/+7
* Show Rack env dump on exception pageJoshua Peek2010-01-181-1/+4
* Accessing nonexistant cookies through the signed jar should not raise anJoshua Peek2010-01-171-1/+3
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...Prem Sichanugrist2010-01-171-2/+2
* Add ActionDispatch::Notifications middleware.José Valim2010-01-173-7/+26
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-163-7/+22
* Cookies middlewareJoshua Peek2010-01-161-0/+214
* Fix const reference for SessionRestoreErrorJoshua Peek2010-01-151-1/+1
* Move Flash into middlewareJoshua Peek2010-01-151-0/+174
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-0/+18
* Ensure log is flushed and tailed on failures.José Valim2010-01-151-4/+3
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-7/+10
* Trash string coercion rack hacksJoshua Peek2010-01-041-29/+0
* @_formats initialization should be AbstractController::Base.José Valim2010-01-041-1/+1
* Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...José Valim2010-01-031-2/+22
* fixed missing or incorrect session data error messageStefan Penner2010-01-021-1/+1
* Complain if there's no such middlewareJeremy Kemper2009-12-281-2/+3
* AD::Cascade that supports X-CascadeJoshua Peek2009-12-261-0/+29
* All AD modules are "deferrable"Joshua Peek2009-12-224-5/+9
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-1/+1
* Just a little tidyingDavid Heinemeier Hansson2009-12-201-24/+22
* Use AbstractController error constantsJoshua Peek2009-12-161-3/+2
* Reduce usage of interpret_status. It should also return a integerJoshua Peek2009-12-101-3/+1
* Reorganize autoloads:Carlhuda2009-12-021-2/+2