aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_text/attribute.rb
Commit message (Collapse)AuthorAgeFilesLines
* Never mind on allowing blankDavid Heinemeier Hansson2018-09-121-12/+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-1/+14
|
* Some basic documentation for the has_rich_text macroDavid Heinemeier Hansson2018-06-071-0/+18
|
* Add scope to preload embeds as wellDavid Heinemeier Hansson2018-06-071-0/+1
|
* Destroy rich text dependentsDavid Heinemeier Hansson2018-05-291-1/+1
|
* Auto-save changes to rich text modelDavid Heinemeier Hansson2018-05-281-12/+2
|
* Lazy initialization of rich text modelDavid Heinemeier Hansson2018-05-281-1/+1
|
* WIPDavid Heinemeier Hansson2018-04-131-7/+24
|
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-0/+18
This is more like Action View than Active Model.