aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | remove request reference from chained jarsAaron Patterson2015-08-061-22/+25
* | | | | | remove `@host` ivarAaron Patterson2015-08-052-13/+5
* | | | | | remove @secure ivarAaron Patterson2015-08-052-7/+4
* | | | | | CookieJar does not need the key_generator parameter anymoreAaron Patterson2015-08-052-5/+3
* | | | | | 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-052-39/+31
* | | | | | move env access to the request object.Aaron Patterson2015-08-053-16/+48
* | | | | | 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
|/ / / / /
* | | | | Merge pull request #21095 from aditya-kapoor/add-missing-assertionYves Senn2015-08-031-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
| | |/ / | |/| |
* / | | Use #start_with? and #[] for speedBenjamin Quorning2015-08-021-2/+2
|/ / /
* | | Merge pull request #21088 from yui-knk/doc/to_paramRichard Schneeman2015-08-011-0/+15
|\ \ \
| * | | [ci skip]yui-knk2015-08-011-0/+15
* | | | docs, custom api base controllers shoudl subclass metal. [ci skip]Yves Senn2015-08-011-1/+1
* | | | Merge pull request #21008 from svenwin/patch-1Yves Senn2015-08-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add documentation to get a running custom base controller [ci skip]Sven Winkler2015-07-231-1/+1
* | | | 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
* | | | Decrease string allocations in url_optionsschneems2015-07-291-1/+5
| |/ / |/| |
* | | 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-272-6/+13
|\ \ \
| * | | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-172-6/+13
* | | | Merge pull request #21031 from vngrs/fix_params_wrapper_docRafael Mendonça França2015-07-271-3/+3
|\ \ \ \
| * | | | Fix params_wrapper doc [ci skip]Mehmet Emin İNAÇ2015-07-261-3/+3
| | |/ / | |/| |
* / | | [ci skip] it should be protect_from_forgeryAditya Kapoor2015-07-271-1/+1
|/ / /
* | | 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
* | | drop conditionals in conversion logicAaron Patterson2015-07-211-7/+5
* | | rearrange logic to use positive branchesAaron Patterson2015-07-211-4/+6
* | | Merge pull request #20751 from repinel/remove-unnecessary-dupRafael Mendonça França2015-07-201-1/+1
|\ \ \
| * | | Remove unnecessary `dup` from Mapper `add_route`Roque Pinel2015-07-011-1/+1
* | | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-1/+1
* | | | Merge pull request #20946 from schneems/schneems/let-it-goSean Griffin2015-07-1910-18/+18
|\ \ \ \
| * | | | Freeze string literals when not mutated.schneems2015-07-1910-18/+18
* | | | | Merge pull request #20936 from repinel/fix-params-fetch-exception-overwrittenSean Griffin2015-07-193-3/+25
|\ \ \ \ \ | |/ / / / |/| | | |