ruby on rails - How to implement a profanity filter in RoR? -


I am developing a social web application with ROR. I realized that this is probably a good idea to prevent users from indulging in rude or dirty language in comments or posts.

Do you know any solutions or plug-ins that help me prevent something like this?

The correct word you are looking for is an rude filter ( Edited). Some past discussions have been given on this topic:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -