aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy
Commit message (Collapse)AuthorAgeFilesLines
* 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