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
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
deprecate accessing mime types via constants
Aaron Patterson
2015-09-21
1
-1
/
+1
*
remove the request parameter from `parse_formatted_parameters`
Aaron Patterson
2015-09-18
1
-5
/
+5
*
push the parameter parsers on to the class
Aaron Patterson
2015-09-18
1
-0
/
+35
*
Code cleanup
Marcin Olichwirowicz
2015-08-27
1
-11
/
+0
*
use get / set header to avoid depending on the `env` ivar
Aaron Patterson
2015-08-22
1
-11
/
+14
*
push param encoding in to the utils module
Aaron Patterson
2015-07-21
1
-14
/
+1
*
recurse for arrays in `normalize_encode_params`
Aaron Patterson
2015-07-21
1
-5
/
+3
*
Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-1
/
+1
*
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
1
-9
/
+2
|
\
|
*
Since upgrading rack we can remove unnecessary string encodings
Jarmo Isotalo
2014-05-19
1
-9
/
+2
*
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-3
/
+4
*
|
Merge pull request #15349 from tgxworld/remove_duplicated_method_call
Rafael Mendonça França
2014-06-03
1
-1
/
+0
|
\
\
|
*
|
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-1
/
+0
*
|
|
rm dead code
Aaron Patterson
2014-05-27
1
-5
/
+0
*
|
|
PARAMETERS_KEY is only used in the request, so move the constant there
Aaron Patterson
2014-05-27
1
-2
/
+4
*
|
|
rm reset_parameters because we automatically do it from 9ca4839a
Aaron Patterson
2014-05-27
1
-4
/
+0
|
/
/
*
|
just return path parameters
Aaron Patterson
2014-05-22
1
-2
/
+1
*
|
Fix the hash key being delete from env
Rafael Mendonça França
2014-05-22
1
-1
/
+1
*
|
use the existing constant rather than the hardcoded string
Aaron Patterson
2014-05-21
1
-3
/
+3
|
/
*
Use each_with_object
Santiago Pastorino
2013-08-19
1
-4
/
+2
*
Organize normalize_encoding_params' conditionals a bit better and use a case ...
Santiago Pastorino
2013-08-19
1
-15
/
+18
*
Normalize file parameters in same place as other parameters (ActionDispatch::...
robertomiranda
2013-08-14
1
-0
/
+2
*
Refactor ActionDispatch::Http::Parameters#normalize_encode_params
Genadi Samokovarov
2013-06-04
1
-11
/
+7
*
use constant for encoding
Nihad Abbasov
2013-05-02
1
-1
/
+1
*
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