kenta-s
a35aeaaa63
Add missing tests for ActionView::Template::Text
2017-01-20 07:08:24 +09:00
Rafael Mendonça França
45f8848ca7
Remove unused argument
...
Now Text class is only used to render text mime type pages
2016-12-02 16:42:37 -05:00
Xavier Noria
4b6c68dfb8
applies new string literal convention in actionview/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:50:17 +02:00
Rafael Mendonça França
33cb47ee48
Use the reference for the mime type to get the format
...
Before we were calling to_sym in the mime type, even when it is unknown
what can cause denial of service since symbols are not removed by the
garbage collector.
Fixes: CVE-2014-0082
2014-02-18 16:12:51 -03:00