aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-5/+6
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-224-11/+9
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-134-11/+9
* | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-3/+3
* | Updates incorrect documentation [ci skip]Dmitriy Budnik2017-03-161-4/+3
* | Fix Typo [ci skip]Olivier2017-03-131-1/+1
|/
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* String#end_with? should be faster than Regexp hereAkira Matsuda2017-01-051-1/+1
* fix with_routing when testing api only controllersJulia López2016-12-291-2/+5
* Only move fixture_file_upload to IntegrationTestMatthew Draper2016-12-072-18/+22
* [ci skip] Update the `as` docs.Kasper Timm Hansen2016-11-271-1/+2
* Remove default argument value.Kasper Timm Hansen2016-11-271-1/+1
* [ci skip] Explain only :json is shipped by default.Kasper Timm Hansen2016-11-231-1/+2
* Use accept header instead of mangling request path.Kasper Timm Hansen2016-11-232-22/+19
* Fix `ActionDispatch::IntegrationTest#open_session`Tawan Sierek2016-11-181-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-293-5/+5
* Revert "Undefine assings in IntegrationTest"Rafael Mendonça França2016-10-211-2/+0
* /s/integrations/integration [ci skip] (#26801)प्रथमेश Sonpatki2016-10-161-1/+1
* Copy-edit the documentationRafael Mendonça França2016-10-151-4/+4
* Make `process` a non-private method and update documentation.Zach Aysan2016-10-151-98/+100
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-42/+11
* Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.Rafael Mendonça França2016-10-101-53/+0
* Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`Rafael Mendonça França2016-10-101-32/+0
* Undefine assings in IntegrationTestRafael Mendonça França2016-10-071-0/+2
* Only search fixture_path for files that can't be found directlyMatthew Draper2016-09-241-1/+2
* Merge pull request #26589 from kirs/ad-test-request-methodArthur Nogueira Neves2016-09-221-1/+1
|\
| * Fix memoization bug on ActionDispatch::TestRequest#request_method=Kir Shatrov2016-09-221-1/+1
* | Improve assert_response helperKir Shatrov2016-09-141-1/+6
|/
* make `fixture_file_upload` work in integration testsyuuji.yaginuma2016-09-041-1/+3
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-1/+1
* Move setting of integration session to constructor.Sam Phippen2016-08-211-1/+5
* Allow the `integration_sesion` to be set early on ActionDispatch::Integration...Sam Phippen2016-08-201-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* [ci skip] Link to the request helpers documentation.Kasper Timm Hansen2016-08-141-0/+3
* [ci skip] Update integration test request encoding documentation.Kasper Timm Hansen2016-08-141-13/+14
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-1/+1
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-4/+7
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-062-4/+4
* applies new string literal convention in actionpack/libXavier Noria2016-08-067-48/+48
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-1/+6
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-1/+5
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-1/+1
* Let TestResponse assign a parser.Kasper Timm Hansen2016-07-103-57/+64
* Fix conditional order broken in ea40ec56.Kasper Timm Hansen2016-07-021-2/+2
* Make mutation stand out some more.Kasper Timm Hansen2016-07-011-2/+5
* Fix request encoding in tests when string literals are frozenVolmer2016-07-011-1/+1
* Extract method to share path expansion logic.Kasper Timm Hansen2016-06-251-11/+16