aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/action_text
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating ActionText::RichText records unnecessarilyGeorge Claghorn2019-03-231-1/+1
| | | | Assigning a has_one association for a persisted record saves the change immediately, so attempting to read a rich-text attribute on a persisted record without a corresponding ActionText::RichText would eagerly create one. Avoid assigning the rich text association to fix.
* Fix updating rich text via nested attributesGeorge Claghorn2019-03-171-5/+2
| | | Closes #35159.
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+1
|\ | | | | | | v6.0.0.beta3 release
| * Prep releaseeileencodes2019-03-111-1/+1
| | | | | | | | | | | | | | * Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header
* | Adds default trix partialChris Oliver2019-03-051-0/+4
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
|
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
|
* Reset ActionText::Content.renderer before and after each requestGeorge Claghorn2019-01-051-3/+6
|
* Import Action TextGeorge Claghorn2019-01-0419-0/+956