-
Petrik authored
`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`.
Petrik authored`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`.
Loading