Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid creating ActionText::RichText records unnecessarily | George Claghorn | 2019-03-23 | 1 | -0/+8 |
| | | | | 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. | ||||
* | Fix updating rich text via nested attributes | George Claghorn | 2019-03-17 | 1 | -1/+15 |
| | | | Closes #35159. | ||||
* | Adds default trix partial | Chris Oliver | 2019-03-05 | 1 | -1/+7 |
| | |||||
* | Fix error saving Action Text content containing non-blob attachables | Javan Makhmali | 2019-01-25 | 1 | -0/+9 |
| | | | | | | | | | | Failing test before the ActionText::RichText change: ``` Error: ActionText::ModelTest#test_embed_extraction_only_extracts_file_attachments: ArgumentError: Could not find or build blob: expected attachable, got #<ActionText::Attachables::RemoteImage:0x00007fb0259fef70 @url="http://example.com/cat.jpg", @content_type="image", @width=nil, @height=nil> ``` | ||||
* | Import Action Text | George Claghorn | 2019-01-04 | 5 | -0/+400 |