aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+49
* Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-1/+1
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-12/+14
* Do not take screenshot when test skippedyuuji.yaginuma2017-02-231-0/+10
* Clarify use of params in `direct`Andrew White2017-02-221-0/+14
* Split direct method into twoAndrew White2017-02-211-35/+75
* Removed `model_name` method to prevent warningAndrew White2017-02-211-0/+1
* Support mapping of non-model classesAndrew White2017-02-211-0/+23
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-0/+12
* Add custom polymorphic mappingAndrew White2017-02-211-1/+71
* Add test for calling a url helper in Mapper#directAndrew White2017-02-211-0/+7
* Only accept symbols and strings for Mapper#directAndrew White2017-02-211-0/+17
* Rename url_helper to directAndrew White2017-02-211-12/+12
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-0/+121
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-1/+8
* Fix screenshot helper to provide correct file nameeileencodes2017-02-201-1/+9
* Move and rename system testseileencodes2017-02-205-0/+60
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-122-2/+0
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-312-101/+46
* Use ActionDispatch::IntegrationTest http helper methodsAndrew White2017-01-181-45/+41
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+5
* Small spelling errorLachlan Priest2017-01-141-4/+4
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-121-1/+1
|\
| * Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-1/+1
* | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-9/+0
|/
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-0/+9
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-2510-30/+30
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-1/+1
* Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-0/+10
* Do not raise exception when content_type is a empty stringRafael Mendonça França2016-12-091-0/+5
* stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2912-57/+57
* Support plain loggers in DebugExceptionsGenadi Samokovarov2016-10-281-0/+17
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-1/+1
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-1/+3
* Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-4/+1
* Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-3/+1
* Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-101-10/+0
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-39/+2
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-39/+10
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-102-2/+2
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-12/+0
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-6/+9
* Merge pull request #26589 from kirs/ad-test-request-methodArthur Nogueira Neves2016-09-221-0/+7
|\
| * Fix memoization bug on ActionDispatch::TestRequest#request_method=Kir Shatrov2016-09-221-0/+7