1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

19 commits

Author SHA1 Message Date
David Heinemeier Hansson
e63acf4513 Auto-save changes to rich text model 2018-05-28 17:43:21 +02:00
David Heinemeier Hansson
94a95db2f5 Lazy initialization of rich text model 2018-05-28 17:43:08 +02:00
David Heinemeier Hansson
7daa8cc63e WIP 2018-04-13 16:47:33 -07:00
David Heinemeier Hansson
f1d74871e7 Rename from Active Text to Action Text
This is more like Action View than Active Model.
2018-04-13 16:23:04 -07:00
David Heinemeier Hansson
3bc244abc1 Content has already been through a whitelist 2018-04-13 16:12:35 -07:00
David Heinemeier Hansson
0bb72a4cda Relieve the need for having to manually set a before_action in ApplicationController 2018-04-13 16:09:39 -07:00
David Heinemeier Hansson
491bee6e64 Use rich_text instead of active_text
Just like we use has_many_attachments instead of active_storage_attachements.
2018-04-13 14:10:18 -07:00
Javan Makhmali
bef79f4992 Isolated engines don't expose their helpers, so no 2018-02-14 15:10:33 -05:00
Javan Makhmali
9ded0f3c42 Create ASt::Attachment records for ASt::Blobs in content 2018-02-14 10:33:30 -05:00
Javan Makhmali
424070574d Make renderer configurable 2018-02-14 09:43:49 -05:00
Sam Stephenson
0f6e9b7cc5 Delegate Content#html_safe to #to_s 2018-02-13 15:01:26 -06:00
Sam Stephenson
d1f50a4cbe Preserve the outer attachment element and fix editing 2018-02-13 15:00:14 -06:00
Javan Makhmali
2ae84d647f Initial Attachment rendering support 2018-02-13 15:07:29 -05:00
Javan Makhmali
b79bf62196 Add sgid support 2018-02-12 18:21:49 -05:00
Javan Makhmali
63add5acc4 Extract BC3's rich_text_field helper 2018-02-12 10:16:49 -05:00
Javan Makhmali
5012d645da Add initial ActiveRecord extension: active_text_attribute 2018-02-08 15:48:45 -05:00
Sam Stephenson
38e1f12d79 Add dummy app 2018-02-08 11:01:46 -06:00
Sam Stephenson
68d350ddac Initial import from BC3 RichText 2018-02-07 18:26:19 -06:00
Sam Stephenson
e22ba227a6 Initial commit 2018-02-07 12:43:36 -06:00