aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ActionDispatch::PublicExceptions returning string rack statusRyan Tomayko2015-03-231-2/+2
* Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-121-3/+4
* 304 response should not include Content-Type headerKohei Suzuki2015-03-101-1/+3
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-013-3/+20
|\
| * Explained how to set session expiry through session_store configIain Beeston2015-02-273-3/+20
* | Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-232-67/+63
* | Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-201-1/+1
* | Freeze strings to reduce allocations in integration testseileencodes2015-02-181-4/+8
* | Reduce the number of times `#clean_path_info` is calledeileencodes2015-02-181-3/+2
|/