aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate ActionText::RichText embedsGeorge Claghorn2019-05-171-1/+1
| | | | Fix that an ActiveRecord::RecordNotUnique error would be raised when saving rich-text content with the same file attached multiple times.
* Fix error saving Action Text content containing non-blob attachablesJavan Makhmali2019-01-251-1/+1
| | | | | | | | | | 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> ```
* Fix document formatting on Action Text docs [ci skip]colorbox2019-01-241-2/+2
| | | | Use `+` instead of backquote.
* Add load hook for ActionText::RichTextGeorge Claghorn2019-01-071-0/+2
|
* Fix API docs of `ActionText::RichText` [ci skip]bogdanvlviv2019-01-051-4/+4
| | | | | | | This text should appear on the page https://api.rubyonrails.org/v6.0/classes/ActionText/RichText.html Related to 86517942e469193e8624d5078d718785552c1270
* Generate Action Text's API docsGeorge Claghorn2019-01-041-13/+15
|
* Import Action TextGeorge Claghorn2019-01-041-0/+25