aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/action_text
Commit message (Collapse)AuthorAgeFilesLines
* Prevent rich_text_area from raising when inexistent attribute is passed (#24)Alberto Almagro Sotelo2018-10-091-1/+1
| | | | | | | | When an inexistent attribute is passed as a parameter to currently existing Rails' Form Helpers they render an empty tag instead of raising an exception. This commit confers the same behavior to `rich_text_area`. Fixes #19
* Add frozen_string_literal: trueAlberto Almagro2018-10-082-0/+4
| | | | Adds frozen_string_literal: true comment on top of all currently existing files
* 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
| | | | Fixes #6
* Move attachment rendering to a helperJavan Makhmali2018-10-031-0/+24
| | | | Fixes #5
* Add a bit more documentationDavid Heinemeier Hansson2018-10-021-0/+23
|
* Insert hidden <input> before <trix-editor>Javan Makhmali2018-10-021-1/+1
| | | | Fixes #3
* Edit the body of the RichText valueDavid Heinemeier Hansson2018-06-051-1/+1
| | | | Needed now that we have that intermediary object.
* 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-0/+48
This is more like Action View than Active Model.