diff options
author | Timm <kaspth@gmail.com> | 2013-06-12 15:59:34 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-11 17:53:28 +0200 |
commit | c94e24fbe7bcdf605cafcfabdf97454d1e1e0685 (patch) | |
tree | c87092cfabcbb09f8351722b6127dc7d37c87a8f /Gemfile | |
parent | 47baab0c415690aeb71ef3bc4831a462d8ead47b (diff) | |
download | rails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.tar.gz rails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.tar.bz2 rails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.zip |
Added Loofah as a dependency in actionview.gemspec.
Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb.
Deprecated protocol_separator and bad_tags.
Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ source 'https://rubygems.org' gemspec +# temporary gem while working on loofah integration +gem 'loofah', '~> 1.2.1', github: 'kaspth/loofah' + # This needs to be with require false as it is # loaded after loading the test library to # ensure correct loading order |