rakismet
rakismet copied to clipboard
Easy Akismet and TypePad AntiSpam integration for Rails
Right now akismet as a a service supports unicode urls but this gem doesn't support unicode URLs. This is happening because ruby's URI parse supports only ASCII characters example: blog_url:...
I am using Rakismet(1.5.3) gem in my Rails(3.2.22) project. Rakismet validates attributes such as author, author_email, author_url, content by default. My question: I want to validate extra columns in model...
While investigating Rakismet to see how it obtained the request-related information, I noticed that a lot of the information was being stored in non-thread-safe class instance variables. Considering the larger...
(hi Josh!) The readme says: > This means that if you are not storing the request variables, you must call spam? from within the controller action that handles comment submissions....
This change allows the Akismet key and host to be provided in Procs as each tenant in the multi-tenant application may be provisioning their own Akismet account.
Commit 81460d2 added the sending of permalink to Akismet by adding it to the list of "default mappings" all of which get `comment_` prepended. However, according to the Askismet documentation[1](http://akismet.com/development/api/#comment-check),...