aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-1/+1
* Can't please them allJeremy Kemper2009-04-271-2/+1
* Sufficient to test that multipart/mixed wasn't parsed to a hashJeremy Kemper2009-04-271-1/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-262-18/+9
* Move useful response test helpers into requestJoshua Peek2009-04-261-0/+47
* Create a new file for response testsJoshua Peek2009-04-262-90/+83
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-252-99/+0
* Remove vendored version of RackJoshua Peek2009-04-251-1/+1
* Session tests belong under dispatch folderJoshua Peek2009-04-213-0/+435
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-172-0/+2
* Improve rewindable input test coverage so tests fail when you remove the midd...Mislav Marohnić2009-04-172-4/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-135-272/+260
* Some merge cleanupYehuda Katz2009-02-022-2/+2
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-302-40/+40
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-2810-0/+1572