views:

312

answers:

4

I am developing a social web application with RoR. I realized that it's probably a good idea to prevent users from inserting rude or profane language into comments or posts.

Do you know any solution or plug-in that help me prevent something like this?

+1  A: 

Actually the best solution is to hire at least one moderator.

The worth thing that plugins can do is to "encrypt" normal words thinking that part of the word is "rude word".

Roman
+3  A: 

Hire a moderator or get a volunteer if it's going to be that big a problem. As far as the programming end, just hope your users never need buttistance.

Chris Doggett
Hopefully the users won't give you any atbreastude either. =)
gnovice
Installing a poorly configured profanity filter is one way to get yourself buttbuttinated.
j_random_hacker
A: 

There's fu-fu, which is pretty heavyweight. Have not used it myself.

Also, validates_decency_of, which I've tinkered with. It's very simple - just tells you whether a word "is decent" based on George Carlin's 7 dirty words.