On Sat, Feb 20, 2010 at 8:50 AM, Karthikeyan <[email protected]> wrote:
> Got captcha installed. But when I tried ( refering
> http://rdoc.info/projects/zendesk/captcha )
>
> $rake captcha:generate COUNT=250
>
> It gave the following output
>
> rake aborted!
> Don't know how to build task 'captcha:generate'
>
> This is looking like rocket science to me.
>

Sorry, can't help much there. I'm still learning Rails and find that
building my own instead of using plugins helps me grok things better.
Like rolling my own authentication and authorization.

For example, instead of captchas for user validation, I use a simple
email challenge. Of course that meant I had to learn ActionMailer, but
that's built in.

-- 
Curtis Cooley
[email protected]
home:http://curtiscooley.com
blog:http://ponderingobjectorienteddesign.blogspot.com
===============
Leadership is a potent combination of strategy and character. But if
you must be without one, be without the strategy.
-- H. Norman Schwarzkopf

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to