rails/actiontext/lib
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
..
action_text Always render Action Text HTML with :html format 2020-11-27 10:59:24 -06:00
generators/action_text/install Create update yarn task (#39314) 2020-05-17 19:51:32 +02:00
rails/generators/test_unit Create ActionText install generator 2019-11-15 08:58:11 -05:00
tasks Add ActionText installer rake task back after changes in #35085. Forwards the installer to run new ActionText generator 2019-12-16 23:27:24 +05:30
action_text.rb Add ActionText::FixtureSet.attachment 2020-10-30 15:53:35 -04:00