aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy
Commit message (Collapse)AuthorAgeFilesLines
* Remove set_action_text_renderer from dummy app (#26)Liroy Leshed2018-10-101-6/+0
| | | I don't think we need that since it's set automatically through ActionText::Engine.
* Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-051-0/+1
|
* Fix content attachment testJavan Makhmali2018-10-034-1/+26
|
* active → actionJavan Makhmali2018-10-023-3/+3
|
* Never mind on allowing blankDavid Heinemeier Hansson2018-09-122-2/+2
| | | | More hassle than its worth. Just account for the fact that rich text can be blank instead, but continue to create the record.
* 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!
* 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-132-4/+4
| | | | 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-0817-21/+263
|
* Add dummy appSam Stephenson2018-02-0863-0/+890