aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-0/+25
* remove more direct `env` mutationsAaron Patterson2015-08-241-1/+1
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-8/+10
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-26/+26
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* use `Rack::Test::UploadedFile` when uploading filesAaron Patterson2015-07-091-2/+2
* set parameters as a query stringAaron Patterson2015-07-091-1/+1
* use JSON to communicate between the controller and the testsAaron Patterson2015-07-091-12/+12
* build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-3/+3
* request objects are no longer recycledAaron Patterson2015-07-081-6/+0
* let the superclass build the request and responseAaron Patterson2015-07-081-5/+2
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-41/+0
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-3/+3
* Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-271-0/+20
|\
| * Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-181-0/+20
* | Issue#17703 Test case for tempfile attributeSiva Gollapalli2015-04-161-0/+5
|/