aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-1/+1
* Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-2/+0
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-1/+1
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-302-72/+20
* Group integration test helpers and delegate other helpers to request and resp...Joshua Peek2009-04-301-0/+9
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-2/+2
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-3/+13
* Deprecate response.assignsJoshua Peek2009-04-281-2/+6
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-272-9/+5
* Array splitting strings on newlines is deprecatedJeremy Kemper2009-04-261-4/+15
* Not sure why Request#session is missingJeremy Kemper2009-04-261-0/+8
* Check for to_str rather than StringJeremy Kemper2009-04-261-3/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-262-12/+5
* Move useful response test helpers into requestJoshua Peek2009-04-261-2/+63
* Remove vendored version of RackJoshua Peek2009-04-251-1/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-2/+2
* Use rack's status code list as a baseJoshua Peek2009-04-141-67/+19
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-0/+28
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-132-47/+67
* Remove errant debug codeYehuda Katz2009-02-031-2/+0
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-1/+0
|\
| * Remove dead cgi_ext requireJeremy Kemper2009-01-311-1/+0
* | Some merge cleanupYehuda Katz2009-02-021-10/+11
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-22/+9
|/
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-276-0/+1103