aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/sanitize_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in actionview/testXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Let strip_tags leave HTML escaping to Rails.Kasper Timm Hansen2015-03-101-0/+4
| | | | Prevents double escaping errors, such as "&" becoming "&".
* Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-1/+1
|
* Fix assertion to map the behaviour of the old sanitizerRafael Mendonça França2014-08-181-1/+1
|
* Removed a bunch of duplicated tests in SanitizeHelperTest.Timm2014-06-161-37/+0
|
* Fixed: spelling mistake in SanitizeHelperTest.Timm2014-06-161-3/+3
|
* Marked tests in sanitize_helper_test.rb as pending.Timm2014-06-151-8/+29
|
* Reordered form removal with stripping.Timm2014-06-151-1/+1
|
* minor: point to the right test suite locationazul2014-05-141-1/+1
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+51