aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Update RDoc for ActionController::TestCase for kwargs.Victor Costan2015-06-121-1/+1
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-6/+0
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-6/+0
* | Use `any?` rather than `present?` to check argseileencodes2015-05-311-1/+1
|/
* Remove unused code.Guo Xiang Tan2015-05-291-2/+0
* Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-271-15/+12
|\
| * Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-181-15/+12
* | Move `TemplateAssertions` to their own fileeileencodes2015-05-091-188/+1
* | Use `args` instead of `*args` in `kwargs_request?` methodeileencodes2015-05-021-3/+3
|/
* Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-121-5/+2
* fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-091-2/+5
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-1/+1
* 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