1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Takayuki Matsubara 06388b0779 Added an enforce_utf8 hash option for form_tag method
Control to output a hidden input tag with name `utf8` without monkey
patching

Before:

    form_tag
    # => '<form>..<input name="utf8" type="hidden" value="&#x2713;" />..</form>'

After:

    form_tag
    # => '<form>..<input name="utf8" type="hidden" value="&#x2713;" />..</form>'

    form_tag({}, { :enforce_utf8 => false })
    # => '<form>....</form>'
2013-07-07 23:49:38 +09:00
..
activerecord Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
fixtures Restore mistakenly removed malformed file fixtures 2013-06-20 23:35:48 +02:00
lib/controller Remove unneeded files 2013-06-20 17:23:16 +02:00
template Added an enforce_utf8 hash option for form_tag method 2013-07-07 23:49:38 +09:00
abstract_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00