form_tag in Rails 4.2 (and probably earlier) has a :enforce_utf8 option;
If set to false, a hidden input with name utf8 is not output.
(Same as https://stackoverflow.com/a/28201543/430695)
form_tag in Rails 4.2 (and probably earlier) has a :enforce_utf8 option;
If set to false, a hidden input with name utf8 is not output.
(Same as https://stackoverflow.com/a/28201543/430695)