aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/parameter_encoding.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Add documentation to Parameter EncodingAlex Kitchens2016-08-111-0/+1
|
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+29
At GitHub we need to handle parameter encodings that are not UTF-8. This patch allows us to specify encodings per parameter per action.