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
claudiob b0cc858dd7 Add :enforce_utf8 option to form_for
Since 06388b0 `form_tag` accepts the option `enforce_utf8` which, when set to
false, prevents the hidden "UTF8 enforcer" field from appearing in the output.

This commit implements the same behavior for `form_for`.

Stems from https://github.com/rails/rails/pull/17685#issuecomment-63871395
2014-11-20 12:46:30 -08:00
..
actionpack Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" 2014-09-26 01:42:18 +09:00
activerecord Remove internal options from query string of paths 2014-09-25 17:50:16 +02:00
fixtures Some valid block calls in templates caused syntax errors 2014-11-20 07:21:50 +09:00
lib/controller
template Add :enforce_utf8 option to form_for 2014-11-20 12:46:30 -08:00
tmp
abstract_unit.rb Don’t require already required modules 2014-09-26 13:05:00 -07:00
active_record_unit.rb Change back occurrences of SQLite(3) to sqlite3 when referring to the 2014-07-06 11:47:16 -07:00