aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-0/+12
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-2/+2
* use public Module#include instead of send :includeyuuji.yaginuma2016-11-271-1/+1
* Use accept header instead of mangling request path.Kasper Timm Hansen2016-11-231-2/+25
* Fix `ActionDispatch::IntegrationTest#open_session`Tawan Sierek2016-11-181-0/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-2/+2
* Revert "Undefine assings in IntegrationTest"Rafael Mendonça França2016-10-211-8/+0
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-55/+0
* Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.Rafael Mendonça França2016-10-101-89/+0
* Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`Rafael Mendonça França2016-10-101-102/+4
* Undefine assings in IntegrationTestRafael Mendonça França2016-10-071-0/+8
* make `fixture_file_upload` work in integration testsyuuji.yaginuma2016-09-041-0/+36
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-0/+13
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-20/+20
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-182/+182
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-0/+16
* Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-19/+0
* Be more explicit with the expected resultSantiago Pastorino2016-07-261-1/+1
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-0/+19
* make `as` option work with get parametersyuuji.yaginuma2016-06-251-0/+14
* Add regression test to `as` option.Kasper Timm Hansen2016-06-071-0/+16
* Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-3/+5
* Deprecate :controller and :action path parametersAndrew White2016-03-011-5/+20
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-111-0/+10
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-11/+24
* Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-0/+43
* Suppress warnings (warnings about AD::IntegrationTest HTTP request)yui-knk2015-10-221-1/+1
* Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-13/+17
* Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-113/+153
* do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-0/+19
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-13/+13
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-2/+0
* Fix kwargs warning in `test_get_xml`eileencodes2015-03-201-1/+1
* Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-0/+17
* Call super last in before_setupeileencodes2015-03-091-0/+12
* Fix default headers in test responsesJeremy Kemper2015-02-251-16/+18
* Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-82/+73
|\
| * Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-82/+73