aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/request_parser.rb
Commit message (Collapse)AuthorAgeFilesLines
* Inherit ActionController::Request from Rack::RequestJoshua Peek2009-01-091-1/+1
|
* Memoize request accessors on the Rack env so other request objects have ↵Joshua Peek2009-01-041-3/+4
| | | | access to the same cache [#1668 state:resolved]
* Move request parsing related code to ActionController::RequestParserPratik Naik2008-12-251-0/+314