aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Use accept header instead of mangling request path.Kasper Timm Hansen2016-11-231-6/+4
* Fix `ActionDispatch::IntegrationTest#open_session`Tawan Sierek2016-11-181-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* 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
* 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
* [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
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-4/+7
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-19/+19
* 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-101-55/+3
* 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
* 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
* 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-121-1/+2
* [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-111-4/+8
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-12/+26
* Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-101-4/+79
|\
| * Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-4/+79
* | Sleep well, sweet princeSean Griffin2016-02-021-1/+1
|/
* Push `before_sending` to super classeileencodes2015-12-061-0/+1
* specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-281-5/+5
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* pass a request object to the headers objectAaron Patterson2015-08-211-2/+2