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
*
Remove deprecated `ActionController::ParamsParser::ParseError`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
Path parameters should default to UTF8
eileencodes
2017-08-01
1
-6
/
+8
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
1
-1
/
+7
*
Use DeprecatedConstantAccessor for AD::ParamsParser::ParseError
Dominic Cleal
2017-03-22
1
-1
/
+2
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-4
/
+4
*
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
*
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-10
/
+5
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
1
-1
/
+13
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Make private method private
Rafael Mendonça França
2016-08-12
1
-11
/
+11
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-0
/
+16
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-13
/
+13
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-0
/
+7
*
Transform the mime object to symbol when registering the parsers
Rafael Mendonça França
2016-02-22
1
-4
/
+13
*
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
Remember the parameter hash we return
Matthew Draper
2015-12-22
1
-1
/
+1
*
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
[next]