aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_text/attribute.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
* Fix minor typo in code commentven2018-10-061-1/+1
|
* Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-051-1/+1
|
* Delegate string methods to contentJavan Makhmali2018-10-041-1/+1
| | | | Closes #11
* 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.