rails--rails/actiontext/lib/action_text
Javan Makhmali 296cc53277 Fix ActiveStorage::Blob → ActionText::TrixAttachment conversion
A regression introduced in 764803e07a caused blobs to appear as HTML content attachments instead of file / image attachments when editing rich text content. This change restores the original intended behavior.

References: https://github.com/rails/rails/pull/35485, https://github.com/basecamp/trix/issues/706
2019-12-03 05:57:36 -05:00
..
attachables Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
attachments It may be better to explicitly require 'object/try' where we call `try` 2019-08-01 18:51:51 +09:00
attachable.rb Adds default trix partial 2019-03-05 11:29:32 -06:00
attachment.rb It may be better to explicitly require 'object/try' where we call `try` 2019-08-01 18:51:51 +09:00
attachment_gallery.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
attribute.rb Avoid creating ActionText::RichText records unnecessarily 2019-03-23 10:04:48 -04:00
content.rb
engine.rb Fix ActiveStorage::Blob → ActionText::TrixAttachment conversion 2019-12-03 05:57:36 -05:00
fragment.rb
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
html_conversion.rb
plain_text_conversion.rb Cleanup unneeded blank string params in ActionText 2019-08-23 20:17:38 +02:00
serialization.rb
system_test_helper.rb Allow filling in the only rich-text area without a locator 2019-05-19 01:55:53 -04:00
trix_attachment.rb
version.rb