sijbrandij / railsgirls-nl

Rails app for the RailsGirlsNL website
http://railsgirls.nl
1 stars 17 forks source link

Stop spam in comments, resources etc. #39

Closed sijbrandij closed 10 years ago

sijbrandij commented 10 years ago

The comments table had about 8000 rows of spam comments. We need to figure out a way of stopping spam (maybe only allowing comments from signed in users, or setting up a recaptcha) from clogging the system.

iain commented 10 years ago

Less cool than building your own commenting system, but what about disqus?

sijbrandij commented 10 years ago

I know and have used Disqus. It works fine, but for the sake of learning I'd say we build our own commenting system :)

On Wed, Oct 30, 2013 at 4:13 PM, Iain Hecker notifications@github.comwrote:

Less cool than building your own commenting system, but what about disqus?

— Reply to this email directly or view it on GitHubhttps://github.com/sijbrandij/railsgirls-nl/issues/39#issuecomment-27448183 .

iain commented 10 years ago

:thumbsup:

Another idea is to integrate with Akismet or build your own learning spam filter that learns what spam looks like when people mark a comment/resource as spam.

sijbrandij commented 10 years ago

Ooooohhh... that sounds awesome! Let's do that! :)

On Wed, Oct 30, 2013 at 4:26 PM, Iain Hecker notifications@github.comwrote:

[image: :thumbsup:]

Another idea is to integrate with Akismet or build your own learning spam filter that learns what spam looks like when people mark a comment/resource as spam.

— Reply to this email directly or view it on GitHubhttps://github.com/sijbrandij/railsgirls-nl/issues/39#issuecomment-27448959 .

sijbrandij commented 10 years ago

http://rubydoc.info/gems/rakismet/1.4.0/frames