Forward
fill_in_rich_text_area
options to Capybarafill_in_rich_textarea "Rich text editor", id: "trix_editor_1", with: "Hello world!"
Sean Doyle
Attachment upload progress accounts for server processing time.
Jeremy Daer
The Trix dependency is now satisfied by a gem,
action_text-trix
, rather than vendored files. This allows applications to bump Trix versions independently of Rails releases. Effectively this also upgrades Trix to>= 2.1.15
.Mike Dalessio
Change
ActionText::RichText#embeds
assignment frombefore_save
tobefore_validation
Sean Doyle
Please check [8-0-stable]) for previous changes.