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
Jonathan Hefner 76e111395c Always render Action Text HTML with :html format
Since #40222, Action Text HTML is rendered in the context of the current
request.  This causes the Action Text template format to default to the
request format, which prevents the template from being resolved when the
request format is not `:html` (e.g. `:json`).  Therefore, override the
template format to always be `:html`.

Fixes #40695.
2020-11-27 10:59:24 -06:00
..
app Always render Action Text HTML with :html format 2020-11-27 10:59:24 -06:00
bin require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
config Update comment about reloading in development.rb [ci skip] 2020-11-02 19:36:26 +00: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
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
Rakefile require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
yarn.lock Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00