aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/rack_ext
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily bundle Rack 1.0 prerelease for testingJoshua Peek2009-02-073-60/+0
|
* Removed Prototype specific Safari 2 AJAX hack.Joshua Peek2009-01-311-1/+0
| | | | The normal null character stripper is still there.
* Build query string and POST params parser on top of Rack::Request. Also ↵Joshua Peek2009-01-171-0/+18
| | | | switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved]
* Ensure any method sent to RewindableIO reads the original IO object [#1767 ↵Joshua Peek2009-01-171-2/+2
| | | | state:resolved]
* Lock middleware has been committed upstreamJoshua Peek2009-01-172-0/+43