aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* parse stringified mime typeAman Gupta2015-01-021-1/+1
* correctly escape backslashes in request path globsAaron Patterson2014-11-161-0/+41
* Merge branch '3.2.20' into 3-2-stableAaron Patterson2014-10-301-0/+18
|\
| * FileHandler should not be called for files outside the rootAaron Patterson2014-10-291-0/+18
* | Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-9/+8
|/
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* pass the extra params to the rack test environment so that routes with block ...Brian Hahn2013-09-061-0/+12
* Fix `assert_redirected_to` does not show user-supplied message.Alexey Chernenkov2013-07-181-1/+1
* Use old style hash syntax for 3-2-stableAndrew White2013-06-251-2/+2
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+13
* Backport fixes about #7774 to 3-2-stablemaximerety2013-03-051-0/+9
* Use 1.8 hash styleCarlos Antonio da Silva2013-02-221-1/+1
* determine the match shorthand target early.Yves Senn2013-02-221-0/+27
* Duplicate possible frozen string from routeAndrew White2013-01-211-0/+7
* fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa...Aditya Sanghi2013-01-161-0/+21
* Merge pull request #8914 from nilbus/fix-header-bloatRafael Mendonça França2013-01-151-1/+2
* Fix JSON params parsing regression for non-object JSON content.Dylan Smith2013-01-111-0/+7
* Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-082-0/+32
|\
| * * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-082-0/+32
* | Don't use 1.9 hash syntax on 3-2-stableAndrew White2012-12-141-8/+8
* | Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+86
* | Merge pull request #8490 from mattv/fix_request_raw_postRafael Mendonça França2012-12-111-0/+7
* | Refactor Generator class to not rely on in-place editing the controllerAndrew White2012-11-161-6/+6
* | Fix bug when url_for changes controller.Nikita Beloglazov2012-11-161-0/+9
* | Merge pull request #8093 from nikitug/keep_app_x_ua_compatibleCarlos Antonio da Silva2012-11-081-0/+34
* | backport, handle trailing slash with enginesYves Senn2012-11-081-0/+5
|/
* Add test to avoid regression of 4a86362Rafael Mendonça França2012-11-021-0/+10
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-7/+0
* Merge pull request #7789 from senny/7777_resource_functions_modify_optionsRafael Mendonça França2012-10-011-0/+20
* 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-0/+7
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-08-281-0/+7
* Test actual content of permanent cookiebrainopia2012-08-101-1/+1
* Dont stream back cookie value if it was set to the same valuebrainopia2012-08-101-1/+13
* Add support for optional root segments containing slashesAndrew White2012-07-171-0/+26
* Array parameters should not contain nil values.Aaron Patterson2012-06-111-0/+4
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-0/+34
* Reset the request parameters after a constraints checkAndrew White2012-05-031-0/+19
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-1/+40
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-0/+28
* Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-311-0/+15
* fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* Fix some warnings on 3-2-stablekennyj2012-02-211-1/+0
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-201-27/+88
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-171-0/+28
* backporting #4918 to 3.2 stable; adding extra test for accept header given by...Aditya Sanghi2012-02-171-0/+12
* Merge pull request #4988 from kennyj/fix_4720-3Aaron Patterson2012-02-101-0/+26
* Merge pull request #4908 from kennyj/fix_3864José Valim2012-02-061-0/+33
* Merge pull request #4879 from kennyj/fix_4873José Valim2012-02-041-0/+6