mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
4cbb9db0a5ff65b0a626a5b043331abefd89e717
* Additionally, instead of doing concat("</form>".html_safe), you can do
safe_concat("</form>"), which will skip both the flag set, and the flag
check.
* For the first pass, I converted virtually all #html_safe!s to #html_safe,
and the tests pass. A further optimization would be to try to use
#safe_concat as much as possible, reducing the performance impact if
we know up front that a String is safe.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%