aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* push param encoding in to the utils moduleAaron Patterson2015-07-211-14/+1
* recurse for arrays in `normalize_encode_params`Aaron Patterson2015-07-211-5/+3
* Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`Rafael Mendonça França2015-01-041-8/+0
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-9/+2
|\
| * Since upgrading rack we can remove unnecessary string encodingsJarmo Isotalo2014-05-191-9/+2
* | Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-3/+4
* | Merge pull request #15349 from tgxworld/remove_duplicated_method_callRafael Mendonça França2014-06-031-1/+0
|\ \
| * | Remove duplicated HashWithIndifferentAccess#with_indifferent_access.Guo Xiang Tan2014-05-261-1/+0
* | | rm dead codeAaron Patterson2014-05-271-5/+0
* | | PARAMETERS_KEY is only used in the request, so move the constant thereAaron Patterson2014-05-271-2/+4
* | | rm reset_parameters because we automatically do it from 9ca4839aAaron Patterson2014-05-271-4/+0
|/ /
* | just return path parametersAaron Patterson2014-05-221-2/+1
* | Fix the hash key being delete from envRafael Mendonça França2014-05-221-1/+1
* | use the existing constant rather than the hardcoded stringAaron Patterson2014-05-211-3/+3
|/
* Use each_with_objectSantiago Pastorino2013-08-191-4/+2
* Organize normalize_encoding_params' conditionals a bit better and use a case ...Santiago Pastorino2013-08-191-15/+18
* Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-141-0/+2
* Refactor ActionDispatch::Http::Parameters#normalize_encode_paramsGenadi Samokovarov2013-06-041-11/+7
* use constant for encodingNihad Abbasov2013-05-021-1/+1
* UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-151-25/+18
* Change from each to each_value in http/parameters since we don't use keyVipul A M2013-03-131-1/+1
* Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-1/+1
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-1/+1
* Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-1/+5
* initialize instance variablesAaron Patterson2012-08-091-0/+5
* Reset the request parameters after a constraints checkAndrew White2012-05-021-0/+4
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-2/+2
* Cache the symbolized path parameters using a instance variable in the request...Andrew White2010-08-221-2/+2
* Fix several known web encoding issues:wycats2010-06-271-1/+30
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-211-1/+2
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-23/+0
* Request#filter_parameters and filter_envJoshua Peek2010-01-201-2/+24
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-0/+50