aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/integration.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-121-1/+2
* [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-111-4/+8
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-12/+26
* 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
|/
* Push `before_sending` to super classeileencodes2015-12-061-0/+1
* specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-281-5/+5
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* pass a request object to the headers objectAaron Patterson2015-08-211-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
* Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-1/+1
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-1/+0
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+0
* | 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
* 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 integration test refactoring that caused app test regressionsJeremy Kemper2015-02-261-10/+14
* Fix default headers in test responsesJeremy Kemper2015-02-251-1/+1
* 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
* Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-8/+16
* 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