index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
params_parser.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not instantiate a param parser middleware
Aaron Patterson
2015-09-18
1
-6
/
+2
*
push the parameter parsers on to the class
Aaron Patterson
2015-09-18
1
-12
/
+2
*
stop eagerly parsing parameters
Aaron Patterson
2015-09-18
1
-2
/
+0
*
pull `normalize_encode_params` up
Aaron Patterson
2015-09-18
1
-2
/
+1
*
move parameter parsing to the request object
Aaron Patterson
2015-09-18
1
-21
/
+3
*
stop using `@env` in the GET / POST methods
Aaron Patterson
2015-08-24
1
-2
/
+4
*
Cleanup ActionDispatch:ParamsParser
Marcin Olichwirowicz
2015-08-17
1
-2
/
+11
*
refactor param parsing middleware to use request objects
Aaron Patterson
2015-08-07
1
-10
/
+9
*
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-1
/
+1
*
start disconnecting the parameter parser from the instance
Aaron Patterson
2015-07-10
1
-3
/
+3
*
drop a conditional by always assigning
Aaron Patterson
2015-07-10
1
-6
/
+5
*
drop runtime conditionals in parameter parsing
Aaron Patterson
2015-07-09
1
-13
/
+9
*
Do not rescue Exception in ParamsParser
Yuki Nishijima
2014-11-23
1
-1
/
+1
*
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