aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing/process.rb
Commit message (Expand)AuthorAgeFilesLines
* 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