1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/lib/action_text
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
..
attachables Import Action Text 2019-01-04 22:22:49 -05:00
attachments Import Action Text 2019-01-04 22:22:49 -05:00
attachable.rb Adds default trix partial 2019-03-05 11:29:32 -06:00
attachment.rb Import Action Text 2019-01-04 22:22:49 -05:00
attachment_gallery.rb Import Action Text 2019-01-04 22:22:49 -05:00
attribute.rb Avoid creating ActionText::RichText records unnecessarily 2019-03-23 10:04:48 -04:00
content.rb Import Action Text 2019-01-04 22:22:49 -05:00
engine.rb Reset ActionText::Content.renderer before and after each request 2019-01-05 16:59:54 -05:00
fragment.rb Import Action Text 2019-01-04 22:22:49 -05:00
gem_version.rb Prep release 2019-03-11 11:58:15 -04:00
html_conversion.rb Import Action Text 2019-01-04 22:22:49 -05:00
plain_text_conversion.rb Import Action Text 2019-01-04 22:22:49 -05:00
serialization.rb Import Action Text 2019-01-04 22:22:49 -05:00
trix_attachment.rb Import Action Text 2019-01-04 22:22:49 -05:00
version.rb Import Action Text 2019-01-04 22:22:49 -05:00