We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Due to a security hole that could allow bots to by-pass textcaptcha's, it was necessary to re-engineer the gem for the v4.0.0 release.
Thanks to Jeffrey Lim for spotting this and raising the issue.
Upgrading is straightforward;
Rename spam_question to textcaptcha_question
spam_question
textcaptcha_question
Rename spam_answer to textcaptcha_answer
spam_answer
textcaptcha_answer
Any strong parameter calls should include the textcaptcha_answer and textcaptcha_key fields;
textcaptcha_key
params.require(:comment).permit(:textcaptcha_answer, :textcaptcha_key, ... )