aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing
Commit message (Expand)AuthorAgeFilesLines
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-191-1/+8
* Test cases should see all the cookies, not just cookies that have been set in...Craig Smith2009-10-151-1/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-1/+1
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-2/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+1
* Move helpers specific to functional tests out of TestProcess into AC::TestCaseJoshua Peek2009-09-232-152/+149
* Move integration test runner into ActionDispatchJoshua Peek2009-09-232-493/+0
* Omit PATH_INFO in integration test so rack mock will properly override itJoshua Peek2009-09-131-1/+0
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ...Joshua Peek2009-09-061-1/+1
* rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it insteadJoshua Peek2009-08-312-9/+7
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-312-2/+3
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-1/+3
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* More perf work:Yehuda Katz2009-08-112-2/+1
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-1/+1
* Update cache_control to be a Hash of options that is used to build the header.Yehuda Katz2009-08-021-1/+1
* Merge docrailsPratik Naik2009-07-251-2/+2
* Add some missing dependenciesYehuda Katz2009-07-151-0/+1
* Missed file from the previous commit 92b229e1251d7d3578c3f73e8185972354e76436Pratik Naik2009-06-251-0/+15
* Make performance tests work againPratik Naik2009-06-251-15/+0
* Merge process2 into process to people's regular tests run :PYehuda Katz + Carl Lerche2009-06-163-115/+12
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-0/+2
* 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
* Get controller/test_test.rb to pass on new baseCarl Lerche2009-05-261-1/+2
* Make assertion tests pass with the new basePratik Naik2009-05-221-0/+1
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-0/+1
* Add Streaming to new basePratik Naik2009-05-211-0/+1
* Made ActionController::Verification work with new_basePratik Naik2009-05-211-1/+1
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-0/+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
* Rescue hack was supposed to be removed. Some how it crept back in.Joshua Peek2009-05-171-3/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-122-4/+7
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-112-22/+30
|\
| * Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-021-2/+11
| * Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-1/+4
| * Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-9/+9
* | Aliased AbstractController::ActionNotFound to ActionController::UnknownActionYehuda Katz + Carl Lerche2009-05-111-0/+1
* | Implement FooController.action(:name)Yehuda Katz2009-05-021-0/+4
* | Get render :inline workingYehuda Katz + Carl Lerche2009-05-011-1/+1
* | A few more tweaks to get new Base running old render tests againYehuda Katz + Carl Lerche2009-05-011-2/+2
* | Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-0/+68
|/
* alias method chain process with testJoshua Peek2009-04-301-3/+6
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-12/+2
* Set rack.input instead of RAW_POST_DATA in TestRequestJoshua Peek2009-04-301-28/+11
* Missed stray @request_uriJoshua Peek2009-04-301-2/+0