search for: validates_captcha

Displaying 5 results from an estimated 5 matches for "validates_captcha".

2006 Aug 09
3
rel=nofollow or akismet
...is becoming a problem now. I looked around on suggested ways to address the problem and found two systems - CAPTCH and Akismet. I consider both of them in this email along with the reasons why I am debating using neither of them. Then I ask for your advice. CAPTCHA ( http://dev.2750flesk.com/validates_captcha/ ) will keep bots out, but what if some rascals are posting comments just to get a high google page rank. I think these guys are manually posting the "anonymous comments". So CAPTCHA wont solve my problem. Akismet ( http://akismet.com/ ) will solve my problem if their spam detector i...
2006 Jul 16
0
Captcha Fun
Hello, I am trying to integrate a captcha into a form that is used to update a database. I am using a method that is outlined here: http://svn.2750flesk.com/validates_captcha/trunk/README, but things are not working correctly. The captcha image shows up in the user form, but the captcha input is being ignored. The following shows my controller file: class PublicController < ApplicationController include ActionView::Helpers::TextHelper verify :method => :post...
2010 Mar 01
0
stubbing CAPTCHA to pass Cucumber scenario
...I''m trying to start using cucumber. I''ve done login, logout scenarious, but stumbled in CAPTCHA validation on user registration page. As I get I should stub CAPTCHA validation method. I guess I should implement stubbing Given step or include stubbing code in Before filter? I use validates_captcha gem, thus instance method to stub is module ValidatesCaptcha module ModelValidation module InstanceMethods private def validate_captcha # doing nothing means passing end end end end I''ve read these posts http://vinsol.com/blog/2006/07/21/rails-captch...
2007 Sep 12
0
Error when running migrations
.../usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'' from script/../config/../vendor/plugins/validates_captcha/init.rb:11:in `load_plugin'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/initializer.rb:401:in `load_plugin'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings''...
2010 Feb 05
7
I'm having trouble with Routes II
...oute matches "/undefined" with {:method=>:get}): warden (0.8.1) lib/warden/manager.rb:34:in `call'' warden (0.8.1) lib/warden/manager.rb:33:in `catch'' warden (0.8.1) lib/warden/manager.rb:33:in `call'' F:/InstantRails-2.0-win/ruby/lib/ruby/gems/1.8/gems/validates_captcha-0.9.6/rails/init.rb:22:in `call'' F:/InstantRails-2.0-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'' F:/InstantRails-2.0-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' F:/InstantRails-2.0-win/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_th...