hi all,
i have captcha image on Registration popup but on local the captcha
image and code is not coming.
i have install RMagick and gd2 gem also.It gives following error,
MissingSourceFile (no such file to load – GD):
lib/captcha_image.rb:22
app/controllers/login_controller.rb:385:in sign_up' -e:2:inload’
-e:2
On Tue, Jan 24, 2012 at 6:06 PM, sachin kewale [email protected]wrote:
hi all,
is any one know how to use captcha on locally ? i am using following
ror
environment,
ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32],
Rails 2.3.11
ruby gem version:1.6.2
i have install RMagick and gd2 gem also.It gives following error,
ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32],
To post to this group, send email to [email protected]
You received this message because you are subscribed to the Google G.
“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.
hi ,
thanks for reply can you please send the steps to used Recaptcha plugin
in
ROR application ?
It would be really helpful.
ex:- [email protected]
Download the zip file for the reCAPTCHA WordPress CAPTCHA plugin.
Unzip the recaptcha folder into your WordPress wp-content/plugins
directory.
is this necessary ?
–
hi,
i am now using the reCaptcha plugin in my application but one issue is
there when i submit the form value without/with
captcha value in below condition it goes in if only
if !verify_recaptcha
else
end
can you know why it is executing if only and not else.
can you tell me in which gem file i have to put this line
gem ‘recaptcha’, :require => ‘recaptcha/rails’
also, i have getting the public and private keys for live domain so
shall
those keys are used for
local environment also ? also i read on some site that
Download the zip file for the reCAPTCHA WordPress CAPTCHA plugin.
Unzip the recaptcha folder into your WordPress wp-content/plugins
directory.
is this necessary ?
–
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.