aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
...
* | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-36/+92
* | implement abstract store methodsAaron Patterson2015-09-042-5/+5
* | stop using deprecated Abstract::ID classAaron Patterson2015-09-042-2/+2
* | stop inheriting from Rack::RequestAaron Patterson2015-09-043-4/+4
* | use `Rack::Utils.unescape_path` to unescape pathsAaron Patterson2015-09-041-3/+3
* | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+7
* | Remove unused requiresMarcin Olichwirowicz2015-08-251-2/+0
* | Make `assert_index` privateMarcin Olichwirowicz2015-08-251-3/+1
* | Remove unused block argumentsamitkumarsuroliya2015-08-251-1/+1
* | stop using `@env` in the GET / POST methodsAaron Patterson2015-08-241-2/+4
* | 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
|/