aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_text/content.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move the escaping choice to the layoutDavid Heinemeier Hansson2018-06-071-1/+1
|
* Provide to_html rendering within a layout and use that as the to_s defaultDavid Heinemeier Hansson2018-06-071-1/+5
| | | | | I like the idea of thinking about the rendering as happening within a layout. Since that’s basically what this wrapper is. Thoughts @javan?
* By default, coercing to a string should produce a formatted outputDavid Heinemeier Hansson2018-06-051-1/+1
| | | | | | | Open to other ways of doing this, but didn’t want to require embedding the trix-content class inside the actual HTML that Trix persists. So this seemed like a reasonable alternative. Thoughts @javan or @sstephenson?
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-0/+84
This is more like Action View than Active Model.