aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-051-0/+1
|
* Fix content attachment testJavan Makhmali2018-10-032-0/+10
|
* active → actionJavan Makhmali2018-10-021-1/+1
|
* We are leveling up the text_area, not the text_field, so match namesDavid Heinemeier Hansson2018-06-051-1/+1
|
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-3/+3
| | | | 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
|
* Pull activetext.js into dummy app with webpackerJavan Makhmali2018-02-128-32/+5
|
* Extract BC3's rich_text_field helperJavan Makhmali2018-02-121-1/+1
|
* Tests: Add Message scaffoldingJavan Makhmali2018-02-0811-0/+230
|
* Add dummy appSam Stephenson2018-02-0818-0/+94