Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `test_should_sanitize_illegal_style_properties` failure | Ryuta Kamizono | 2017-09-25 | 1 | -2/+2 |
| | | | | | | | | | https://travis-ci.org/rails/rails/jobs/279300966#L2600 The result of `Loofah::HTML5::Scrub.scrub_css` was changed since v2.1.0.rc1. https://github.com/flavorjones/loofah/commit/ca56295ff9e802018ea18d23ed49be235a95ccad | ||||
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Update comment in sanitizer helper test [skip ci] | Ross Kaffenberger | 2017-03-29 | 1 | -1/+1 |
| | | | The previously referenced file no longer appears to exist in the project. | ||||
* | Remove `encode_special_chars` option from `strip_tags` | Andrew Hood | 2017-02-27 | 1 | -0/+2 |
| | |||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -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 Hansen | 2015-03-10 | 1 | -0/+4 |
| | | | | Prevents double escaping errors, such as "&" becoming "&". | ||||
* | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Fix assertion to map the behaviour of the old sanitizer | Rafael Mendonça França | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Removed a bunch of duplicated tests in SanitizeHelperTest. | Timm | 2014-06-16 | 1 | -37/+0 |
| | |||||
* | Fixed: spelling mistake in SanitizeHelperTest. | Timm | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | Marked tests in sanitize_helper_test.rb as pending. | Timm | 2014-06-15 | 1 | -8/+29 |
| | |||||
* | Reordered form removal with stripping. | Timm | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | minor: point to the right test suite location | azul | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+51 |