R – Captcha Implementation in ROR

captcharecaptcharubyruby-on-rails

Do I need to create a database table to implement captcha on a registration form?

Best Answer

Have you considered using reCaptcha rather than implementing your own system? There is a Ruby library available although I haven't personally used it.