| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 1 | -1/+1 |
* | Extract ActionDispatch::Request#deep_munge | Genadi Samokovarov | 2013-05-30 | 1 | -1/+1 |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -23/+3 |
* | Fix json params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 1 | -2/+2 |
* | remove yaml as a param parser :burn: | Aaron Patterson | 2013-01-08 | 1 | -2/+0 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 1 | -2/+2 |
* | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 1 | -2/+2 |
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-07 | 1 | -2/+2 |
* | Make ActionDispatch::ParamsParser::ParseError#original_exception return the o... | Szymon Nowak | 2012-08-27 | 1 | -4/+10 |
* | Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers. | Szymon Nowak | 2012-08-24 | 1 | -4/+2 |
* | Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa... | Szymon Nowak | 2012-08-24 | 1 | -2/+5 |
* | Action pack logger methodschanged to active supoort Logger methods | Karunakar (Ruby) | 2011-12-22 | 1 | -1/+1 |
* | middlewares should use logger from env | lest | 2011-11-25 | 1 | -3/+3 |
* | Remove unreachable code, and add additional testcases. | kennyj | 2011-11-24 | 1 | -6/+1 |
* | Fix parsing xml input by ActionDispatch::ParamsParser | Lawrence Pit | 2010-05-06 | 1 | -1/+1 |
* | Some require indifferent_access added | Santiago Pastorino | 2010-04-21 | 1 | -0/+1 |
* | require without .rb | Santiago Pastorino | 2010-04-21 | 1 | -1/+1 |
* | Missing require added | Santiago Pastorino | 2010-04-18 | 1 | -0/+1 |
* | Use request.body IO and rewind, if possible | Jeremy Kemper | 2010-04-07 | 1 | -3/+6 |
* | Remove #size call on rack input io | Joshua Peek | 2010-04-07 | 1 | -8/+4 |
* | Request#content_type exists in Rack::Request, and other parts of Rack::Reques... | wycats | 2010-03-28 | 1 | -2/+4 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -1/+0 |
* | Revert streaming params parser support. | Joshua Peek | 2010-01-19 | 1 | -3/+3 |
* | All AD modules are "deferrable" | Joshua Peek | 2009-12-22 | 1 | -0/+1 |
* | Just a little tidying | David Heinemeier Hansson | 2009-12-20 | 1 | -24/+22 |
* | Move legacy param_parsers config onto AD::ParamsParser | Joshua Peek | 2009-08-21 | 1 | -5/+7 |
* | Adding a call to logger from params_parser to give detailed debug information... | Jay Pignata | 2009-08-15 | 1 | -0/+6 |
* | Allow ParamsParser to parse YAML from the request body IO directly | Brian Lopez | 2009-05-17 | 1 | -1/+1 |
* | Add support for parsing XML and JSON from an IO as well as a string [#2659 st... | Brian Lopez | 2009-05-17 | 1 | -5/+3 |
* | Switch to action_dispatch rack namespace | Joshua Peek | 2009-04-30 | 1 | -1/+1 |
* | Opt in to JSON | Jeremy Kemper | 2009-04-22 | 1 | -0/+2 |
* | Move HTTP libs and middleware into ActionDispatch component | Joshua Peek | 2009-01-27 | 1 | -0/+71 |