aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-212-2/+2
* pass a request object to the headers objectAaron Patterson2015-08-211-2/+2
* Rename `extra_keys` variables to `query_string_keys`eileencodes2015-08-081-2/+2
* stop using @_env in the controller instanceAaron Patterson2015-08-071-1/+1
* do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-1/+5
* sop passing host and secure to the build methodAaron Patterson2015-08-051-1/+1
* move env access to the request object.Aaron Patterson2015-08-051-1/+1
* Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-1/+1
* Oops! :bomb:Akira Matsuda2015-07-171-1/+1
* "warning: instance variable @routes not initialized"Akira Matsuda2015-07-171-1/+1
* Rack implements `redirect?` so we don't need itAaron Patterson2015-07-141-3/+0
* use a lookup table for `assert_response`Aaron Patterson2015-07-131-3/+8
* assign the cookie hash on request allocationAaron Patterson2015-07-081-1/+1
* add a new constructor for allocating test requestsAaron Patterson2015-07-082-9/+9
* 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