aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-3/+13
* Remove deprecated `ActionController::ParamsParser::ParseError`Rafael Mendonça França2017-10-231-5/+0
* Path parameters should default to UTF8eileencodes2017-08-011-6/+8
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-1/+7
* Use DeprecatedConstantAccessor for AD::ParamsParser::ParseErrorDominic Cleal2017-03-221-1/+2
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-4/+4
* Fix grammar in action_dispatch/http/parameters.rb [ci skip]kenta-s2017-01-111-1/+1
* Make ActionDispatch::Request.parameter_parsers public APIRafael Mendonça França2017-01-111-1/+11
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-211-10/+5
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+13
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Make private method privateRafael Mendonça França2016-08-121-11/+11
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+16
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* 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