aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/params_parser.rb
Commit message (Collapse)AuthorAgeFilesLines
* Build query string and POST params parser on top of Rack::Request. Also ↵Joshua Peek2009-01-171-0/+71
switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved]