<?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 Agile Reasoning</title>
	<atom:link href="http://www.agilereasoning.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilereasoning.com</link>
	<description>Whether Web 2.x, SaaS, or the Next Big Thing, latest techniques + Agile project mangement = Winning.</description>
	<lastBuildDate>Fri, 30 Sep 2011 16:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Using belongs_to in Rails model validations when the parent is unsaved by Validating a polymorphic association for a new record &#187; Rebecca Miller-Webster</title>
		<link>http://www.agilereasoning.com/2008/04/26/using-belongs_to-in-rails-model-validations-when-the-parent-is-unsaved/#comment-10597</link>
		<dc:creator>Validating a polymorphic association for a new record &#187; Rebecca Miller-Webster</dc:creator>
		<pubDate>Fri, 30 Sep 2011 16:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=10#comment-10597</guid>
		<description>[...] Using belongs to in Rails model validations when the parent is unsaved [...]</description>
		<content:encoded><![CDATA[<p>[...] Using belongs to in Rails model validations when the parent is unsaved [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Best Practices by Mack Earnhardt</title>
		<link>http://www.agilereasoning.com/2011/05/16/rails-best-practices/#comment-7274</link>
		<dc:creator>Mack Earnhardt</dc:creator>
		<pubDate>Tue, 17 May 2011 00:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilereasoning.com/?p=978#comment-7274</guid>
		<description>I&#039;m sure we&#039;ll cross paths. Liked your talk tonight at Ignite too!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure we&#8217;ll cross paths. Liked your talk tonight at Ignite too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Best Practices by Gregg Pollack</title>
		<link>http://www.agilereasoning.com/2011/05/16/rails-best-practices/#comment-7273</link>
		<dc:creator>Gregg Pollack</dc:creator>
		<pubDate>Mon, 16 May 2011 23:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilereasoning.com/?p=978#comment-7273</guid>
		<description>Thanks for coming to the tutorial Mack!  Thanks for the kind words, and hope to run into you again at the conference!</description>
		<content:encoded><![CDATA[<p>Thanks for coming to the tutorial Mack!  Thanks for the kind words, and hope to run into you again at the conference!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Johnathon Wright</title>
		<link>http://www.agilereasoning.com/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/#comment-6837</link>
		<dc:creator>Johnathon Wright</dc:creator>
		<pubDate>Mon, 13 Dec 2010 16:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-6837</guid>
		<description>huge time saver. thanks.</description>
		<content:encoded><![CDATA[<p>huge time saver. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Chris</title>
		<link>http://www.agilereasoning.com/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/#comment-6836</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 13 Nov 2010 01:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-6836</guid>
		<description>BTW, I got it to work with Capybara (0.4.0) with WebDriver (0.1.0) like this:

find_field(field).native.value =~ /^#{value}$/

It seems it is more complicated to do it outside of a browser test...</description>
		<content:encoded><![CDATA[<p>BTW, I got it to work with Capybara (0.4.0) with WebDriver (0.1.0) like this:</p>
<p>find_field(field).native.value =~ /^#{value}$/</p>
<p>It seems it is more complicated to do it outside of a browser test&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying select field value with Cucumber and Webrat by Chris</title>
		<link>http://www.agilereasoning.com/2009/05/31/verifying-select-field-value-with-cucumber-and-webrat/#comment-6835</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 13 Nov 2010 01:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=18#comment-6835</guid>
		<description>Ganesh, I tried using your Capybara snippet of this and get the following error:

undefined method &#039;xpath&#039; for # (NoMethodError)

Which version of Capybara are you using?  I am using 0.4.0 with selenium-webdriver version 0.1.0.</description>
		<content:encoded><![CDATA[<p>Ganesh, I tried using your Capybara snippet of this and get the following error:</p>
<p>undefined method &#8216;xpath&#8217; for # (NoMethodError)</p>
<p>Which version of Capybara are you using?  I am using 0.4.0 with selenium-webdriver version 0.1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using belongs_to in Rails model validations when the parent is unsaved by K-P</title>
		<link>http://www.agilereasoning.com/2008/04/26/using-belongs_to-in-rails-model-validations-when-the-parent-is-unsaved/#comment-6821</link>
		<dc:creator>K-P</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=10#comment-6821</guid>
		<description>Thanks man, you really made my day! I had been googling around for this for quite a while.</description>
		<content:encoded><![CDATA[<p>Thanks man, you really made my day! I had been googling around for this for quite a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spinach in my Teeth by Lorraine Ball</title>
		<link>http://www.agilereasoning.com/2010/07/14/spinach-in-my-teeth/#comment-3333</link>
		<dc:creator>Lorraine Ball</dc:creator>
		<pubDate>Sat, 04 Sep 2010 21:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilereasoning.com/?p=621#comment-3333</guid>
		<description>It is always good when one of my friends tells me I have spinach in my teeth, and I would always do the same for them!</description>
		<content:encoded><![CDATA[<p>It is always good when one of my friends tells me I have spinach in my teeth, and I would always do the same for them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using belongs_to in Rails model validations when the parent is unsaved by Jens</title>
		<link>http://www.agilereasoning.com/2008/04/26/using-belongs_to-in-rails-model-validations-when-the-parent-is-unsaved/#comment-6820</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=10#comment-6820</guid>
		<description>Thanks! I&#039;ll try this ASAP. A first experiment seems to work without side effects. -Jens</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ll try this ASAP. A first experiment seems to work without side effects. -Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using belongs_to in Rails model validations when the parent is unsaved by Mack Earnhardt</title>
		<link>http://www.agilereasoning.com/2008/04/26/using-belongs_to-in-rails-model-validations-when-the-parent-is-unsaved/#comment-6819</link>
		<dc:creator>Mack Earnhardt</dc:creator>
		<pubDate>Sun, 11 Jul 2010 15:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://macksmind.net/?p=10#comment-6819</guid>
		<description>Jen, try this tweak:

ObjectSpace.each_object(Order) {&#124;o&#124; parent_order = o if o.new_record? &amp;&amp; o.line_items.include?(self)}</description>
		<content:encoded><![CDATA[<p>Jen, try this tweak:</p>
<p>ObjectSpace.each_object(Order) {|o| parent_order = o if o.new_record? &#038;&#038; o.line_items.include?(self)}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 408/416 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1pmh7xjvyr46d.cloudfront.net

Served from: www.agilereasoning.com @ 2012-02-22 13:34:21 -->
