aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Move integration test runner into ActionDispatchJoshua Peek2009-09-231-478/+0
* Omit PATH_INFO in integration test so rack mock will properly override itJoshua Peek2009-09-131-1/+0
* rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it insteadJoshua Peek2009-08-311-8/+6
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-311-1/+2
* Merge process2 into process to people's regular tests run :PYehuda Katz + Carl Lerche2009-06-161-1/+1
* uses Object#metaclass and Object#class_eval in a few spotsXavier Noria2009-06-121-1/+2
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Temporarily bundle rack-test while MockSession is bakingJoshua Peek2009-05-191-1/+2
* Refactor ActionController instantiation captureBryan Helmkamp2009-05-191-14/+10
* Integrating Rack::MockSession (from Rack::Test)Bryan Helmkamp2009-05-191-12/+13
* Change integration test helpers to accept Rack environment instead of just HT...Pratik Naik2009-05-191-6/+4
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-9/+6
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-8/+3
* Vendor new Rack::Mock changesJoshua Peek2009-04-301-1/+1
* Group integration test helpers and delegate other helpers to request and resp...Joshua Peek2009-04-301-147/+126
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-1/+1
* Test::Unit work arounds are handled by ActiveSupportJoshua Peek2009-04-301-49/+0
* Move header injection back into integration testsJoshua Peek2009-04-281-1/+6
* Unify functional and integration tests cookie helpersJoshua Peek2009-04-261-21/+12
* Move useful response test helpers into requestJoshua Peek2009-04-261-2/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-3/+1
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-241-150/+25
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-6/+19
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-3/+3
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+676