aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+12
* Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* test_should_impose_childless_html_tags_in_html failure with JRubypavel2018-07-151-1/+7
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+15
* Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
* Use Rack to generate query information under testAaron Patterson2018-06-081-2/+10
* Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+8
* Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-201-0/+8
* Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to masterbogdanvlviv2018-04-101-0/+8
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-4/+4
* 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
* Define path with __dir__bogdanvlviv2017-05-231-3/+3
* Fix test assertionRafael Mendonça França2017-03-211-1/+1
* Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-211-14/+5
* Set correct "routes" in tests casesbogdanvlviv2017-02-201-3/+3
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+14
* Revise the "XML is not HTML" testMatthew Draper2016-12-201-12/+12
* Show what was the error when assertion has failedAkira Matsuda2016-11-051-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-16/+16
* Remove deprecated support to non-keyword arguments #processRafael Mendonça França2016-10-101-111/+0
* Remove deprecated `xml_http_request` and `xhr` methodsRafael Mendonça França2016-10-101-15/+0
* Merge pull request #26573 from kirs/action-controller-as-formatRafael França2016-09-271-0/+5
|\
| * Make :as option also set request format (AC::TestCase)Kir Shatrov2016-09-211-0/+5
* | Only search fixture_path for files that can't be found directlyMatthew Draper2016-09-241-0/+7
|/
* Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-0/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-20/+20
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-10/+10
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-214/+214
* Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+8
* Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-0/+24
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* Deprecate :controller and :action path parametersAndrew White2016-03-011-4/+13
* Remove unused test controller actionAndrew White2016-02-161-5/+0
* Move test for #22828 into it's own testAndrew White2016-02-161-2/+10
* Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-0/+7
* Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-1/+1
* switch to JSON.dump to avoid infinite recursionAaron Patterson2015-10-291-1/+1
* Write the cookie jar it was not committed in TestCaseRafael Mendonça França2015-10-281-1/+1
* don't access the response object before a request was madeAaron Patterson2015-09-231-1/+10