1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/app
Javan Makhmali 48c6ef9a72 Fix error saving Action Text content containing non-blob attachables
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>
```
2019-01-25 16:57:36 -05:00
..
helpers/action_text Fix document formatting on Action Text docs [ci skip] 2019-01-24 17:44:35 +09:00
javascript/actiontext Make trix a peer dependency of actiontext since it’s not used directly 2019-01-17 10:42:09 -05:00
models/action_text Fix error saving Action Text content containing non-blob attachables 2019-01-25 16:57:36 -05:00
views Prefer ImageProcessing's resize_to_limit macro over resize_to_fit 2019-01-24 11:46:42 -05:00