aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* use stubbing instead of monkeypatching to stop tests from interfering ...Michael Koziarski2008-02-191-14/+13
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+1
* Integration tests use ActionController::Dispatcher rather than the old Dispat...Jeremy Kemper2007-12-221-1/+0
* Added delete_via_redirect and put_via_redirect to integration testing (closes...David Heinemeier Hansson2007-12-171-11/+32
* Allow headers[Accept] to be set by hand when calling xml_http_request (closes...David Heinemeier Hansson2007-12-171-0/+9
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-6/+6
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-10/+0
* Take advantage of Mocha support for sequenced returns. Closes #8639 [Josh Peek]Jeremy Kemper2007-06-131-4/+2
* Integration tests: alias xhr to xml_http_request and add a request_method arg...Jeremy Kemper2007-05-211-4/+54
* Integration tests: introduce methods for other HTTP methods. Closes #6353.Jeremy Kemper2007-02-221-1/+38
* Wrap and skip tests using mocha.Jeremy Kemper2007-01-141-6/+2
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-0/+154