aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
...
* [ci skip] Link to the request helpers documentation.Kasper Timm Hansen2016-08-141-0/+3
* [ci skip] Update integration test request encoding documentation.Kasper Timm Hansen2016-08-141-13/+14
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-1/+1
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-4/+7
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-062-4/+4
* applies new string literal convention in actionpack/libXavier Noria2016-08-067-48/+48
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-1/+6
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-1/+5
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-1/+1
* Let TestResponse assign a parser.Kasper Timm Hansen2016-07-103-57/+64
* Fix conditional order broken in ea40ec56.Kasper Timm Hansen2016-07-021-2/+2
* Make mutation stand out some more.Kasper Timm Hansen2016-07-011-2/+5
* Fix request encoding in tests when string literals are frozenVolmer2016-07-011-1/+1
* Extract method to share path expansion logic.Kasper Timm Hansen2016-06-251-11/+16
* Simplify `as` passed check.Kasper Timm Hansen2016-06-251-1/+1
* make `as` option work with get parametersyuuji.yaginuma2016-06-251-2/+4
* add missing `as` to request kwargs of `ActionDispatch::IntegrationTest`yuuji.yaginuma2016-05-271-2/+3
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-10/+6
* Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-11/+11
* Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-5/+6
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* extract ActionDispatch::IntegrationTest::BehaviorScott Bronson2016-03-071-22/+35
* Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-071-0/+2
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Do not run app.executor callbacks in integration testsJorge Bejar and Santiago Pastorino2016-03-021-11/+2
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-2/+11
* Add fixes accidentally removed.Kasper Timm Hansen2016-02-122-2/+3
* Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-112-5/+9
* 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