aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing/process.rb
Commit message (Expand)AuthorAgeFilesLines
* TestProcess belongs in ADJoshua Peek2009-12-121-111/+0
* Test cases should see all the cookies, not just cookies that have been set in...Craig Smith2009-10-151-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-231-151/+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-311-1/+1
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-311-1/+1
* 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-111-1/+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
* Add some missing dependenciesYehuda Katz2009-07-151-0/+1
* Merge process2 into process to people's regular tests run :PYehuda Katz + Carl Lerche2009-06-161-40/+11
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-0/+2
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-0/+1
* 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-121-4/+6
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-13/+24
|\
| * 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
* | Implement FooController.action(:name)Yehuda Katz2009-05-021-0/+4
|/
* 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
* Move TestRequest cookies accessor into AD TestRequestJoshua Peek2009-04-301-2/+0
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-156/+14
* Vendor new Rack::Mock changesJoshua Peek2009-04-301-1/+1
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-1/+1
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-5/+8
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-1/+1
* Use session= writer methodsJeremy Kemper2009-04-261-2/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-68/+10
* Deprecate response.redirect_url_match?, use assert_match instead.Joshua Peek2009-04-261-0/+1
* Move useful response test helpers into requestJoshua Peek2009-04-261-60/+1
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-241-28/+1
* render_for_text pushes a body part instead of replacing the whole bodyJeremy Kemper2009-04-171-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+17
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-21/+46
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-2/+2
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+543