aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28644 from mtsmfm/set-capybara-app-hostMatthew Draper2017-05-241-0/+12
|\
| * Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-0/+12
* | Fixed string being modified in place causing frozen string errors in Ruby 2.3sepehr5002017-05-151-0/+6
* | Fix `TestInvalidUrls` with rack 2.0.3yuuji.yaginuma2017-05-161-6/+6
* | Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-5/+5
* | Use more specific check for :format in route pathAndrew White2017-04-181-0/+18
|/
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-0/+8
* Add support for calling nested direct routes (#28462)Andrew White2017-03-171-8/+28
* Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-1/+2
|\
| * Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
* | Remove unnecessary params mungingAndrew White2017-03-151-0/+61
|/
* Call system test driver per-instance rather than globallyeileencodes2017-03-093-31/+15
* Refactor system test driver/browsereileencodes2017-03-093-16/+11
* Do not take screenshot if driver does not support screenshotyuuji.yaginuma2017-03-041-0/+25
* 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