rails-html-sanitizer
rails-html-sanitizer copied to clipboard
tidy: remove deprecation warnings from ActionView::Helpers::SanitizeHelper
See https://github.com/rails/rails-html-sanitizer/blob/cf782449651bf84156404f365d019780546d8245/lib/rails-html-sanitizer.rb#L38-L57
These methods were deprecated back in 2014 in 2dbae3e4 when the old sanitizer was dropped from Rails. I think it's time.
Hi @flavorjones I have created a pull request to clean these depreciated methods. Here is my pull request: https://github.com/rails/rails-html-sanitizer/pull/192 . I hope you will review this.