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
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
..
dummy Fix updating rich text via nested attributes 2019-03-17 17:22:46 -04:00
fixtures/files
template Allows rich_text_area_tag to add I18n translated placeholder text if placeholder option set to true 2019-02-22 10:18:21 +05:30
unit Avoid creating ActionText::RichText records unnecessarily 2019-03-23 10:04:48 -04:00
test_helper.rb Disable available locale checks in Action Test test 2019-02-24 14:01:52 +09:00