Ruby on Rails solution for scrubbing data of WYSIWYG editor user input
- by Jimmy
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!