aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* use methods on the request object instead of accessing envAaron Patterson2015-08-231-7/+7
* use `Request#path_info` instead of direct ENV accessAaron Patterson2015-08-231-1/+1
* remove env access from debug_exceptionsAaron Patterson2015-08-231-10/+9
* convert more `@env` access to get / set headerAaron Patterson2015-08-231-11/+13
* remove usage of `@env`Aaron Patterson2015-08-231-3/+5
* use a request object in the session middlewareAaron Patterson2015-08-223-22/+26
* Cleanup ActionDispatch:ParamsParserMarcin Olichwirowicz2015-08-171-2/+11
* finish deprecating handling strings and symbolsAaron Patterson2015-08-071-19/+4
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-18/+25
* simplify the Middleware constructorAaron Patterson2015-08-071-10/+13
* use Proc.new to reduce some conditionalsAaron Patterson2015-08-071-3/+1
* refactor param parsing middleware to use request objectsAaron Patterson2015-08-071-10/+9
* move flash hash access to methods on the request objectAaron Patterson2015-08-071-2/+11
* use a request object to access info from env in GetIpAaron Patterson2015-08-061-10/+12
* ask the request if we should show exceptionsAaron Patterson2015-08-062-4/+6
* ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-063-9/+7
* reuse the request object in the File serving middlewareAaron Patterson2015-08-061-9/+13
* use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-061-6/+7
* remove dead codeAaron Patterson2015-08-061-5/+0
* ask the request for the cookie jarAaron Patterson2015-08-061-1/+8
* add a setter for the cookie jarAaron Patterson2015-08-061-1/+7
* remove request reference from chained jarsAaron Patterson2015-08-061-22/+25
* remove `@host` ivarAaron Patterson2015-08-051-6/+4
* remove @secure ivarAaron Patterson2015-08-051-5/+3
* CookieJar does not need the key_generator parameter anymoreAaron Patterson2015-08-051-3/+2
* eliminate key_generator ivarAaron Patterson2015-08-051-11/+14
* sop passing host and secure to the build methodAaron Patterson2015-08-051-2/+4
* stop using an options hash with the cookie jarAaron Patterson2015-08-051-38/+30
* move env access to the request object.Aaron Patterson2015-08-051-13/+45
* rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-1/+1
* Freeze string literals when not mutated.schneems2015-07-191-3/+3
* Merge pull request #17102 from matthewd/load-interlockAaron Patterson2015-07-101-0/+21
|\
| * Fix the Interlock middlewareMatthew Draper2015-07-091-5/+14
| * Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-0/+12
* | start disconnecting the parameter parser from the instanceAaron Patterson2015-07-101-3/+3
* | drop a conditional by always assigningAaron Patterson2015-07-101-6/+5
* | drop runtime conditionals in parameter parsingAaron Patterson2015-07-091-13/+9
|/
* Send cookies with requesteileencodes2015-07-071-0/+4
* Refactor cookie_jar to decouple it from request objecteileencodes2015-07-051-7/+3
* ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-1/+1
* Handle param-parsing errors from Rack in ExceptionWrapperGrey Baker2015-06-121-1/+3
* Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-4/+3
* pass check_ip and proxies to GetIp constructorAaron Patterson2015-06-031-4/+4
* Fix regression in #20017: wrong number of arguments errorJon Atack2015-05-301-3/+3
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-4/+5
* add a branch to eliminate multiple nil checksAaron Patterson2015-05-231-3/+5
* move request id manipulation to the request objectAaron Patterson2015-05-221-6/+5
* Tiny documentation edits [ci skip]Robin Dupret2015-05-041-1/+1
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-2/+2
* Document :tld_length option for cookies.Ryan Wallace2015-04-291-0/+3