Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring some tests over | Javan Makhmali | 2018-10-02 | 5 | -27/+357 |
| | |||||
* | active → action | Javan Makhmali | 2018-10-02 | 3 | -3/+3 |
| | |||||
* | Never mind on allowing blank | David Heinemeier Hansson | 2018-09-12 | 3 | -11/+3 |
| | | | | More hassle than its worth. Just account for the fact that rich text can be blank instead, but continue to create the record. | ||||
* | Ensure blank rich text records aren't saved or required | David Heinemeier Hansson | 2018-09-12 | 1 | -0/+13 |
| | |||||
* | Prefer the ASt API | George Claghorn | 2018-07-31 | 3 | -0/+13 |
| | |||||
* | We are leveling up the text_area, not the text_field, so match names | David Heinemeier Hansson | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Use mediumtext-size columns | David Heinemeier Hansson | 2018-05-29 | 2 | -2/+2 |
| | | | | 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) | ||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 3 | -5/+5 |
| | | | | This is more like Action View than Active Model. | ||||
* | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 2 | -2/+2 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Dummy: Use Trix styles | Javan Makhmali | 2018-02-14 | 2 | -4/+3 |
| | |||||
* | Dummy: Set ActiveText renderer for current request | Javan Makhmali | 2018-02-14 | 1 | -0/+6 |
| | |||||
* | Delegate Content#html_safe to #to_s | Sam Stephenson | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Add initial ActiveStorage integration | Javan Makhmali | 2018-02-12 | 3 | -1/+53 |
| | |||||
* | Pull activetext.js into dummy app with webpacker | Javan Makhmali | 2018-02-12 | 19 | -33/+6180 |
| | |||||
* | Extract BC3's rich_text_field helper | Javan Makhmali | 2018-02-12 | 1 | -1/+1 |
| | |||||
* | Tests: Add Message scaffolding | Javan Makhmali | 2018-02-08 | 18 | -23/+265 |
| | |||||
* | Add dummy app | Sam Stephenson | 2018-02-08 | 65 | -4/+921 |
| | |||||
* | Initial commit | Sam Stephenson | 2018-02-07 | 1 | -0/+4 |