rails--rails/actiontext/test/dummy
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
..
app Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00
bin require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
config Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
db Track Active Storage variants in the database 2019-12-06 13:26:51 -05:00
lib/assets
log
public
storage
tmp
.browserslistrc Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00
.postcssrc.yml
Rakefile require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
babel.config.js Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00
config.ru require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
package.json Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
postcss.config.js Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00
yarn.lock Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00