Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP | David Heinemeier Hansson | 2018-04-13 | 1 | -7/+24 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 18 | -54/+54 |
| | | | | 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 | 3 | -4/+4 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Isolated engines don't expose their helpers, so no | Javan Makhmali | 2018-02-14 | 1 | -2/+0 |
| | |||||
* | Create ASt::Attachment records for ASt::Blobs in content | Javan Makhmali | 2018-02-14 | 1 | -0/+7 |
| | |||||
* | Make renderer configurable | Javan Makhmali | 2018-02-14 | 4 | -2/+10 |
| | |||||
* | Delegate Content#html_safe to #to_s | Sam Stephenson | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+6 |
| | |||||
* | Add sgid support | Javan Makhmali | 2018-02-12 | 2 | -1/+53 |
| | |||||
* | Extract BC3's rich_text_field helper | Javan Makhmali | 2018-02-12 | 1 | -0/+8 |
| | |||||
* | Add initial ActiveRecord extension: `active_text_attribute` | Javan Makhmali | 2018-02-08 | 3 | -0/+18 |
| | |||||
* | Add dummy app | Sam Stephenson | 2018-02-08 | 4 | -3/+7 |
| | |||||
* | Initial import from BC3 RichText | Sam Stephenson | 2018-02-07 | 15 | -0/+661 |
| | |||||
* | Initial commit | Sam Stephenson | 2018-02-07 | 2 | -0/+12 |