aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/params_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not rescue Exception in ParamsParserYuki Nishijima2014-11-231-1/+1
* Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-1/+1
* Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-301-1/+1
* Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-201-23/+3
* Fix json params parsing regression for non-object JSON content.Dylan Smith2013-01-111-2/+2
* remove yaml as a param parser :burn:Aaron Patterson2013-01-081-2/+0
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-2/+2
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-2/+2
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-2/+2
* Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...Szymon Nowak2012-08-271-4/+10
* Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.Szymon Nowak2012-08-241-4/+2
* Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...Szymon Nowak2012-08-241-2/+5
* Action pack logger methodschanged to active supoort Logger methodsKarunakar (Ruby)2011-12-221-1/+1
* middlewares should use logger from envlest2011-11-251-3/+3
* Remove unreachable code, and add additional testcases.kennyj2011-11-241-6/+1
* Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-061-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-211-0/+1
* require without .rbSantiago Pastorino2010-04-211-1/+1
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* Use request.body IO and rewind, if possibleJeremy Kemper2010-04-071-3/+6
* Remove #size call on rack input ioJoshua Peek2010-04-071-8/+4
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-2/+4
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+0
* Revert streaming params parser support.Joshua Peek2010-01-191-3/+3
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+1
* Just a little tidyingDavid Heinemeier Hansson2009-12-201-24/+22
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-5/+7
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-151-0/+6
* Allow ParamsParser to parse YAML from the request body IO directlyBrian Lopez2009-05-171-1/+1
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-5/+3
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-1/+1
* Opt in to JSONJeremy Kemper2009-04-221-0/+2
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+71