Description
BrainBuster is a logic captcha for Rails. A logic captcha attempts to
detect automated responses (ie spambots) by asking a simple question,
such as a word puzzle or math question. Logic captchas are often
easier for humans to answer then image based captchas, but can exclude
foreign users or users with cognitive disabilities.
Some example question and answers are:
“What is fifteen minus five?” => “10”
“Which one of these doesn’t fit? ‘blue, red, yellow, flower’” =>
‘flower’
For more on logic captchas and alternate approaches, please see
Changes in this Release
- use append_view_paths instead of directly appending to it, for edge
rails compatibility [Hashrocket] - remove #send for 1.9 compatibility
thanks,
Rob