Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Tests: Add Message scaffolding | Javan Makhmali | 2018-02-08 | 20 | -25/+277 |
| | |||||
* | Add initial ActiveRecord extension: `active_text_attribute` | Javan Makhmali | 2018-02-08 | 3 | -0/+18 |
| | |||||
* | Add dummy app | Sam Stephenson | 2018-02-08 | 74 | -74/+1021 |
| | |||||
* | Initial import from BC3 RichText | Sam Stephenson | 2018-02-07 | 17 | -0/+663 |
| | |||||
* | Initial commit | Sam Stephenson | 2018-02-07 | 14 | -0/+237 |