aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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