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
George Claghorn ff7948b1c2 Avoid creating ActionText::RichText records unnecessarily
Assigning a has_one association for a persisted record saves the change immediately, so attempting to read a rich-text attribute on a persisted record without a corresponding ActionText::RichText would eagerly create one. Avoid assigning the rich text association to fix.
2019-03-23 10:04:48 -04:00
..
attachment_test.rb Adds default trix partial 2019-03-05 11:29:32 -06:00
content_test.rb Import Action Text 2019-01-04 22:22:49 -05:00
model_test.rb Avoid creating ActionText::RichText records unnecessarily 2019-03-23 10:04:48 -04:00
plain_text_conversion_test.rb Import Action Text 2019-01-04 22:22:49 -05:00
trix_attachment_test.rb Import Action Text 2019-01-04 22:22:49 -05:00