aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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