mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
720 B
720 B
-
Add
config.action_text.attachment_tag_name
, to specify the HTML tag that contains attachments.Mark VanLandingham
-
Expose how we render the HTML surrounding rich text content as an extensible
layouts/action_view/contents/_content.html.erb
template to encourage user-land customizations, while retaining private API control over how the rich text itself is rendered byaction_text/contents/_content.html.erb
partial.Sean Doyle
-
Add
with_all_rich_text
method to eager load all rich text associations on a model at once.Matt Swanson, DHH
Please check 6-1-stable for previous changes.