aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_text/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Install Active Storage extension lazilyGeorge Claghorn2018-10-031-3/+1
| | | | Avoid eagerly loading Active Record during app boot. Reinstall the extension when ActiveStorage::Blob is reloaded in dev.
* Move attachment rendering to a helperJavan Makhmali2018-10-031-2/+2
| | | | Fixes #5
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-0/+45
This is more like Action View than Active Model.