aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Also yield in parameters for a nil content_mime_typeJulian Nadeau2016-07-251-1/+1
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-0/+7
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-4/+13
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* Remember the parameter hash we returnMatthew Draper2015-12-221-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* deprecate accessing mime types via constantsAaron Patterson2015-09-211-1/+1
* remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-181-5/+5
* push the parameter parsers on to the classAaron Patterson2015-09-181-0/+35
* Code cleanupMarcin Olichwirowicz2015-08-271-11/+0
* use get / set header to avoid depending on the `env` ivarAaron Patterson2015-08-221-11/+14
* 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