I installed your plugin, and followed your README for installing into
a fresh Rails app. http://robsanheim.googlecode.com/svn/trunk/brain_buster/README
When I went to view my page, I received errors:
undefined method `captcha_previously_passed?'
undefined method previous_captcha_attempt_failed?
The errors were coming from both _captcha.rhtml and
_captcha_footer.rhtml
I looked around for in the vendor/plugins/brain_busters and found the
brain_buster_system.rb file.
There's no mention of the captcha_previously_passed method. nor the
previous_captcha_attempt_failed method.
I changed previous_captcha_attempt_failed to
last_captcha_attempt_failed and changed captcha_previously_passed to
"captcha_passed" in the _captcha .rhtml files and it worked!
Hope this helps,
--Nate
Thanks for the bug report, I'll take a look soon and roll fixes into
the main release.
thanks again!
- Rob
I know this in ancient history now, but I wanted to let you know those
bugs you reported are all fixed now =).
http://robsanheim.com/2008/02/12/ann-brain_buster-080-released/
thanks,
Rob