aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get URL helpers working again in integration tests.Carlhuda2010-02-251-17/+7
* WIP: Remove the global routerCarlhuda2010-02-251-3/+8
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-0/+13
* Ruby 1.9: more constant lookup badness :(Jeremy Kemper2009-11-041-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-1/+1
* Make IntegrationTest::Runner propagate method_missing to ancestors.George Ogata2009-10-151-0/+18
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-4/+1
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-1/+1
* Fix generic url rewriter in integration testsJoshua Peek2009-09-251-0/+9
* Avoid conflict with a "MetalTest" module used in testsJoshua Peek2009-09-191-1/+1
* Need to reset session in internal integration tests after altering the route setJoshua Peek2009-09-061-0/+1
* test depends on html-scannerJeremy Kemper2009-05-231-0/+1
* Integrating Rack::MockSession (from Rack::Test)Bryan Helmkamp2009-05-191-3/+3
* Change integration test helpers to accept Rack environment instead of just HT...Pratik Naik2009-05-191-12/+12
* Group integration test helpers and delegate other helpers to request and resp...Joshua Peek2009-04-301-11/+1
* Unify functional and integration tests cookie helpersJoshua Peek2009-04-261-1/+1
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-241-1/+1
* update rack fixture to be ruby 1.9 compatJoshua Peek2009-03-151-2/+2
* update rack fixture to be ruby 1.9 compatJoshua Peek2009-03-151-1/+1
* Update bundled Rack for Ruby 1.9 spec changesJoshua Peek2009-02-071-1/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* Use Rack::Head middleware to ensure the body is discarded for HEAD requestsJoshua Peek2009-02-011-0/+14
* Revert "HTTP Digest authentication [#1230 state:resolved]"Pratik Naik2009-01-131-88/+0
* Bump Rack version to 0.9Joshua Peek2009-01-061-3/+3
* HTTP Digest authentication [#1230 state:resolved]Joshua Peek2008-12-281-0/+88
* Fix metal testsJoshua Peek2008-12-171-7/+3
* Decorate responses from Rack Middleware and Rails Metal for the purposes of i...Jesse Newland2008-12-171-0/+35
* Switch to Rack based session stores.Joshua Peek2008-12-151-2/+0
* Fix for Integration::Session follow_redirect! headers['location'] bug with Ra...Christos Zisopoulos2008-12-101-8/+4
* Make integration test runner more Rack friendly and clean out old CGI cruftJoshua Peek2008-12-081-38/+9
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-2/+0
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Switched integration test runner to use Rack processor instead of CGIJoshua Peek2008-08-201-1/+1
* Improve test coverage for integration tests cookie headerJoshua Peek2008-08-201-1/+4
* Test coverage for integration testing with parametersJoshua Peek2008-08-191-0/+32
* Delegate xhr helper method to integration sessionJoshua Peek2008-08-191-1/+18
* More integration test coverageJoshua Peek2008-08-171-3/+29
* Improved test coverage for integration test's apiJoshua Peek2008-06-171-5/+88