aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize ActionController folder structureJoshua Peek2009-01-271-676/+0
* Update multipart tests to expose (another) bug in Rack's multipart parserJoshua Peek2009-01-131-11/+0
* Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]Bryan Ash2009-01-131-1/+1
* Revert "HTTP Digest authentication [#1230 state:resolved]"Pratik Naik2009-01-131-82/+0
* Set assigns for integration tests alsoJeremy Kemper2009-01-071-2/+5
* Fixed bug where calling app method from console would raise ArgumentError [#1...ddemaree2009-01-021-3/+2
* HTTP Digest authentication [#1230 state:resolved]Joshua Peek2008-12-281-0/+82
* ActionController::VerbPiggybacking middlewareJoshua Peek2008-12-231-0/+11
* Rename RackRequest to RequestPratik Naik2008-12-231-1/+1
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-4/+4
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-1/+2
* Use more generic test env flagJoshua Peek2008-12-181-1/+1
* Decorate responses from Rack Middleware and Rails Metal for the purposes of i...Jesse Newland2008-12-171-10/+17
* Switch to Rack based session stores.Joshua Peek2008-12-151-2/+2
* Use Mime::JS in place of explicit 'text/javascript' [#1573 state:resolved]Seth Fitzsimmons2008-12-151-3/+1
* Fix for Integration::Session follow_redirect! headers['location'] bug with Ra...Christos Zisopoulos2008-12-101-1/+1
* Make integration test runner more Rack friendly and clean out old CGI cruftJoshua Peek2008-12-081-57/+96
* Boot out CGI Processor.Joshua Peek2008-12-041-2/+3
* Ensure Test::Unit::Assertions is availableJeremy Kemper2008-11-261-0/+1
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-4/+0
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-2/+2
* call clear_active_connections! in :after_dispatch to give pooled connections ...Aliaksey Kandratsenka2008-10-041-1/+1
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-4/+4
* Switched integration test runner to use Rack processor instead of CGIJoshua Peek2008-08-201-44/+32
* Delegate xhr helper method to integration sessionJoshua Peek2008-08-191-1/+1
* Remove send! usage, relic of reverted 1.9 behaviorJeremy Kemper2008-07-281-1/+1
* Merge docrails changesPratik Naik2008-07-281-5/+13
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Performance: integration test benchmarking and profiling. [Jeremy Kemper]Jeremy Kemper2008-06-141-4/+5
* Merge docrails.Pratik Naik2008-05-251-9/+9
* Ruby 1.9 compat: ensure binary encoding for post body parsingJeremy Kemper2008-05-191-0/+4
* Ruby 1.9 compat: don't confuse with headers method callJeremy Kemper2008-04-011-3/+3
* Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]Michael Koziarski2008-03-031-1/+49
* Integration tests use ActionController::Dispatcher rather than the old Dispat...Jeremy Kemper2007-12-221-2/+3
* Added delete_via_redirect and put_via_redirect to integration testing (closes...David Heinemeier Hansson2007-12-171-13/+28
* Allow headers[Accept] to be set by hand when calling xml_http_request (closes...David Heinemeier Hansson2007-12-171-1/+1
* Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...Michael Koziarski2007-11-191-1/+0
* Remove unneeded code to disable optimisations. the defined?(request) stuff t...Michael Koziarski2007-11-171-3/+0
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-011-72/+85
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-6/+7
* More Performant Cookie Regexp for Integration tests. [Ola Bini]Michael Koziarski2007-10-161-1/+1
* Missed post_via_redirect. References #6834Michael Koziarski2007-10-131-1/+1
* Define get_via_redirect as well. Closes #6834 [colthorp]Michael Koziarski2007-10-131-1/+2
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-031-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-8/+8
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-8/+7
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-9/+0
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-091-0/+4
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-311-1/+1