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
*
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