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

12 commits

Author SHA1 Message Date
Alberto Almagro
34f2e9492b Add frozen_string_literal: true
Adds frozen_string_literal: true comment on top of all currently existing files
2018-10-08 23:44:25 +02:00
Javan Makhmali
d43d7f1970 Delegate string methods to content
Closes #11
2018-10-04 08:00:38 -04:00
David Heinemeier Hansson
1663bfad24 Add a bit more documentation 2018-10-02 17:30:22 -07:00
David Heinemeier Hansson
531d7dd584 Never mind on allowing blank
More hassle than its worth. Just account for the fact that rich text can be blank instead, but continue to create the record.
2018-09-12 15:51:06 -07:00
David Heinemeier Hansson
3431c0b3ee Ensure blank rich text records aren't saved or required 2018-09-12 10:58:23 -07:00
George Claghorn
0fd8ba6fff Prefer the ASt API 2018-07-31 20:49:35 -04:00
David Heinemeier Hansson
3a515bb308 Implicit transformation to html-safe string ready for display 2018-05-28 18:08:16 +02:00
David Heinemeier Hansson
0c1d78b128 Use the correct API for blob assignment 2018-05-28 17:44:34 +02:00
David Heinemeier Hansson
751d5edc70 Ease the rendering of a rich text attribute 2018-05-28 17:44:19 +02:00
David Heinemeier Hansson
69daf8f21d Link rich text to owning record 2018-05-28 17:44:02 +02:00
David Heinemeier Hansson
ff5ae47a4b Back by fully qualified table name 2018-05-28 17:43:40 +02:00
David Heinemeier Hansson
7daa8cc63e WIP 2018-04-13 16:47:33 -07:00