This is a long overdue release. I've removed all deprecated code,
updated for Rails 2.0, improved specs considerably, and cleaned up the
api and views.
Because of the way the filter chain is handled in Rails 2.0, you will
now have to handle a captcha failure explicitly. Right now thats just
done by overriding a method in your controller. See the README for
more info.
More Details:
Homepage: http://opensource.thinkrelevance.com/wiki/BrainBuster
Mailing List: http://groups.google.com/group/brainbuster-discuss
Git Repository (dev happens here): git://github.com/rsanheim/brain_buster.git
SVN Repository (read only mirror):
http://opensource.thinkrelevance.com/svn/brain_buster/trunk/
thanks,
Rob
Those partials are included in the plugin, under views/brain_buster.
With Rails 2.0, you don't have have to copy them into your own app's
view folder, as the brain_buster view path is appended automatically.
So basically, if you render the partial as described, it should just work:
One caveat - I saw that I had the incorrect svn url to install from in
the docs. Please make sure you installed from here:
script/plugin install
http://opensource.thinkrelevance.com/svn/brain_buster/trunk/
I'll be making a new release later today with that doc change and a few others.
Thanks,
Rob
I would recommend blowing away the old version and getting the new
one. The code at the google code link was slightly out of date.
My apologies for the mix up.
- Rob
http://robsanheim.com
http://thinkrelevance.com
- Rob