[Boulder Ruby Group] [ANN] flatulent-0.0.1 - ascii captcha for the masses
ara.t.howard
ara.t.howard at gmail.com
Mon Jul 2 21:12:01 EDT 2007
NAME
flatulent : CAPTCHA for FIGLET.
SYNOPSIS
the flatulent gem provides brain dead simple ascii art captcha for
ruby.
URI
http://codeforpeople.com/lib/ruby
http://rubyforge.org/projects/codeforpeople
INSTALL
gem install flatulent
EXAMPLE
def index
if params.has_key? 'flatulent'
Flatulent.validate! params
end
render :inline => <<-html
<html><body>
#{ Flatulent.form }
</body></html>
html
end
DOCS
see source in lib/*
see example rails project in ./rails
ONLINE SAMPLES
http://drawohara.tumblr.com/post/4791838
enjoy.
-a
--
we can deny everything, except that we have the possibility of being
better. simply reflect on that.
h.h. the 14th dalai lama
More information about the Bdrg-members
mailing list