Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use plain test to determine present/blank/empty as the html version will alwa... | Lachlan Sylvester | 2018-12-21 | 1 | -0/+8 |
* | Add test coverage for form with rich-text-area | Alberto Almagro | 2018-10-10 | 1 | -0/+28 |
* | Remove set_action_text_renderer from dummy app (#26) | Liroy Leshed | 2018-10-10 | 1 | -6/+0 |
* | Prevent rich_text_area from raising when inexistent attribute is passed (#24) | Alberto Almagro Sotelo | 2018-10-09 | 1 | -0/+21 |
* | Add frozen_string_literal: true | Alberto Almagro | 2018-10-08 | 6 | -0/+12 |
* | Add template for ActionText::Attachables::RemoteImage | Javan Makhmali | 2018-10-06 | 1 | -15/+22 |
* | Fix has_rich_text with `:body` keywords error. (#16) | Jason Lee | 2018-10-05 | 2 | -0/+6 |
* | Delegate string methods to content | Javan Makhmali | 2018-10-04 | 1 | -3/+11 |
* | Fix content attachment test | Javan Makhmali | 2018-10-03 | 5 | -1/+27 |
* | Uncomment failing tests | Javan Makhmali | 2018-10-02 | 2 | -69/+69 |
* | 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 |
* | 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 |
* | 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 |
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 3 | -5/+5 |
* | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 2 | -2/+2 |
* | 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 |