1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Michael Koziarski 0c7ac34aed Stop using i18n's built in HTML error handling.
i18n doesn't depend on active support which means it can't use our html_safe
code to do its escaping when generating the spans.  Rather than try to sanitize
the output from i18n, just revert to our old behaviour of rescuing the error
and constructing the tag ourselves.

Fixes: CVE-2013-4491
2013-12-02 16:42:16 -08:00
..
actionpack More typo fixes 2013-11-27 03:56:12 +09:00
activerecord Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
fixtures Remove unused AV helper fixtures from e10a2531 2013-09-14 10:30:17 -07:00
lib/controller Moved viewpathstest into actionview/test/actionpack/controller 2013-10-09 20:09:33 +02:00
template Stop using i18n's built in HTML error handling. 2013-12-02 16:42:16 -08:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Do not load AV inside AP 2013-08-25 11:39:12 +02:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00