• A
    Document and update API for `skip_parameter_encoding` · 2eb0a663
    Aaron Patterson 提交于
    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.
    2eb0a663
request.rb 13.3 KB