aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request
Commit message (Expand)AuthorAgeFilesLines
...
* Fix several known web encoding issues:wycats2010-06-271-0/+23
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-271-8/+14
* Ruby 1.9: fix invalid rack response in testJeremy Kemper2010-05-151-1/+1
* Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-061-0/+13
* Disable ShowExceptions during integration testsJoshua Peek2010-01-192-2/+2
* Use new routing dsl in testsJoshua Peek2009-12-081-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-044-6/+6
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-204-4/+4
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-035-5/+0
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-275-0/+5
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-152-5/+40
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-2/+0
* 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
* 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
* 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-132-37/+1
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-285-0/+696