LoginSignup
1
2

More than 5 years have passed since last update.

form_withでutf8=✓を消す方法

Posted at

form_forからはoptionのkeyが変更されています。

skip_enforcing_utf8になります。

form_with(model: @foo, method: :get, skip_enforcing_utf8: true) do |f|
...

動かなくなってるから、焦りました。

参考

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2