aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | move flash hash access to methods on the request objectAaron Patterson2015-08-071-2/+11
* | | | | Merge pull request #21153 from grosser/grosser/portsRafael Mendonça França2015-08-061-1/+5
|\ \ \ \ \
| * | | | | do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-1/+5
* | | | | | Fix documentation on ActionDispatch::RequestGabriel Sobrinho2015-08-061-1/+1
|/ / / / /
* | | | | use a request object to access info from env in GetIpAaron Patterson2015-08-062-11/+19
* | | | | ask the request if we should show exceptionsAaron Patterson2015-08-063-4/+13
* | | | | ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-063-9/+7
* | | | | prevent string allocationsAaron Patterson2015-08-061-1/+1
* | | | | reuse the request object in the File serving middlewareAaron Patterson2015-08-061-9/+13
* | | | | get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* | | | | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-061-6/+7
* | | | | Merge pull request #21061 from yui-knk/refactor/route_setRafael Mendonça França2015-08-061-4/+2
|\ \ \ \ \
| * | | | | Remove duplicated `Array#to_param`yui-knk2015-08-011-4/+2
* | | | | | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-061-1/+7
|\ \ \ \ \ \
| * | | | | | Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+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-052-3/+5
* | | | | | | stop using an options hash with the cookie jarAaron Patterson2015-08-051-38/+30
* | | | | | | move env access to the request object.Aaron Patterson2015-08-052-14/+46
* | | | | | | routes in the env via the request objectAaron Patterson2015-08-051-0/+4
* | | | | | | allocate a request object to avoid hash allocationsAaron Patterson2015-08-051-0/+4
|/ / / / / /
* | | | | | Use #start_with? and #[] for speedBenjamin Quorning2015-08-021-2/+2
* | | | | | [ci skip]yui-knk2015-08-011-0/+15
* | | | | | Array#any? is slower and not the inverse of Array#empty?Jean Boussier2015-07-301-2/+2
* | | | | | Use delete_if instead of each; delete(key)schneems2015-07-301-3/+2
* | | | | | Remove (another) array allocationschneems2015-07-301-5/+14
* | | | | | Remove array allocationschneems2015-07-301-2/+2
* | | | | | Avoid hash duplication by skipping mutationschneems2015-07-301-2/+2
* | | | | | Only allocate new string when neededschneems2015-07-301-1/+7
* | | | | | Freeze a string in comparatorschneems2015-07-301-1/+1
* | | | | | Avoid calling to_s on nil in journey/formatterschneems2015-07-301-2/+2
* | | | | | Reduce hash allocations in route_setschneems2015-07-291-1/+1
* | | | | | Decrease route_set allocationsschneems2015-07-291-3/+7
* | | | | | Speed up journey missing_keysschneems2015-07-291-3/+15
* | | | | | Speed up journey extract_parameterized_partsschneems2015-07-291-2/+3
|/ / / / /
* | | | | Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* | | | | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-1/+1
* | | | | Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-6/+6
|\ \ \ \ \
| * | | | | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-6/+6
* | | | | | rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-213-26/+15
* | | | | | push param encoding in to the utils moduleAaron Patterson2015-07-212-14/+30
* | | | | | stop keeping track of keys when "deep munging"Aaron Patterson2015-07-211-5/+3
* | | | | | recurse for arrays in `normalize_encode_params`Aaron Patterson2015-07-211-5/+3