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
/
http
/
parameters.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
1
-25
/
+18
*
Change from each to each_value in http/parameters since we don't use key
Vipul A M
2013-03-13
1
-1
/
+1
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-1
/
+1
*
Prevent raising EOFError on multipart GET request.
Adam Stankiewicz
2012-12-10
1
-1
/
+5
*
initialize instance variables
Aaron Patterson
2012-08-09
1
-0
/
+5
*
Reset the request parameters after a constraints check
Andrew White
2012-05-02
1
-0
/
+4
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-2
/
+0
*
Reset symbolized path parameters when a test request is recycled [#5437 state...
Andrew White
2010-08-24
1
-2
/
+2
*
Cache the symbolized path parameters using a instance variable in the request...
Andrew White
2010-08-22
1
-2
/
+2
*
Fix several known web encoding issues:
wycats
2010-06-27
1
-1
/
+30
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Some require indifferent_access added
Santiago Pastorino
2010-04-21
1
-1
/
+2
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
1
-23
/
+0
*
Request#filter_parameters and filter_env
Joshua Peek
2010-01-20
1
-2
/
+24
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-0
/
+50