rails/actiontext/app/views
Jamis Buck 4499a3cdd0 update ContentAttachment so that it works with "content" attributes
this makes it possible for an application to embed markup in a document
that would otherwise be undesirable or expensive to process. For example,
an incoming email may include a complicated bit of DOM in a quote, and
while you don't want to have to process and rewrite it, you also don't want
to discard it; the content attribute of ContentAttachment allows you to
make that work.
2022-08-02 15:08:16 -06:00
..
action_text update ContentAttachment so that it works with "content" attributes 2022-08-02 15:08:16 -06:00
active_storage/blobs Prefer ImageProcessing's resize_to_limit macro over resize_to_fit 2019-01-24 11:46:42 -05:00
layouts/action_text/contents Improve ActionText extensiblibility 2020-12-29 20:06:45 -05:00