aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
* [Action Pack] require => require_relativeAkira Matsuda2017-10-213-4/+4
* [ci skip]Enable link to ActionDispatch::Integration::Session#process in rdocwillnet2017-10-121-12/+12
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-3/+21
* Use frozen string literal in actionpack/Kir Shatrov2017-07-299-0/+18
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-029-9/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-029-0/+9
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-019-0/+9
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \ | | |/ | |/|
| | * Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-013-4/+4
|/ /
* | Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-1/+1
* | Removed reference to unexisting methods:Edouard CHIN2017-06-231-2/+1
|/
* `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