Categories: None [Edit]

antispam

https://rubygems.org/gems/antispam
https://github.com/ryankopf/antispam
Antispam helps prevent spam in your Rails applications by checking against DNS blacklists and spam-prevention databases. It has two core features: (1) IP-based spam detection using Project Honey Pot to block known spammers automatically, and (2) content-based spam detection using Defendium’s machine learning API, which is free for up to 1,000 checks per day. Blacklist lookups are cached for 24 hours to minimize performance impact. The gem integrates seamlessly with Rails, allowing you to block spam at the request level and redirect flagged users to a captcha page.

Total

Ranking: 71,517 of 185,042
Downloads: 12,607

Daily

Ranking: 47,509 of 185,029
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
41611,029,492rails
67271,279,968image_processing
72764,268,573net-http
74562,280,016csv

Owners

#GravatarHandle
1iconryankopf