aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add template for ActionText::Attachables::RemoteImageJavan Makhmali2018-10-061-15/+22
| | | | Fixes #15
* Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-052-0/+6
|
* Delegate string methods to contentJavan Makhmali2018-10-041-3/+11
| | | | Closes #11
* Fix content attachment testJavan Makhmali2018-10-035-1/+27
|
* Uncomment failing testsJavan Makhmali2018-10-022-69/+69
|
* Bring some tests overJavan Makhmali2018-10-025-27/+357
|
* active → actionJavan Makhmali2018-10-023-3/+3
|
* Never mind on allowing blankDavid Heinemeier Hansson2018-09-123-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 requiredDavid Heinemeier Hansson2018-09-121-0/+13
|
* Prefer the ASt APIGeorge Claghorn2018-07-313-0/+13
|
* We are leveling up the text_area, not the text_field, so match namesDavid Heinemeier Hansson2018-06-051-1/+1
|
* Use mediumtext-size columnsDavid Heinemeier Hansson2018-05-292-2/+2
| | | | Room to grow, room to flourish!
* Test saving the dependent modelsDavid Heinemeier Hansson2018-05-291-0/+10
|
* Just test text pipeline without dependencies/savingDavid Heinemeier Hansson2018-05-291-2/+2
|
* Adding the rich text tablesDavid Heinemeier Hansson2018-05-291-0/+14
|
* Content is now supplied by dedicated modelDavid Heinemeier Hansson2018-05-292-3/+10
|
* Not needed for migrations etcDavid Heinemeier Hansson2018-05-291-1/+1
| | | | (And yarning is currently failing)
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-133-5/+5
| | | | This is more like Action View than Active Model.
* Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-132-2/+2
| | | | Just like we use has_many_attachments instead of active_storage_attachements.
* Dummy: Use Trix stylesJavan Makhmali2018-02-142-4/+3
|
* Dummy: Set ActiveText renderer for current requestJavan Makhmali2018-02-141-0/+6
|
* Delegate Content#html_safe to #to_sSam Stephenson2018-02-131-1/+1
|
* Add initial ActiveStorage integrationJavan Makhmali2018-02-123-1/+53
|
* Pull activetext.js into dummy app with webpackerJavan Makhmali2018-02-1219-33/+6180
|
* Extract BC3's rich_text_field helperJavan Makhmali2018-02-121-1/+1
|
* Tests: Add Message scaffoldingJavan Makhmali2018-02-0818-23/+265
|
* Add dummy appSam Stephenson2018-02-0865-4/+921
|
* Initial commitSam Stephenson2018-02-071-0/+4