aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused block parametersAgis Anastasopoulos2013-04-071-3/+3
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-1/+1
* Fix typos and improve docs a bit [ci skip]Carlos Antonio da Silva2013-03-151-7/+5
* document request simulation methods in functional tests.Yves Senn2013-03-151-7/+27
* Skip fetching path if the iteration is going to be skippedCarlos Antonio da Silva2013-03-111-2/+2
* Allow use of assert_template with the :file option.Justin Coyne2013-03-011-1/+16
* partials inside directory work with `assert_template`Yves Senn2013-02-041-1/+2
* descriptive `assert_template` error when partial wasn't renderedYves Senn2013-02-041-0/+3
* Missing require hash/keysAkira Matsuda2013-02-011-0/+1
* Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-0/+8
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-1/+14