I am specifically developing an app in ruby on rails and i find that the ruby gem "sanitize" is very useful for cleaning the input by user but it does not remove inline javascript which makes it rather useless
I have gone through these but that does not sanitize inline javascript
Is there any better to do this(any gems or so)?