|
|
|
|
|
by moosingin3space
2828 days ago
|
|
I think "unsafe" was a good name. Rails ERB templates use the `html_safe` name for something that the author knows to be HTML-safe, which is confusingly-named, implying that using `html_safe` makes something HTML-safe. |
|