Recommendations for a captcha on Ruby on Rails

Viewed 15773

I'd like to implement a captcha in a Rails project for a form submission, but I'm not sure what to go with. I'm inclining towards simplicity of implemention, and reliability when in use, over it being too sophisticated, as my application doesn't require too high a level of security.

Anyone have any recommendations?

7 Answers
Related