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 |
|
Kasper Timm Hansen
|
37695b8aab
|
Let strip_tags leave HTML escaping to Rails.
Prevents double escaping errors, such as "&" becoming "&".
|
2015-03-10 20:04:01 +01:00 |
|
Kasper Timm Hansen
|
28eecd934b
|
Ship with rails-html-sanitizer instead.
|
2014-09-03 20:27:59 +02:00 |
|
Rafael Mendonça França
|
8d0d051680
|
Fix assertion to map the behaviour of the old sanitizer
|
2014-08-18 16:04:45 -03:00 |
|
Timm
|
2563c2cec3
|
Removed a bunch of duplicated tests in SanitizeHelperTest.
|
2014-06-16 21:04:11 +02:00 |
|
Timm
|
9a3a59eaae
|
Fixed: spelling mistake in SanitizeHelperTest.
|
2014-06-16 21:04:06 +02:00 |
|
Timm
|
7e2f7daabc
|
Marked tests in sanitize_helper_test.rb as pending.
|
2014-06-15 23:40:53 +02:00 |
|
Timm
|
3e4ae8e5a2
|
Reordered form removal with stripping.
|
2014-06-15 23:35:24 +02:00 |
|
azul
|
4fb2be5456
|
minor: point to the right test suite location
|
2014-05-14 09:24:31 +02:00 |
|
Piotr Sarnacki
|
eb23754ebb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
|