aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
|/
* Remove duplicated testsRafael Mendonça França2015-01-291-30/+0
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-9/+9
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-47/+208
* Just assert the deprecation of one methodRafael Mendonça França2015-01-281-10/+15
* Deprecate *_via_redirect integration test methodsAditya Kapoor2015-01-281-15/+25
* Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+23
* Integration requests should work in contexts without setup and teardownbrainopia2015-01-021-0/+24
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-3/+3
* Remove session to allow `with_routing` to be called twice.Guo Xiang Tan2014-11-051-0/+36
* Add regression test for router was overwriting PATH_INFOArthur Neves2014-10-101-0/+8
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-3/+3
* Merge branch 'master' into loofahRafael Mendonça França2014-08-121-1/+2
|\
| * Rails-ish apps should descend from Rails::RailtieAaron Patterson2014-07-161-1/+2
* | We don't need loofah for the assertionsRafael Mendonça França2014-07-151-3/+3
* | Removed require's for html-scanner.Timm2014-06-161-1/+0
* | Changed tests to assert_kind_of Loofah::HTML::Document.Timm2014-06-151-3/+3
|/
* fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-0/+31
* Fix regression on `assert_redirected_to`.Arthur Neves2014-05-131-0/+6
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-3/+3
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-17/+1
* allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-0/+15
* Make sure to reset default_url_optionsAkira Matsuda2013-01-221-1/+5
* Ensure port is set when passed via the process methodAndrew White2013-01-151-0/+52
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-0/+19
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-0/+80
* added an integration test that checks ActionController::UnknownFormat renders...Steven Soroka2012-05-061-0/+9
* Remove default match without specified methodJose and Yehuda2012-04-241-4/+4
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+23
* Integration tests support the OPTIONS http methodJeremy Kemper2012-02-191-1/+17
* Exclude rack.request.form_vars from request.filtered_envChad Jolly2012-01-181-0/+33
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-2/+2
* Revert "Make process reuse the env var passed as argument"Santiago Pastorino2011-09-241-6/+5
* fix creating an empty route on 1.8. Closes #1210Damien Mathieu2011-06-011-0/+6
* Make process reuse the env var passed as argumentSantiago Pastorino2011-04-061-0/+8
* use a method that actually existsAaron Patterson2010-10-011-1/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-6/+6
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Use assert_respond_to because it has better error messagingNeeraj Singh2010-05-181-2/+2
* Fix cookie access in integration tests with other host namesJoshua Peek2010-04-051-0/+45
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-1/+1
* Fix stack overflow bug in integration test router helpersJoshua Peek2010-03-301-0/+47
* open_session can just return the a dup of the current context.wycats2010-03-221-5/+3
* Clarify cookie jar testJeremy Kemper2010-03-041-6/+1
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-2/+2
* If IntegrationSession is initialized with an objects that responds to #routes...Carlhuda2010-02-261-4/+2
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-4/+4
* Rename metaclass to singleton_classCarlhuda2010-02-251-1/+1