1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy/app
Petrik 0a583c73c1 Change form_with to generate non remote forms by default
`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`.
2020-12-01 21:14:37 +01:00
..
assets
channels/application_cable
controllers Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
helpers
javascript/packs Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
jobs
mailers Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
models Fix updating rich text via nested attributes 2019-03-17 17:22:46 -04:00
views Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00