Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Image gallery support | Javan Makhmali | 2018-10-03 | 1 | -0/+3 |
| | |||||
* | Add default missing attachable template | Javan Makhmali | 2018-10-03 | 1 | -0/+1 |
| | |||||
* | Add a bit more documentation | David Heinemeier Hansson | 2018-10-02 | 2 | -0/+27 |
| | |||||
* | Default sanitization | David Heinemeier Hansson | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Insert hidden <input> before <trix-editor> | Javan Makhmali | 2018-10-02 | 1 | -1/+1 |
| | | | | Fixes #3 | ||||
* | Never mind on allowing blank | David Heinemeier Hansson | 2018-09-12 | 1 | -3/+1 |
| | | | | More hassle than its worth. Just account for the fact that rich text can be blank instead, but continue to create the record. | ||||
* | Ensure blank rich text records aren't saved or required | David Heinemeier Hansson | 2018-09-12 | 1 | -0/+2 |
| | |||||
* | Prefer the ASt API | George Claghorn | 2018-07-31 | 1 | -4/+3 |
| | |||||
* | Move the escaping choice to the layout | David Heinemeier Hansson | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Provide to_html rendering within a layout and use that as the to_s default | David Heinemeier Hansson | 2018-06-07 | 1 | -0/+3 |
| | | | | | I like the idea of thinking about the rendering as happening within a layout. Since that’s basically what this wrapper is. Thoughts @javan? | ||||
* | 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 |
| | |||||
* | Implicit transformation to html-safe string ready for display | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+5 |
| | |||||
* | Use the correct API for blob assignment | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Ease the rendering of a rich text attribute | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | Link rich text to owning record | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | Back by fully qualified table name | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+2 |
| | |||||
* | WIP | David Heinemeier Hansson | 2018-04-13 | 1 | -0/+9 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 3 | -4/+4 |
| | | | | This is more like Action View than Active Model. | ||||
* | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 1 | -5/+5 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Remove unused model | Javan Makhmali | 2018-02-14 | 1 | -4/+0 |
| | |||||
* | Extract AttachmentUpload | Javan Makhmali | 2018-02-14 | 2 | -28/+50 |
| | |||||
* | Move hard coded URLs to computed data attributes | Javan Makhmali | 2018-02-14 | 2 | -13/+15 |
| | |||||
* | Build out basic blob template to match the editor's | Javan Makhmali | 2018-02-14 | 1 | -5/+14 |
| | |||||
* | Initial Attachment rendering support | Javan Makhmali | 2018-02-13 | 1 | -0/+7 |
| | |||||
* | Add sgid support | Javan Makhmali | 2018-02-12 | 1 | -3/+4 |
| | |||||
* | Add initial ActiveStorage integration | Javan Makhmali | 2018-02-12 | 1 | -0/+32 |
| | |||||
* | Extract BC3's rich_text_field helper | Javan Makhmali | 2018-02-12 | 1 | -0/+46 |
| | |||||
* | Initial commit | Sam Stephenson | 2018-02-07 | 2 | -0/+5 |