aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Prevent rich_text_area from raising when inexistent attribute is passed (#24)Alberto Almagro Sotelo2018-10-091-1/+1
* Add frozen_string_literal: trueAlberto Almagro2018-10-082-0/+4
* Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reloadingJason Lee2018-10-061-5/+5
* Declare prior to useDavid Heinemeier Hansson2018-10-031-4/+4
* Customize tag and attribute sanitizationJavan Makhmali2018-10-031-1/+5
* Move attachment rendering to a helperJavan Makhmali2018-10-031-0/+24
* Add a bit more documentationDavid Heinemeier Hansson2018-10-021-0/+23
* Insert hidden <input> before <trix-editor>Javan Makhmali2018-10-021-1/+1
* Edit the body of the RichText valueDavid Heinemeier Hansson2018-06-051-1/+1
* Provide default styling by defaultDavid Heinemeier Hansson2018-06-051-0/+2
* We are leveling up the text_area, not the text_field, so match namesDavid Heinemeier Hansson2018-06-051-5/+5
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-4/+4
* Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-131-5/+5
* Move hard coded URLs to computed data attributesJavan Makhmali2018-02-141-3/+5
* Extract BC3's rich_text_field helperJavan Makhmali2018-02-121-0/+46