mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
06388b0779
Control to output a hidden input tag with name `utf8` without monkey patching Before: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' After: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' form_tag({}, { :enforce_utf8 => false }) # => '<form>....</form>' |
||
---|---|---|
.. | ||
activerecord | ||
fixtures | ||
lib/controller | ||
template | ||
abstract_unit.rb | ||
active_record_unit.rb |