aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
|\ \
| * | Fix flash remaining after last flash deletedSamuel Cochran2015-01-291-0/+2
* | | Fix a typo in deprecation warning. #process takes method instead of http_method.Juanito Fatas2015-01-311-1/+1
* | | [ci skip] Document format parameter of process method in AC test_case.Juanito Fatas2015-01-311-0/+1
| |/ |/|
* | Use fixed fonts only in the name of the parameterRafael Mendonça França2015-01-291-8/+8
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-28/+93
|/
* Reset template assertions without warningsbrainopia2015-01-051-2/+4
* Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-23/+1
* Integration requests should work in contexts without setup and teardownbrainopia2015-01-021-1/+2
* adding that assert_template with :layout will raise ArgumentError for unknown...Carsten Wirth2014-12-161-0/+2
* Deprecate `use_route` in controller testsGodfrey Chan2014-11-231-1/+22
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-4/+4
* document_root_element need to be publicRafael Mendonça França2014-11-171-4/+4
* Pass the route name explicitlyGodfrey Chan2014-11-101-1/+2
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-171-0/+9
|\
| * Fix assert_template for files.Guo Xiang Tan2014-08-141-0/+9
* | Merge branch 'master' into loofahRafael Mendonça França2014-08-121-43/+14
|\|
| * Remove ActionController::RaiseActionExceptions.Guo Xiang Tan2014-08-071-34/+0
| * avoid testing only_pathAaron Patterson2014-08-041-2/+1
| * Bug fix for assert_template when opening a new session.Guo Xiang Tan2014-07-251-5/+9
| * Fix AC::TemplateAssertions instance variables not resetting.Guo Xiang Tan2014-07-211-5/+7
* | We don't need loofah for the assertionsRafael Mendonça França2014-07-151-1/+0
* | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+9
|\ \ | |/ |/|
| * Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T...Timm2014-06-161-6/+1
| * Support for changes in SelectorAssertions.Timm2014-06-161-0/+14
| * Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...Timm2014-06-161-2/+0
| * Require ActionView::Assertions in ActionController test_case.rb.Timm2014-06-161-0/+1
| * Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-0/+1
* | Reduce number of subscriptions created.Guo Xiang Tan2014-07-081-17/+13
* | Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-1/+0
* | Merge pull request #15537 from tgxworld/fix_state_leakMatthew Draper2014-06-201-1/+0
|\ \
| * | Prevent state leak.Guo Xiang Tan2014-06-051-1/+0
| |/
* / Set flash in test session when necessary.Guo Xiang Tan2014-06-121-2/+5
|/
* use symbol keys for path_parametersAaron Patterson2014-05-221-5/+5
* Fix examples indent and improve #process docs a bit [ci skip]Carlos Antonio da Silva2014-05-041-16/+14
* Document ActionController::TestCase::Behavior#processGaurish Sharma2014-05-041-0/+27
* Fix subscriptions not being unsubscribed.Guo Xiang Tan2014-04-141-5/+7
* update comments to reflect that options support is not availableFrederick Cheung2014-03-251-2/+2
* use the body proxy to freeze headersAaron Patterson2014-03-121-1/+1
* only write the jar if the response isn't committedAaron Patterson2014-03-121-1/+15
* live controllers should have live responsesAaron Patterson2014-02-281-6/+22
* Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-0/+1
* Clear filtered request attributes between requests in testsAndrew White2014-01-271-0/+3
* Re-remove deprecated API.kennyj2013-06-281-12/+0
* Revert "Add the options method to action_controller testcase."Rafael Mendonça França2013-05-161-6/+0
* use canonical #controller_path logic in controller test casesLance Ivy2013-05-051-1/+1
* applies documentation guidelinesXavier Noria2013-04-221-11/+12