Javi Martín
68ca29fa8b
Convert markdown to HTML on demand
...
We were converting markdown to HTML every time we saved a record, which
has the same problems as sanitizing HTML before saving it to the
database, particularly because the body of a legislation draft is stored
in a translations table.
Performance-wise this isn't a problem: converting a text with more than
200_000 characters takes about a milisecond on my machine.
Note we need to modify a migration generated by globalize, since the
method `create_translation_table!` would fail now that we don't define
`translates :body_html` in the model.
2019-10-21 21:32:43 +02:00
..
2019-10-18 16:24:27 +02:00
2019-09-23 16:51:00 +02:00
2019-10-21 21:32:02 +02:00
2019-10-05 15:03:26 +02:00
2019-09-24 21:32:52 +02:00
2019-10-05 14:44:14 +02:00
2019-10-21 21:32:43 +02:00
2019-07-29 13:07:24 +02:00
2019-02-15 11:40:39 +01:00
2019-10-05 14:44:14 +02:00
2019-10-10 02:34:51 +02:00
2019-09-23 18:01:44 +02:00
2019-09-24 21:32:28 +02:00
2019-09-30 15:47:13 +02:00
2019-09-24 21:32:52 +02:00
2019-02-15 11:40:39 +01:00
2019-09-10 21:04:56 +02:00
2019-09-23 18:01:44 +02:00
2019-10-21 21:32:02 +02:00
2019-09-29 23:57:35 +02:00
2019-09-30 15:47:13 +02:00
2019-10-05 14:44:14 +02:00
2019-09-30 15:47:13 +02:00
2019-09-10 20:02:15 +02:00
2019-09-30 15:46:58 +02:00
2019-09-23 16:51:00 +02:00
2019-02-15 11:40:39 +01:00
2019-05-31 18:22:59 +02:00
2019-10-05 14:44:14 +02:00
2019-02-15 11:40:39 +01:00
2019-02-15 11:40:39 +01:00
2019-03-27 15:22:14 +01:00
2019-09-29 23:57:35 +02:00
2019-02-15 11:40:39 +01:00
2019-02-15 11:40:39 +01:00
2019-10-10 02:35:20 +02:00
2019-09-25 12:43:44 +02:00
2019-09-30 15:47:13 +02:00
2019-09-24 21:32:52 +02:00
2019-09-23 18:01:44 +02:00
2019-09-30 15:47:13 +02:00
2019-10-05 14:44:14 +02:00
2019-10-20 15:03:05 +02:00
2019-10-20 15:03:05 +02:00
2019-09-23 13:47:45 +02:00
2019-09-23 16:51:00 +02:00
2019-09-23 13:47:45 +02:00
2019-10-05 14:44:14 +02:00
2019-05-21 13:50:18 +02:00
2019-05-21 13:50:19 +02:00
2019-09-29 23:24:53 +02:00
2019-09-30 00:36:40 +02:00
2019-09-29 23:24:53 +02:00
2019-09-30 13:34:31 +02:00
2019-09-10 21:43:39 +02:00
2019-09-30 15:20:56 +02:00
2019-09-30 00:36:40 +02:00