aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-1/+1
* use symbol keys for path_parametersAaron Patterson2014-05-221-5/+5
* Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-0/+23
* Clear filtered request attributes between requests in testsAndrew White2014-01-271-0/+8
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-2/+3
* Re-remove deprecated API.kennyj2013-06-281-7/+0
* Revert "Add the options method to action_controller testcase."Rafael Mendonça França2013-05-161-5/+0
* Fix rake test warnings in actionpackMack Earnhardt2013-03-171-1/+1
* `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-0/+22
* Change the behavior of route defaultsAndrew White2013-01-151-0/+31
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-1/+1
* Use File.join to better integrate fixture_path in fixture_file_upload.Ben Woosley2012-11-261-0/+12
* Merge branch 'master' into testcleanAaron Patterson2012-07-051-0/+5
|\
| * Add the options method to action_controller testcase.François de Metz2012-07-041-0/+5
* | test should be testing to_param not to_s, remove Array subclassAaron Patterson2012-07-031-2/+2
|/
* Don't paramify ActionDispatch::Http::UploadedFile in testsTim Vandecasteele2012-06-221-0/+7
* Add failing test case for #6053Andrew White2012-04-291-0/+21
* Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-2/+40
* Merge session arg with existing session instead of overwritingAndrew White2012-04-281-0/+20
* Remove default match without specified methodJose and Yehuda2012-04-241-5/+5
* assigns(:foo) should not convert @foo's keys to strings if it happens to be a...Will Bryant2012-02-181-0/+5
* replacing the orderhash with hash for ruby-1.9ganesh2012-02-091-3/+2
* Rename test class and fix tests to keep consistencyCarlos Antonio da Silva2012-01-171-10/+10
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-3/+0
* AC:TestCase::Behavior#head only accepts parameters as second argumentRafael Mendonça França2012-01-101-0/+4
* Whitespaces :scissors:Rafael Mendonça França2012-01-101-4/+4
* Fix ActionController::TestCase::Behavior.headRafael Mendonça França2012-01-101-0/+5
* Revert "remove deprecated API"Aaron Patterson2012-01-051-0/+7
* remove deprecated APIAaron Patterson2012-01-051-7/+0
* moving test_test.rb to test_case_test.rb for consistency.Nick Sutterer2012-01-031-0/+820