[Rails] Re: reCAPTCHA headache

2010-02-09 Thread Marnen Laibow-Koser
Kyle wrote: > Upon closer inspection, it was discovered that reCAPTCHA information > was not being submitted with the form. Form elements were aligned in > a table (I know, I know...but it usually works so well...). And now the lecture: don't use tables for alignment under any circumstances.

[Rails] Re: reCAPTCHA headache

2010-02-09 Thread Kyle
Upon closer inspection, it was discovered that reCAPTCHA information was not being submitted with the form. Form elements were aligned in a table (I know, I know...but it usually works so well...). Removing the table caused reCAPTCHA information to be submitted with the rest of the form. There m

[Rails] Re: reCAPTCHA headache

2010-02-08 Thread Kyle
Eric, I have it going using the validation syntax recommended in the RDoc: if verify_recaptcha(:model => @job) && @job.save ... When I tried using an if/else for the validation, a mismatch threw an error. -Kyle -- You received this message because you are subscribed to the Google Groups "Ruby

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Sean Six
It must be something related to your installation of the plugin. It is hard to say with the available information you provided what is going on. Have you properly installed the keys? Here is an application that uses recaptcha. You can use it as a reference I suppose. http://www.opensourcera

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Eric J. Gruber
That doesn't look bad, but I'd love to find something that doesn't use RMagick. On Feb 7, 10:26 pm, Sean Six wrote: > You may want to try this one as an alternative: > > http://expressica.com/simple_captcha/ > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you a

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Eric J Gruber
Hi Sean, thanks for writing. The only error I get is that the words typed were incorrect and that I need to try again. But the words are correct; it's not accepting the words that are typed. Eric On Feb 7, 10:08 pm, Sean Six wrote: > Is it throwing some kind of rails error or is the reCAPTCHA n

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Sean Six
You may want to try this one as an alternative: http://expressica.com/simple_captcha/ -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-t...@google

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Sean Six
Is it throwing some kind of rails error or is the reCAPTCHA not accepting a correct answer? -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-t...@