Ruby on Rails solution for scrubbing data of WYSIWYG editor user input

Posted by Jimmy on Stack Overflow See other posts from Stack Overflow or by Jimmy
Published on 2010-06-14T20:10:43Z Indexed on 2010/06/14 20:12 UTC
Read the original article Hit count: 304

Hey everyone,

I am working on a simple blogging type ruby on rails application and I have everything working through tinyMCE for a nice WYSIWYG editor so the user can add some simple things like images/youtube videos and lists. What I am looking for is a nice solution for blacklisting certain elements to be filtered out of the data when it is displayed.

So is there a solution for this available as a gem or available to download anywhere?

Thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about input-sanitization