<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: reCAPTCHA on Rails</title>
	<atom:link href="http://hwork.org/2009/03/08/recaptcha-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://hwork.org/2009/03/08/recaptcha-on-rails/</link>
	<description>Henry Work Blog.  Developer for TouringPlans.com. Formerly of TechCrunch (co-built CrunchBase).  Once team captain of the Northern Bites.</description>
	<lastBuildDate>Tue, 28 Feb 2012 19:32:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Van der Hoorn</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-416</link>
		<dc:creator>Van der Hoorn</dc:creator>
		<pubDate>Tue, 26 Oct 2010 09:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-416</guid>
		<description>This blog escaped the &amp;, so &quot;&amp;error=&quot; should be &quot;&amp; amp ; error=&quot; (without spaces)</description>
		<content:encoded><![CDATA[<p>This blog escaped the &amp;, so &#8220;&amp;error=&#8221; should be &#8220;&amp; amp ; error=&#8221; (without spaces)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Van der Hoorn</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-415</link>
		<dc:creator>Van der Hoorn</dc:creator>
		<pubDate>Tue, 26 Oct 2010 09:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-415</guid>
		<description>There is an HTML-bug on line 25 of client_helper.rb. It says &amp;error= but when linking to URIs the &amp; should be escaped, so it should be &amp;error=

Also notice that setting flash[:recaptcha_error] = nil (verify.rb line 36) always renders the flash.

Also, if you add errors to the model, you probably don&#039;t want to render the flash (either you want the flash, or are using error_messages_for, but most certainly not both).</description>
		<content:encoded><![CDATA[<p>There is an HTML-bug on line 25 of client_helper.rb. It says &amp;error= but when linking to URIs the &amp; should be escaped, so it should be &amp;error=</p>
<p>Also notice that setting flash[:recaptcha_error] = nil (verify.rb line 36) always renders the flash.</p>
<p>Also, if you add errors to the model, you probably don&#8217;t want to render the flash (either you want the flash, or are using error_messages_for, but most certainly not both).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-413</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Mon, 30 Aug 2010 00:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-413</guid>
		<description>I need two recaptcha validations at the same page. reCAPTCHA is not working for me, just the first one is loaded. Could someone confirm it ?</description>
		<content:encoded><![CDATA[<p>I need two recaptcha validations at the same page. reCAPTCHA is not working for me, just the first one is loaded. Could someone confirm it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-412</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 22 Aug 2010 17:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-412</guid>
		<description>@manmohan my suggestion: make sure you&#039;ve got git installed and operational, otherwise you&#039;ll spend like 6 hours failing at plugin installation</description>
		<content:encoded><![CDATA[<p>@manmohan my suggestion: make sure you&#8217;ve got git installed and operational, otherwise you&#8217;ll spend like 6 hours failing at plugin installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manmohan</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-408</link>
		<dc:creator>manmohan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-408</guid>
		<description>sorry!! gem intallation method does not give error but gives warning</description>
		<content:encoded><![CDATA[<p>sorry!! gem intallation method does not give error but gives warning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manmohan</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-407</link>
		<dc:creator>manmohan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-407</guid>
		<description>i dont know why but plugin link is not working .... it is reporting me plugin not found .... i have even tried the new url from main site .... but same error 

i  followed gem installation and it is working but again it gives error of it being depreciated ...

thank you</description>
		<content:encoded><![CDATA[<p>i dont know why but plugin link is not working &#8230;. it is reporting me plugin not found &#8230;. i have even tried the new url from main site &#8230;. but same error </p>
<p>i  followed gem installation and it is working but again it gives error of it being depreciated &#8230;</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curious</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-394</link>
		<dc:creator>curious</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-394</guid>
		<description>What about making this work with tests?</description>
		<content:encoded><![CDATA[<p>What about making this work with tests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calebhc</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-381</link>
		<dc:creator>calebhc</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-381</guid>
		<description>Thanks, this was very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Work</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-175</link>
		<dc:creator>Henry Work</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-175</guid>
		<description>Thanks, valk!  Fixed.</description>
		<content:encoded><![CDATA[<p>Thanks, valk!  Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valk</title>
		<link>http://hwork.org/2009/03/08/recaptcha-on-rails/comment-page-1/#comment-174</link>
		<dc:creator>valk</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://hwork.org/?p=350#comment-174</guid>
		<description>Sorry, I think the line should be:
./script/plugin install git://github.com/ambethia/recaptcha.git
instead of,
./script/install plugin git://github.com/ambethia/recaptcha.git

Thanks alot!</description>
		<content:encoded><![CDATA[<p>Sorry, I think the line should be:<br />
./script/plugin install git://github.com/ambethia/recaptcha.git<br />
instead of,<br />
./script/install plugin git://github.com/ambethia/recaptcha.git</p>
<p>Thanks alot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.192 seconds -->

