Skip to content

A captcha verification approach for Rails apps, directly integrated into ActiveRecord’s validation mechanism and providing helpers for ActionController and ActionView.

License

Notifications You must be signed in to change notification settings

matiasleidemer/validates_captcha

 
 

Repository files navigation

Validates Captcha

Attention: the original (and probably working ^^) is here: github.com/m4n/validates_captcha

I can’t guarantee that it’ll work for you.

I’ve changed the behaviour a little bit, so the Captcha functionality doesn’t eager loading all app models. Only the ones with “acts_as_captchable”. This avoids some headache I was having with ActiveRecord mass assignment feature on Rails >= 2.3

Thanks for Martin Andert for this great great solution.

Copyright © 2009 Martin Andert

About

A captcha verification approach for Rails apps, directly integrated into ActiveRecord’s validation mechanism and providing helpers for ActionController and ActionView.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 100.0%