aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Simplify `as` passed check.Kasper Timm Hansen2016-06-251-1/+1
* make `as` option work with get parametersyuuji.yaginuma2016-06-251-2/+4
* add missing `as` to request kwargs of `ActionDispatch::IntegrationTest`yuuji.yaginuma2016-05-271-2/+3
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-10/+6
* Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-11/+11
* Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-5/+6
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* extract ActionDispatch::IntegrationTest::BehaviorScott Bronson2016-03-071-22/+35
* Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-071-0/+2
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Do not run app.executor callbacks in integration testsJorge Bejar and Santiago Pastorino2016-03-021-11/+2
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-2/+11
* Add fixes accidentally removed.Kasper Timm Hansen2016-02-122-2/+3
* Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-112-5/+9