aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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