aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move longer form example from integration guide to api reference, below anZachary Scott2014-12-291-0/+78
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-1/+1
* 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
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-121-1/+3
|\
| * Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-0/+1
| * Fix AC::TemplateAssertions instance variables not resetting.Guo Xiang Tan2014-07-211-0/+1
| * routed applications will respond to these methodsAaron Patterson2014-07-151-1/+1
* | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+4
|\ \ | |/ |/|
| * Add document_root_element to ActionDispatch::IntegrationTest so assert_select...Timm2014-06-161-0/+4
| * Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...Timm2014-06-161-2/+1
| * Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-1/+2
* | remove the mounted_helpers respond_to checkAaron Patterson2014-07-071-1/+1
* | always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+1
* | Remove unused parameter.Guo Xiang Tan2014-06-151-1/+1
|/
* Merge pull request #15061 from tgxworld/remove_unnecessary_includeMatthew Draper2014-05-291-6/+0
|\