1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/request
Aaron Patterson 2eb0a6630a
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.
2016-12-21 12:04:00 -08:00
..
session.rb Merge pull request #26905 from bogdanvlviv/docs 2016-11-13 14:09:30 +00:00
utils.rb Document and update API for skip_parameter_encoding 2016-12-21 12:04:00 -08:00