aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Use the ASt representation APIGeorge Claghorn2018-10-071-5/+2
|
* Merge pull request #17 from huacnlee/fix/uninitialized-constant-on-rails-reloadJavan Makhmali2018-10-061-5/+5
|\ | | | | Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reload
| * Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reloadingJason Lee2018-10-061-5/+5
| |
* | Add template for ActionText::Attachables::RemoteImageJavan Makhmali2018-10-061-0/+8
|/ | | | Fixes #15
* Delegate string methods to contentJavan Makhmali2018-10-041-5/+3
| | | | Closes #11
* Declare prior to useDavid Heinemeier Hansson2018-10-031-4/+4
|
* Customize tag and attribute sanitizationJavan Makhmali2018-10-032-2/+6
| | | | Fixes #6
* Move attachment rendering to a helperJavan Makhmali2018-10-033-3/+28
| | | | Fixes #5
* WIP: Image gallery supportJavan Makhmali2018-10-031-0/+3
|
* Add default missing attachable templateJavan Makhmali2018-10-031-0/+1
|
* Add a bit more documentationDavid Heinemeier Hansson2018-10-022-0/+27
|
* Default sanitizationDavid Heinemeier Hansson2018-10-021-1/+1
|
* Insert hidden <input> before <trix-editor>Javan Makhmali2018-10-021-1/+1
| | | | Fixes #3
* Never mind on allowing blankDavid Heinemeier Hansson2018-09-121-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 requiredDavid Heinemeier Hansson2018-09-121-0/+2
|
* Prefer the ASt APIGeorge Claghorn2018-07-311-4/+3
|
* 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-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 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
|
* Implicit transformation to html-safe string ready for displayDavid Heinemeier Hansson2018-05-281-1/+5
|
* Use the correct API for blob assignmentDavid Heinemeier Hansson2018-05-281-1/+1
|
* Ease the rendering of a rich text attributeDavid Heinemeier Hansson2018-05-281-0/+1
|
* Link rich text to owning recordDavid Heinemeier Hansson2018-05-281-0/+1
|
* Back by fully qualified table nameDavid Heinemeier Hansson2018-05-281-0/+2
|
* WIPDavid Heinemeier Hansson2018-04-131-0/+9
|
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-133-4/+4
| | | | This is more like Action View than Active Model.
* Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-131-5/+5
| | | | Just like we use has_many_attachments instead of active_storage_attachements.
* Remove unused modelJavan Makhmali2018-02-141-4/+0
|
* Extract AttachmentUploadJavan Makhmali2018-02-142-28/+50
|
* Move hard coded URLs to computed data attributesJavan Makhmali2018-02-142-13/+15
|
* Build out basic blob template to match the editor'sJavan Makhmali2018-02-141-5/+14
|
* Initial Attachment rendering supportJavan Makhmali2018-02-131-0/+7
|
* Add sgid supportJavan Makhmali2018-02-121-3/+4
|
* Add initial ActiveStorage integrationJavan Makhmali2018-02-121-0/+32
|
* Extract BC3's rich_text_field helperJavan Makhmali2018-02-121-0/+46
|
* Initial commitSam Stephenson2018-02-072-0/+5