Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | 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 | |
| | | * | 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 | |
| | * | 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 ApplicationCon... | David Heinemeier Hansson | 2018-04-13 | 1 | -0/+7 | |
| | * | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 7 | -14/+14 | |
| | * | 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 |