similar to: stubbing CAPTCHA to pass Cucumber scenario

Displaying 20 results from an estimated 300 matches similar to: "stubbing CAPTCHA to pass Cucumber scenario"

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 <
2009 Feb 24
0
The New Delhi Ruby February Meetup - Coming Saturday - 28 Feb
We''re a very open, fun and friendly ruby meetup group in New Delhi, India and we have something for everyone, from the curious who just appreciates the ruby, to the intermediate learner who wants to learn best practices, to the pros who would like to reminisce with other developers. We regularly organize monthly meetups which anybody can attend. The February edition of Ruby Meetup will
2006 Aug 09
3
rel=nofollow or akismet
Hi guys, My site ( http://shunya.in ) recently started receiving some spam and I had ignored the issue till it became a problem, and I guess it 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
2009 Jun 22
4
modal validation not works
Hi everyone, i have 20 fields in users table. in my admin profile module the admin can modify his infomation. but only 12 fields he can able to modify. so in my controller if params[ :profileinfo ][:first_name] @profileinfo.update_attribute(:first_name,params[ :profileinfo ][:first_name]) end the above simply saves what i enter into the field.why it doesnot consider the modelvalidation.
2008 Nov 18
3
Code changes are ignored due to code minor ver. were cached
Hi there! I study Ruby on Rails and met a problem. I placed a class definition code for class which is NOT a Model into separate file, assume MyToolClass.rb Then I started working on controller code and required ''MyToolClass'' While working on controller code I also corrected some code in MyToolClass.rb, but it seemed, that changes in MyTooolClass.rb were ignored by Rails until
2011 May 31
1
Calendars in Rails
Hi all, I''m currently in the need to implement a calendar in rails. It should be able to present a year, month and day view. The events in these 3 views should be able to be opened, on click, to view the information and/or edit it (according to restrictions). The events will belong to users. One requirement is that users could filter which other users events they want to see (different
2007 Sep 12
0
Error when running migrations
I''ve checked out a rails project that i''m working on from a repository, and created a new database for it. However whenever i try and run the migrations i get the following error: rake aborted! #<AppConfig:0xb7870f84> is not a class/module Whenever I try to fire up a webrick server, i get the following error: => Booting WEBrick...
2010 Apr 06
1
captcha in a belongs_to
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|%> <p> <%= f.text_field :first_name,:maxlength => 50 %> </p>
2008 Nov 11
1
captcha plugin
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 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Jul 16
1
Captcha Module
Does anyone have a link to an example of the module Captcha<http://captcha.rubyforge.org/>being used? I really apprecite it. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060716/2d09e74c/attachment.html
2007 Jun 12
1
Captcha, account verification in RoR
I am creating a Ruby on Rails site and am curious about the best way to stop spam on the site. For account creation there is: a) Captcha b) email verification For messages, forums I am sure you could try to check the message for any weird characters or typical spam phrases. I saw in the other post there is the hivelogic email enkoder for hiding email addresses for protecting email addresses. I
2009 Jun 24
0
[solved] CAPTCHA gem: undefined method `stringFT'
Since it took me quite some time to resolve this problem, I hope this post will be useful for someone else. I am using the CAPTCHA gem in my application and always got the following error: undefined method `stringFT'' for GD::Image:Class It turns out that I was missing the GD libs for ruby. I''m on ubuntu, so a quick sudo install libgd-ruby solved the problem for me. I also
2018 Jun 01
0
Syslinux wiki Incorrect or missing CAPTCHA
Trying to update one page of the Syslinux wiki, I keep getting: "Incorrect or missing CAPTCHA." when I click on "SAVE PAGE". Obviously, I am writing this email because that message is not true; I correctly resolved the captcha, and I got the message that it was resolved OK, before I clicked on "SAVE PAGE". Is there anything a Syslinux Wiki Administrator could do
2006 Apr 11
0
KittenAuth vs. CAPTCHA
Is anyone working with KittenAuth instead of using CAPTCHA? -- Posted via http://www.ruby-forum.com/.
2011 Jan 18
2
how to get captcha image with mechanize ?
Hey, how to get captcha image with mechanize ? the image is not a static picture, it''s a stream, a text-model. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20110118/bf9a58ff/attachment.html>
2009 Jul 26
1
Simple Captcha - Update attributes?
I am using the great simple captcha plugin for saving records like this if @xxx.save_with_captcha do something else do something end How do I use it when updating records? if @xxx.update_attributes(params[:blah]) can I just say if @xxx.update_with_captcha(params[:blah]) do something else do something end -- Posted via http://www.ruby-forum.com/.
2009 Jun 20
0
problem with simlpe captcha
Hi simple captcha works fine on my app. recently I changed my hosting provider and moved the app to new server. Here its not working and throwing error ActionView::TemplateError (undefined method `find_by_key'' for SimpleCaptchaData():Class) on line #246 of home/register.rhtml: 243: </td> 244: <td align=left> 245:
2014 Feb 12
0
[fdo] Captcha added for subscription
Hi all, as some of you've probably noticed, list subscriptions have been broken for a few days. This was an attempt at handling a sustained spam-through-signup attack. Obviously, we needed something better and list signups now require people to solve a captcha. Hopefully this should solve the problem. Please let me know if there are any problems. -- Tollef Fog Heen UNIX is user
2011 Sep 09
9
Captcha conception
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: > <div id="captcha"> > <p><%= image_tag download_rmagick_path
2007 Jan 31
2
SystemStackError: stack level too deep
I''m testing the http module in console. BUt I got the following error. Anyone knows why? >> Net::HTTP.get_print ''www.google.com'', ''index.html'' SystemStackError: stack level too deep from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in