[Rails] captcha issue

2012-01-24 Thread sachin kewale
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

[Rails] Captcha conception

2011-09-09 Thread Misha Ognev
Hi guys, the next problem: I create a controller, (/controllers/rmagick_controller.rb), which have aim to test an captcha Actions: def download # creates an captcha image def show # show the page where image took place def check # must check right captcha or wrong views/rmagick/show.html.erb:

[Rails] captcha in a belongs_to

2010-04-06 Thread Tom Mac
Hi I am using simple_captcha. I have two models User and Staff. Relation ship are User has_one staff staff belongs_to user Now in the staff edit I have to include a captcha. I did like <% form_for @user, :url => staff_url(@staff), :html => {:method => :put } do |f|%> <%= f.te

Re: [Rails] Captcha Trouble

2010-02-20 Thread Curtis Cooley
Looks like you are missing the tools to build the extensions. If you are on a Debain based distro, try sudo apt-get install build-essential If that doesn't work, search for guides on installing rails on Debian systems. On Sat, Feb 20, 2010 at 7:39 AM, Karthikeyan wrote: > Hello Rails, I have a

[Rails] Captcha Trouble

2010-02-20 Thread Karthikeyan
Hello Rails, I have a problem. I would like to use captcha in one of my project. When I did try to install, this is what I got $ sudo gem install captcha Building native extensions. This could take a while... ERROR: Error installing captcha: ERROR: Failed to build gem native extension.

[Rails] captcha installation

2010-02-02 Thread Vishwa Rao
I am running XP. Downloaded simple captch from expressica, unzipped into vendor/plugin. Ran >rake simple_captcha:setup. Gives me error: rake aborted! don't know how to build task 'simple captcha:setup_old' I checked rails version by >gem list rails Gives me rails <2.3.5, 1,2,2> can someone tell me

Re: [Rails] captcha

2010-01-25 Thread Kristian Hellquist
Check http://recaptcha.net/ 2010/1/25 Tom Mac : > Hi >   I would like to know which is the latest captcha gem or plugin in > rails. I need to implement one in my registration page Is there any > screencasts available for the same > > Thanks in advance > Tom > -- > Posted via http://www.ruby-forum.

[Rails] captcha

2010-01-25 Thread Tom Mac
Hi I would like to know which is the latest captcha gem or plugin in rails. I need to implement one in my registration page Is there any screencasts available for the same Thanks in advance Tom -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed

[Rails] captcha

2010-01-12 Thread Tom Mac
Hi I have to use captcha in my rails application (For example at time of register a user) Could anyone please suggest the best and easy to use captcha gem or plugin in rails. Rails version is 2.3.5 Thanks Tom -- Posted via http://www.ruby-forum.com/. -- You received this message because yo

Re: [Rails] captcha

2009-12-07 Thread Jason Roelofs
eOn Mon, Dec 7, 2009 at 4:14 PM, RubyonRails_newbie < craigwest...@googlemail.com> wrote: > Hi all, > > I want to implement a captcha on my register page to help weed out any > 'non-human' visitors. > > I was told to check out http://expressica.com/simple_captcha/ but the > site isnt responding. >

[Rails] captcha

2009-12-07 Thread RubyonRails_newbie
Hi all, I want to implement a captcha on my register page to help weed out any 'non-human' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- Yo

[Rails] captcha without imagemagick and RMagick

2009-09-17 Thread Kart
Hi All, Can anybody say me any plugins which works for captcha without using Imagemagick and Rmagick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send e

[Rails] captcha plugin

2008-11-11 Thread annalissa
Hi all, I was working through the simply rails book, i have completed up to chapter 10, now i would like to add a captcha to my login form, where can i get the captcha plugin? can anybody suggest any links for captcha plugin that would work for rails version 2.0.2 ? --~--~-~--~~-