mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0a583c73c1
`form_with` would generate a remote form by default. This confused users because they were forced to handle remote requests. All new 6.1 applications will generate non-remote forms by default. When upgrading a 6.0 application you can enable remote forms by default by setting `config.action_view.form_with_generates_remote_forms` to `true`. |
||
---|---|---|
.. | ||
dummy | ||
fixtures | ||
integration | ||
system | ||
template | ||
unit | ||
application_system_test_case.rb | ||
test_helper.rb |