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
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
..
dummy Always render Action Text HTML with :html format 2020-11-27 10:59:24 -06:00
fixtures Add ActionText::FixtureSet.attachment 2020-10-30 15:53:35 -04:00
integration Always render Action Text HTML with :html format 2020-11-27 10:59:24 -06:00
system Locate fill_in_rich_text_area by <label> text 2020-10-02 18:02:14 -04:00
template
unit Add support for eager loading all rich text associations at once (#39397) 2020-11-24 18:19:46 +01:00
application_system_test_case.rb
test_helper.rb Address "ArgumentError: missing keywords: :sql, :name" when unit tests run by ruby 3.0.0dev 2020-11-25 12:58:03 +09:00