Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent rich_text_area from raising when inexistent attribute is passed (#24) | Alberto Almagro Sotelo | 2018-10-09 | 1 | -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: true | Alberto Almagro | 2018-10-08 | 2 | -0/+4 |
| | | | | Adds frozen_string_literal: true comment on top of all currently existing files | ||||
* | Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reloading | Jason Lee | 2018-10-06 | 1 | -5/+5 |
| | |||||
* | Declare prior to use | David Heinemeier Hansson | 2018-10-03 | 1 | -4/+4 |
| | |||||
* | Customize tag and attribute sanitization | Javan Makhmali | 2018-10-03 | 1 | -1/+5 |
| | | | | Fixes #6 | ||||
* | Move attachment rendering to a helper | Javan Makhmali | 2018-10-03 | 1 | -0/+24 |
| | | | | Fixes #5 | ||||
* | Add a bit more documentation | David Heinemeier Hansson | 2018-10-02 | 1 | -0/+23 |
| | |||||
* | Insert hidden <input> before <trix-editor> | Javan Makhmali | 2018-10-02 | 1 | -1/+1 |
| | | | | Fixes #3 | ||||
* | Edit the body of the RichText value | David Heinemeier Hansson | 2018-06-05 | 1 | -1/+1 |
| | | | | Needed now that we have that intermediary object. | ||||
* | Provide default styling by default | David Heinemeier Hansson | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | We are leveling up the text_area, not the text_field, so match names | David Heinemeier Hansson | 2018-06-05 | 1 | -5/+5 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 1 | -0/+48 |
This is more like Action View than Active Model. |