aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix default headers in test responsesJeremy Kemper2015-02-251-0/+46
* Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-3/+18
|\
| * Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-3/+18
* | Merge pull request #18721 from sj26/pre-discard-flashAaron Patterson2015-02-011-0/+12
|\ \ | |/ |/|
| * Fix flash remaining after last flash deletedSamuel Cochran2015-01-291-0/+12
* | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-14/+18
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-87/+279
|/
* Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-25/+0
* Deprecate `use_route` in controller testsGodfrey Chan2014-11-231-2/+2
* Test using `ActionController::TestCase` with enginesGodfrey Chan2014-11-231-0/+52
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-0/+21
* Pass the route name explicitlyGodfrey Chan2014-11-101-0/+12
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-121-5/+6
|\
| * Fixes to TestCaseTest.Guo Xiang Tan2014-08-081-4/+5
| * Fix spelling.Guo Xiang Tan2014-08-071-1/+1
* | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-179/+0
|\ \ | |/ |/|
| * Removed tag.rb since it has been deprecated.Timm2014-06-151-179/+0
* | Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-3/+3
|/