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/unit
Jonathan Hefner 614e813161
Disentangle Action Text from ApplicationController
This commit allows Action Text to be used without having an
ApplicationController defined.  In doing so, it also fixes Action Text
attachments to render the correct URL host in mailers.

It also avoids allocating an ActionController::Renderer per request.

Fixes #37183.
Fixes #35578.
Fixes #36963.
Closes #38714.

Co-authored-by: Jeremy Daer <jeremydaer@gmail.com>
2020-10-30 01:01:42 +00:00
..
attachment_test.rb Fix ActiveStorage::Blob → ActionText::TrixAttachment conversion 2019-12-03 05:57:36 -05:00
content_test.rb Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
model_test.rb Add method to confirm rich text content existence by adding ? after content name 2019-12-13 12:58:42 +09:00
plain_text_conversion_test.rb Add test for figcaption in actiontext 2020-01-18 22:07:16 -03:00
trix_attachment_test.rb Import Action Text 2019-01-04 22:22:49 -05:00