aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cgi_ext/parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-208/+0
* Simplify CgiRequest#query_parametersJeremy Kemper2007-05-151-5/+5
* Move request parameter parsing from CGI to AbstractRequest.Jeremy Kemper2007-05-151-14/+0
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-151-15/+5
* Shine some sunlight on the CGI extensions. Remove unused CGI#session.Jeremy Kemper2007-05-151-0/+232