aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/parameter_encoding.rb
Commit message (Collapse)AuthorAgeFilesLines
* AC::Metal is already defining default encoding as UTF 8, let's reuse it.Prathamesh Sonpatki2016-08-141-1/+1
|
* Mark method as nodocRafael Mendonça França2016-08-121-3/+3
| | | | They are not part of the public API
* [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.