<?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 for MacksMind</title>
	<atom:link href="http://macksmind.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://macksmind.net</link>
	<description>Technical Wizardry, Rants, and just a Whiff of Insanity</description>
	<lastBuildDate>Fri, 26 Feb 2010 12:48:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Florent</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-5723</link>
		<dc:creator>Florent</dc:creator>
		<pubDate>Fri, 26 Feb 2010 12:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-5723</guid>
		<description>Very Well then.

It didn&#039;t work for me because of the field_labeled.
It works now with field_named(field) :)

Thanks for your post !</description>
		<content:encoded><![CDATA[<p>Very Well then.</p>
<p>It didn&#8217;t work for me because of the field_labeled.<br />
It works now with field_named(field) :)</p>
<p>Thanks for your post !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Mack Earnhardt</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-5708</link>
		<dc:creator>Mack Earnhardt</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-5708</guid>
		<description>It works for me as is. Those quotes aren&#039;t delimiters in this context, and I want to capture everything between the quotes in the () backreference.</description>
		<content:encoded><![CDATA[<p>It works for me as is. Those quotes aren&#8217;t delimiters in this context, and I want to capture everything between the quotes in the () backreference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Florent</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-5707</link>
		<dc:creator>Florent</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-5707</guid>
		<description>Exactly what I needed, but did you forget to escape auotes in your regexp ?

&quot;([^\&quot;]*)&quot; instead of &quot;([^&quot;]*)&quot;</description>
		<content:encoded><![CDATA[<p>Exactly what I needed, but did you forget to escape auotes in your regexp ?</p>
<p>&#8220;([^\"]*)&#8221; instead of &#8220;([^"]*)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Brad</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-5283</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 22 Jan 2010 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-5283</guid>
		<description>I don&#039;t know if this is a new feature, but i&#039;m using webrat 0.6 and 

field_labeled(field).value

works just fine for select boxes also.  You&#039;re then just matching against the option value, not the text.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this is a new feature, but i&#8217;m using webrat 0.6 and </p>
<p>field_labeled(field).value</p>
<p>works just fine for select boxes also.  You&#8217;re then just matching against the option value, not the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Rob Aldred</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-5109</link>
		<dc:creator>Rob Aldred</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-5109</guid>
		<description>Perfect, thank you for your post</description>
		<content:encoded><![CDATA[<p>Perfect, thank you for your post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Nick</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-4441</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 19 Nov 2009 20:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-4441</guid>
		<description>Thanks for this solution, saved me some time!</description>
		<content:encoded><![CDATA[<p>Thanks for this solution, saved me some time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Paul Jensen</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-3652</link>
		<dc:creator>Paul Jensen</dc:creator>
		<pubDate>Mon, 12 Oct 2009 11:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-3652</guid>
		<description>This came in very handy, thanks</description>
		<content:encoded><![CDATA[<p>This came in very handy, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Ash McKenzie</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-3104</link>
		<dc:creator>Ash McKenzie</dc:creator>
		<pubDate>Fri, 04 Sep 2009 04:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-3104</guid>
		<description>Legend, exactly what I need!</description>
		<content:encoded><![CDATA[<p>Legend, exactly what I need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by erb</title>
		<link>http://macksmind.net/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/comment-page-1/#comment-2347</link>
		<dc:creator>erb</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-2347</guid>
		<description>Perfect timing. Exactly what I was looking for this morning. Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect timing. Exactly what I was looking for this morning. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using belongs_to in Rails model validations when the parent is unsaved by Peter Boling</title>
		<link>http://macksmind.net/2008/04/26/using-belongs_to-in-rails-model-validations-when-the-parent-is-unsaved/comment-page-1/#comment-1269</link>
		<dc:creator>Peter Boling</dc:creator>
		<pubDate>Sat, 01 Nov 2008 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=10#comment-1269</guid>
		<description>Mack,
Was just googling you and it&#039;s interesting that we are doing the same thing!
How long have you been working with rails?

Do you have any open source projects?
Are still around Indy?  Actually I now remember seeing BW3s on your twitter, so I guess so.   Have you been to any of the iRug meetings? They&#039;re excellent!

- Peter Boling</description>
		<content:encoded><![CDATA[<p>Mack,<br />
Was just googling you and it&#8217;s interesting that we are doing the same thing!<br />
How long have you been working with rails?</p>
<p>Do you have any open source projects?<br />
Are still around Indy?  Actually I now remember seeing BW3s on your twitter, so I guess so.   Have you been to any of the iRug meetings? They&#8217;re excellent!</p>
<p>- Peter Boling</p>
]]></content:encoded>
	</item>
</channel>
</rss>
