aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need to capitalize verbs. [CI SKIP]Guo Xiang Tan2015-04-261-2/+2
* Add nodoc to some private constants [ci skip]Rafael Mendonça França2015-04-231-3/+3
* Merge pull request #19823 from sbhatore/doc_fix_1Rafael Mendonça França2015-04-231-0/+8
|\
| * Squashed commit of the following:Siddharth Bhatore2015-04-231-0/+8
* | [ci skip] Add, clean up docs in ActionDispatch ActionDispatch middlewareNick Cox2015-04-221-6/+13
* | [ci skip] UpgradeLegacySignedCookieJar Doc fixSiddharth Bhatore2015-04-221-2/+2
|/
* [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-091-1/+1