[Rails] Re: Recaptcha (or other captchas)

2008-10-04 Thread Neil Cauldwell
Ryan Bigg wrote: > The best is always hard to define depending on personal opinion which > is extremely variant from one to another. Choose something you > yourself feels comfortable with and then go through the documentation > and install. I've seen that ReCAPTCHA can be used with Ruby on Rails >

[Rails] Re: Recaptcha (or other captchas)

2008-10-04 Thread Ryan Bigg
The best is always hard to define depending on personal opinion which is extremely variant from one to another. Choose something you yourself feels comfortable with and then go through the documentation and install. I've seen that ReCAPTCHA can be used with Ruby on Rails and trying "Recapt

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Neil Cauldwell
And should I be using any specs for recaptcha? I struggled to find much through a Googling... -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Neil Cauldwell
Frederick Cheung wrote: > On 3 Oct 2008, at 15:21, Neil Cauldwell wrote: > stuck on this; >>> end >> to set the public and private keys as variables in the environment.rb >> (or an initializer, if applicable) - but I just can't get it to work; >> >> http://pastie.org/284245 >> > If you're go

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Frederick Cheung
On 3 Oct 2008, at 15:21, Neil Cauldwell wrote: > > Frederick Cheung wrote: >> On 3 Oct 2008, at 14:15, Neil Cauldwell wrote: >> >>> Thanks, Schalk. I liked the idea of the plugin (I prefer plugins >>> because >>> I can jump right in to the code on which the app is dependent) but >>> the >>> ge

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Neil Cauldwell
Frederick Cheung wrote: > On 3 Oct 2008, at 14:15, Neil Cauldwell wrote: > >> Thanks, Schalk. I liked the idea of the plugin (I prefer plugins >> because >> I can jump right in to the code on which the app is dependent) but the >> gem seemed easy enough. However, I've followed the instructions

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Frederick Cheung
On 3 Oct 2008, at 14:15, Neil Cauldwell wrote: > > Schalk Neethling wrote: >> I have implemented Recaptcha on the registration page of this site: >> http://www.satechevents.co.za/account/register >> >> I am using the gem here: >> http://www.loonsoft.com/recaptcha/ >> >> Schalk > > Thanks, Schalk

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Neil Cauldwell
Schalk Neethling wrote: > I have implemented Recaptcha on the registration page of this site: > http://www.satechevents.co.za/account/register > > I am using the gem here: > http://www.loonsoft.com/recaptcha/ > > Schalk Thanks, Schalk. I liked the idea of the plugin (I prefer plugins because I

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Schalk Neethling
I have implemented Recaptcha on the registration page of this site: http://www.satechevents.co.za/account/register I am using the gem here: http://www.loonsoft.com/recaptcha/ Schalk Neil Cauldwell wrote: > Neil Cauldwell wrote: >> Does anyone have any suggestions for a best practice implementat

[Rails] Re: Recaptcha (or other captchas)

2008-10-03 Thread Neil Cauldwell
Neil Cauldwell wrote: > Does anyone have any suggestions for a best practice implementation of > Recaptcha (or other captchas - if you recommend going another route, I'm > all ears)? I've found the recaptcha gem and a plugin but I don't know > which is the best implementation, and I haven't found