diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2016-12-21 11:21:01 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2016-12-21 12:04:00 -0800 |
commit | 2eb0a6630ac3ace528de04b308d0250ac613a318 (patch) | |
tree | 4331d5dfc64ca893faa61718f9a994d065654ca0 /actionview | |
parent | 85b2a3ea2f4b614c1b7135e28b86e14fc109e8e5 (diff) | |
download | rails-2eb0a6630ac3ace528de04b308d0250ac613a318.tar.gz rails-2eb0a6630ac3ace528de04b308d0250ac613a318.tar.bz2 rails-2eb0a6630ac3ace528de04b308d0250ac613a318.zip |
Document and update API for `skip_parameter_encoding`
This commit changes `parameter_encoding` to `skip_parameter_encoding`.
`skip_parameter_encoding` will set encoding on all parameters to
ASCII-8BIT for a given action on a particular controller. This allows
the controller to handle data when the encoding of that data is unknown,
for example file systems or truly binary parameters.
Diffstat (limited to 'actionview')
0 files changed, 0 insertions, 0 deletions