aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-1/+1
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-16/+20
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-2/+2
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-8/+0
* Not sure why Request#session is missingJeremy Kemper2009-04-261-0/+8
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-11/+3
* Remove vendored version of RackJoshua Peek2009-04-251-1/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-2/+2
* 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-131-5/+29
* 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-271-0/+492