aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused requireKasper Timm Hansen2019-08-051-1/+0
* Update sanitizer in ActionView::Helpers::SanitizeHelperJuanito Fatas2019-08-051-21/+13
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-2/+1
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-1/+1
* Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-2/+2
* [ci skip] `sanitizer_vendor` will be removed in Rails 6Tsukuru Tanimichi2018-07-111-1/+1
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove `encode_special_chars` option from `strip_tags`Andrew Hood2017-02-271-4/+10
* Update comment for Scrubber usage [ci skip]kenta-s2017-01-161-6/+4
* applies new string literal convention in actionview/libXavier Noria2016-08-061-2/+2
* sanitiser helper may be remove in 5.1, update doc [ci skip]Gaurav Sharma2016-03-311-1/+1
* fix Docs [ci skip]amitkumarsuroliya2015-08-181-1/+1
* Let strip_tags leave HTML escaping to Rails.Kasper Timm Hansen2015-03-101-1/+1
* Single instead of double quotes T.J. Schuck2015-01-201-2/+2
* Rewrite SanitizeHelper docsT.J. Schuck2015-01-201-77/+50
* Fix code formatting in sanitize docsT.J. Schuck2015-01-201-9/+11
* Remove unneeded `require 'as/deprecation'`claudiob2015-01-041-1/+0
* Clarify comments about sanitized_allowed_tagsPrathamesh Sonpatki2014-10-251-2/+2
* Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-8/+3
* Move implementation to the gemsRafael Mendonça França2014-09-011-22/+10
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-191-1/+1
|\
| * Uppercase HTML in docs.Hendy Tanata2014-08-081-1/+1
* | Prepare for partial release.Kasper Timm Hansen2014-08-171-3/+8
* | Use the plugin API to the getter and settersRafael Mendonça França2014-07-151-4/+4
* | Don't splat arguments to allowed tags or attributes.Timm2014-06-161-2/+2
* | Change sanitizer_vendor to just be a method and reword documentation.Timm2014-06-161-4/+5
* | Revert some stuff to use the new sanitizers.Timm2014-06-161-6/+6
* | Add a layer of indirection making sanitizers pluggable.Timm2014-06-161-3/+8
* | Delegate allowed tags and attributes setting to HTML::WhiteListSanitizer.Timm2014-06-161-4/+4
* | Changed configuration documentation to no longer state it replaces a Set.Timm2014-06-161-2/+2
* | Deprecate configurations and use allowed_tags and allowed_attributes on White...Timm2014-06-161-99/+22
* | Made deprecation messages in sanitize_helper more clear.Timm2014-06-161-3/+3
* | Completed integration of rails-html-sanitizer in SanitizeHelper. Deprecated p...Timm2014-06-161-18/+19
* | Updated documentation to tell that a custom scrubber takes precedence.Timm2014-06-151-0/+1
* | Updated the documentation to reflect the scrubber option.Timm2014-06-151-1/+22
* | Added Loofah as a dependency in actionview.gemspec.Timm2014-06-111-23/+24
|/
* Fix documentation簡煒航 (Jian Weihang)2014-05-291-2/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+256