aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
* make `env` a required parameterAaron Patterson2015-07-081-1/+1
* pass the starting env and session to build_requestAaron Patterson2015-07-081-1/+1
* let the superclass build the request and responseAaron Patterson2015-07-081-1/+1
* remove useless `new` implementationAaron Patterson2015-07-081-4/+0
* pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-9/+4
* Send cookies with requesteileencodes2015-07-071-1/+1
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-012-4/+3
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-302-4/+3
* | Use `any?` rather than `present?` to check argseileencodes2015-05-311-1/+1
|/
* [ci skip] remove `assigns` from the integration test example in API docsRoque Pinel2015-05-171-2/+2
* Use `args` instead of `*args` in `kwargs_request?` methodeileencodes2015-05-021-3/+3
* Add missing require for String#strip_heredocPrem Sichanugrist2015-04-171-0/+1
* Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-1/+1
* Call super last in before_setupeileencodes2015-03-091-1/+1
* Revert "Revert integration test refactoring that caused app test regressions"eileencodes2015-03-091-14/+10
* update integration test example as is not output deprecation warning [ci skip]yuuji.yaginuma2015-03-071-7/+8
* Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-051-1/+1
* Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+1
* Revert integration test refactoring that caused app test regressionsJeremy Kemper2015-02-261-10/+14
* Fix default headers in test responsesJeremy Kemper2015-02-252-13/+2
* Merge pull request #18665 from sgrif/sg-test-route-allSean Griffin2015-02-201-8/+14
|\
| * Allow `method: "all"` as a valid routing test optionSean Griffin2015-01-231-8/+14
* | Add missing commaArthur Neves2015-02-131-1/+1
* | Correct module name in deprecation message.Guo Xiang Tan2015-02-131-1/+1
* | Improve deprecation message.Guo Xiang Tan2015-02-131-1/+3
* | Do not recommend `xhr` since it is going to be deprecated.Guo Xiang Tan2015-02-131-3/+0
* | remove meta programmingAaron Patterson2015-02-121-3/+3
* | there is always an integration session, so remove the checkAaron Patterson2015-02-121-1/+0
* | lazily create the integration sessionAaron Patterson2015-02-121-7/+5
* | use before_setup to set up test instance variablesAaron Patterson2015-02-121-7/+6
* | Skip url_helpers instead of caching, speed up integration testseileencodes2015-02-121-10/+15
* | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-8/+16
|\ \
| * | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-8/+16
* | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
|/ /
* | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-2/+2
* | Use fixed fonts only in the name of the parameterRafael Mendonça França2015-01-291-3/+3
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-37/+104
* | Deprecate *_via_redirect integration test methodsAditya Kapoor2015-01-281-0/+5
|/
* Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+7
* Remove deprecated assertion filesRafael Mendonça França2015-01-043-9/+0
* Move longer form example from integration guide to api reference, below anZachary Scott2014-12-291-0/+78
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Remove outdated comments [ci skip]Godfrey Chan2014-11-221-6/+0
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-182-2/+2
* Fix for assigns(:..) resetting template assertionsCalvin Correli2014-11-171-3/+7
* Remove session to allow `with_routing` to be called twice.Guo Xiang Tan2014-11-051-0/+4
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-292-2/+2
* Remove extra 'has been' from deprecation warning about asserting selectorsPrathamesh Sonpatki2014-09-091-1/+1
* Remove extra 'has been' from the deprecation messagePrathamesh Sonpatki2014-09-091-1/+1