aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* stop caching mime types globallyAaron Patterson2016-01-221-2/+16
* correctly escape backslashes in request path globsAaron Patterson2014-11-161-2/+3
* Merge branch '3.2.20' into 3-2-stableAaron Patterson2014-10-301-1/+20
|\
| * FileHandler should not be called for files outside the rootAaron Patterson2014-10-291-1/+20
* | Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-3/+3
|/
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
* make sure both headers are set before checking for ip spoofingTamir Duberstein2013-10-011-1/+1
* pass the extra params to the rack test environment so that routes with block ...Brian Hahn2013-09-062-4/+5
* Fix `assert_redirected_to` does not show user-supplied message.Alexey Chernenkov2013-07-181-1/+1
* Add missing requireSantiago Pastorino2013-07-021-0/+1
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+8
* just clear the caches on clear! rather than replacing. fixes #10251Aaron Patterson2013-04-171-8/+4
* Backport fixes about #7774 to 3-2-stablemaximerety2013-03-051-2/+2
* remove unused path_without_format variableKornelius Kalnbach2013-03-031-2/+0
* determine the match shorthand target early.Yves Senn2013-02-221-9/+12
* Duplicate possible frozen string from routeAndrew White2013-01-211-2/+3
* fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa...Aditya Sanghi2013-01-161-1/+6
* Merge pull request #8914 from nilbus/fix-header-bloatRafael Mendonça França2013-01-151-1/+3
* Merge pull request #8907 from rubys/masterRafael Mendonça França2013-01-121-1/+2
* Remove unnecessary caching of ParameterFilterAndrew White2013-01-121-3/+1
* Fix JSON params parsing regression for non-object JSON content.Dylan Smith2013-01-111-2/+2
* Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-082-8/+6
|\
| * * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-082-8/+6
| * Avoid Rack security warning no secret providedSantiago Pastorino2013-01-081-0/+2
* | Merge pull request #8812 from rubys/masterCarlos Antonio da Silva2013-01-081-1/+1
* | Avoid Rack security warning no secret providedSantiago Pastorino2013-01-081-0/+2
* | Remove suggestion that Procs can be used as session secrets.James Coglan2013-01-051-7/+4
* | Backport #8701, do not append a second slash with `trailing_slash: true`Yves Senn2013-01-021-1/+5
* | Clear url helper methods when routes are reloadedAndrew White2012-12-141-6/+12
* | Merge pull request #8490 from mattv/fix_request_raw_postRafael Mendonça França2012-12-111-2/+3
* | Refactor Generator class to not rely on in-place editing the controllerAndrew White2012-11-161-5/+10
* | Fix bug when url_for changes controller.Nikita Beloglazov2012-11-161-2/+2
* | Fix redirect example blockCarlos Antonio da Silva2012-11-091-3/+3
* | Merge pull request #8093 from nikitug/keep_app_x_ua_compatibleCarlos Antonio da Silva2012-11-081-1/+7
* | backport, handle trailing slash with enginesYves Senn2012-11-081-1/+1
|/
* Clear url helpers when reloading routesSantiago Pastorino2012-11-021-0/+1
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-1/+1
* Merge pull request #7789 from senny/7777_resource_functions_modify_optionsRafael Mendonça França2012-10-011-2/+2
* Since File instance doesn't respond to #open use a double to test theRafael Mendonça França2012-09-301-1/+1
* Merge pull request #7668 from Draiken/fix_issue_6497Rafael Mendonça França2012-09-191-1/+1
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-2/+6
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-08-281-1/+1
* Dont stream back cookie value if it was set to the same valuebrainopia2012-08-101-4/+6
* Revert "Revert "Merge pull request #6084 from brainopia/support_for_magic_dom...brainopia2012-08-101-0/+7
* Remove references to old behavior with headers atRafael Mendonça França2012-08-071-4/+3
* Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_a...Rafael Mendonça França2012-08-051-7/+0
* Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_storesJosé Valim2012-08-021-0/+7
* adds a missing require from Active SupportXavier Noria2012-07-281-0/+1
* Add support for optional root segments containing slashesAndrew White2012-07-171-1/+1
* Array parameters should not contain nil values.Aaron Patterson2012-06-111-2/+4