zendesk / kamcaptcha

A captcha plugin for Rails
Apache License 2.0
63 stars 12 forks source link

Configuration #5

Closed steved closed 12 years ago

steved commented 12 years ago

Allows for configuration of token generation, lookup, and storage as well as the form.

This branch doesn't work in Ruby 1.8, but it does inside Rails (using 1.8) and 1.9.

morten commented 12 years ago

Looks good. Broke the build though. https://travis-ci.org/#!/morten/kamcaptcha/jobs/3075830

steved commented 12 years ago

Yeah, it's this line: https://github.com/morten/kamcaptcha/pull/5/files#L1R19 Should I add some sort of basic template library? Or just drop support for plain 1.8?

morten commented 12 years ago

If you drop 1.8 support then please make the gem explode right away on unsupported platforms (as in raise in kamcaptcha.rb) - fine by me