aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
...
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-102-12/+32
* Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-101-4/+79
|\
| * Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-4/+79
* | Sleep well, sweet princeSean Griffin2016-02-021-1/+1
* | Duplicate assert_generates options before modifying itPierre Schambacher2016-02-011-0/+1
* | remove unused requireyuuji.yaginuma2016-01-301-1/+0
* | Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-122-14/+63
|/
* Remove ActionController::TestCase from documentationeileencodes2015-12-121-1/+1
* Show redirect response code in assert_response messagesJon Atack2015-12-111-10/+8
* Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...Rafael França2015-12-111-1/+1
|\
| * Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-061-1/+1
* | Push `before_sending` to super classeileencodes2015-12-061-0/+1
|/
* Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-041-0/+15
* Fix double word 'string' [ci skip]Jake Worth2015-11-011-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-312-11/+11
|\
| * Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-092-10/+10
| * Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-281-5/+5
* | Use sufficient a regexp anchor to check `@response.content_type.to_s`yui-knk2015-10-221-1/+1
* | Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-1/+1
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-062-2/+2
|/
* 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