aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/content_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal: trueAlberto Almagro2018-10-081-0/+2
| | | | Adds frozen_string_literal: true comment on top of all currently existing files
* Add template for ActionText::Attachables::RemoteImageJavan Makhmali2018-10-061-15/+22
| | | | Fixes #15
* Uncomment failing testsJavan Makhmali2018-10-021-42/+42
|
* Bring some tests overJavan Makhmali2018-10-021-19/+105
|
* Never mind on allowing blankDavid Heinemeier Hansson2018-09-121-9/+1
| | | | 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-311-0/+6
|
* Just test text pipeline without dependencies/savingDavid Heinemeier Hansson2018-05-291-2/+2
|
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-1/+1
| | | | This is more like Action View than Active Model.
* Tests: Add Message scaffoldingJavan Makhmali2018-02-081-2/+2
|
* Add dummy appSam Stephenson2018-02-081-0/+10