<?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: Multi Model Forms &amp; Validations in Ruby on Rails</title>
	<atom:link href="http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/</link>
	<description>Ruby on Rails, Javascript, CSS and Standards</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:37:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-1004</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 28 Mar 2010 00:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-1004</guid>
		<description>very nice</description>
		<content:encoded><![CDATA[<p>very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ft</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-933</link>
		<dc:creator>ft</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-933</guid>
		<description>How would you modify this if a @person was always required but a @cat or @dog weren&#039;t?  Meaning, how could you test that they are valid given that they exist?

I have a scenario like that and it&#039;s killing me.</description>
		<content:encoded><![CDATA[<p>How would you modify this if a @person was always required but a @cat or @dog weren&#8217;t?  Meaning, how could you test that they are valid given that they exist?</p>
<p>I have a scenario like that and it&#8217;s killing me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multi Model Forms &#38; Validations in Ruby on Rails &#171; A little story</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-925</link>
		<dc:creator>Multi Model Forms &#38; Validations in Ruby on Rails &#171; A little story</dc:creator>
		<pubDate>Thu, 26 Mar 2009 13:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-925</guid>
		<description>[...] March 26, 2009   Source: http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] March 26, 2009   Source: <a href="http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/" rel="nofollow">http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antares Traders Blog ª jzForm: A Form Builder for Dynamic Data Acquisition ñ Initial Release</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-868</link>
		<dc:creator>Antares Traders Blog ª jzForm: A Form Builder for Dynamic Data Acquisition ñ Initial Release</dc:creator>
		<pubDate>Tue, 27 Jan 2009 02:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-868</guid>
		<description>[...] Multi Model Forms &amp; Validations in Ruby on Rails [...]</description>
		<content:encoded><![CDATA[<p>[...] Multi Model Forms &amp; Validations in Ruby on Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-851</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Thu, 08 Jan 2009 09:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-851</guid>
		<description>thank u very much and it helped a lot for me and awesome tutorial</description>
		<content:encoded><![CDATA[<p>thank u very much and it helped a lot for me and awesome tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pepe Gonzales</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-714</link>
		<dc:creator>Pepe Gonzales</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-714</guid>
		<description>Question...
If all the save! calls are wrapped with a transaction, is running valid? on all models necessary?
I thought that if, for example, @dog isn&#039;t valid, the save! call will throw an exception, and the whole transaction will be undone (ie. @person and @cat will be destroyed).
Am I wrong?</description>
		<content:encoded><![CDATA[<p>Question&#8230;<br />
If all the save! calls are wrapped with a transaction, is running valid? on all models necessary?<br />
I thought that if, for example, @dog isn&#8217;t valid, the save! call will throw an exception, and the whole transaction will be undone (ie. @person and @cat will be destroyed).<br />
Am I wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BradfordW</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-578</link>
		<dc:creator>BradfordW</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-578</guid>
		<description>Yea after seeing this trickle across dzone the first thing that popped into my head was the presenter model that ol&#039; boy over at (http://jamesgolick.com/2008/7/28/introducing-activepresenter-the-presenter-library-you-already-know) did.

Glad I&#039;m not the only one drinking the kool aid.</description>
		<content:encoded><![CDATA[<p>Yea after seeing this trickle across dzone the first thing that popped into my head was the presenter model that ol&#8217; boy over at (<a href="http://jamesgolick.com/2008/7/28/introducing-activepresenter-the-presenter-library-you-already-know" rel="nofollow">http://jamesgolick.com/2008/7/28/introducing-activepresenter-the-presenter-library-you-already-know</a>) did.</p>
<p>Glad I&#8217;m not the only one drinking the kool aid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: funfun</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-577</link>
		<dc:creator>funfun</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-577</guid>
		<description>very helpfull, thanks</description>
		<content:encoded><![CDATA[<p>very helpfull, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-576</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-576</guid>
		<description>Very nice!</description>
		<content:encoded><![CDATA[<p>Very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://jimneath.org/2008/09/06/multi-model-forms-validations-in-ruby-on-rails/comment-page-1/#comment-574</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Mon, 08 Sep 2008 11:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=55#comment-574</guid>
		<description>Hai! That fail is not epic!</description>
		<content:encoded><![CDATA[<p>Hai! That fail is not epic!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
