aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Add `Vary: Accept` header when renderingst00122019-07-261-0/+26
* fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-251-0/+13
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-4/+4
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-3/+3
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-4/+3
* Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-3/+4
* Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-0/+14
* Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-0/+10
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-2/+2
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-5/+5
* 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