Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -8/+8 |
| | |||||
* | Add installer that copies migration and stylesheet link | David Heinemeier Hansson | 2018-05-29 | 2 | -0/+35 |
| | |||||
* | Use mediumtext-size columns | David Heinemeier Hansson | 2018-05-29 | 3 | -3/+3 |
| | | | | Room to grow, room to flourish! | ||||
* | Test saving the dependent models | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+10 |
| | |||||
* | Just test text pipeline without dependencies/saving | David Heinemeier Hansson | 2018-05-29 | 1 | -2/+2 |
| | |||||
* | Adding the rich text tables | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+14 |
| | |||||
* | Content is now supplied by dedicated model | David Heinemeier Hansson | 2018-05-29 | 2 | -3/+10 |
| | |||||
* | Not needed for migrations etc | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | | | | (And yarning is currently failing) | ||||
* | Destroy rich text dependents | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Implicit transformation to html-safe string ready for display | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+5 |
| | |||||
* | Reference action text for js packaging | David Heinemeier Hansson | 2018-05-28 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Auto-save changes to rich text model | David Heinemeier Hansson | 2018-05-28 | 1 | -12/+2 |
| | |||||
* | Lazy initialization of rich text model | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Table needed for Rich Text AR model | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+14 |
| | |||||
* | Merge branch 'master' into separate-rich-text-record | David Heinemeier Hansson | 2018-05-28 | 0 | -0/+0 |
|\ | |||||
| * | Updated name | David Heinemeier Hansson | 2018-04-15 | 1 | -4/+4 |
| | | |||||
* | | Use actiontext references in Gemfile.lock | David Heinemeier Hansson | 2018-05-28 | 1 | -5/+5 |
| | | |||||
* | | WIP | David Heinemeier Hansson | 2018-04-13 | 2 | -7/+33 |
|/ | |||||
* | Missed a spot | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 27 | -69/+69 |
| | | | | This is more like Action View than Active Model. | ||||
* | Content has already been through a whitelist | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Relieve the need for having to manually set a before_action in ↵ | David Heinemeier Hansson | 2018-04-13 | 1 | -0/+7 |
| | | | | ApplicationController | ||||
* | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 7 | -14/+14 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Try to please semver theory | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Missed a spot | Javan Makhmali | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Fix formatting | Javan Makhmali | 2018-02-14 | 1 | -38/+38 |
| | |||||
* | Add basic install guide | Javan Makhmali | 2018-02-14 | 1 | -1/+56 |
| | |||||
* | Remove unused model | Javan Makhmali | 2018-02-14 | 1 | -4/+0 |
| | |||||
* | Isolated engines don't expose their helpers, so no | Javan Makhmali | 2018-02-14 | 1 | -2/+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 |
| | |||||
* | Create ASt::Attachment records for ASt::Blobs in content | Javan Makhmali | 2018-02-14 | 1 | -0/+7 |
| | |||||
* | Dummy: Use Trix styles | Javan Makhmali | 2018-02-14 | 2 | -4/+3 |
| | |||||
* | Dummy: Add mini_magick for variants | Javan Makhmali | 2018-02-14 | 2 | -0/+3 |
| | |||||
* | Dummy: Set ActiveText renderer for current request | Javan Makhmali | 2018-02-14 | 1 | -0/+6 |
| | |||||
* | Make renderer configurable | Javan Makhmali | 2018-02-14 | 4 | -2/+10 |
| | |||||
* | Build out basic blob template to match the editor's | Javan Makhmali | 2018-02-14 | 1 | -5/+14 |
| | |||||
* | Delegate Content#html_safe to #to_s | Sam Stephenson | 2018-02-13 | 2 | -2/+2 |
| | |||||
* | Preserve the outer attachment element and fix editing | Sam Stephenson | 2018-02-13 | 2 | -6/+6 |
| | |||||
* | Initial Attachment rendering support | Javan Makhmali | 2018-02-13 | 3 | -2/+13 |
| | |||||
* | Add sgid support | Javan Makhmali | 2018-02-12 | 3 | -4/+57 |
| | |||||
* | Add initial ActiveStorage integration | Javan Makhmali | 2018-02-12 | 6 | -2/+91 |
| | |||||
* | Pull activetext.js into dummy app with webpacker | Javan Makhmali | 2018-02-12 | 24 | -33/+6247 |
| | |||||
* | Extract BC3's rich_text_field helper | Javan Makhmali | 2018-02-12 | 3 | -1/+55 |
| |