<?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: Serializing ActiveRecord objects</title>
	<atom:link href="http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/</link>
	<description>professional web development and consulting</description>
	<lastBuildDate>Mon, 22 Aug 2011 18:56:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/comment-page-1/#comment-414</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 02 Apr 2007 14:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/#comment-414</guid>
		<description>@Jeff:

Sure does. In this case, I am going to do things like calculate the total bill for a project, and I&#039;d rather do 2 hits on creation rather than end up with bad calculations later on (like if I change a task,

But what if services were stored on a different database server?  Then my calculation routine would have to do a remote request for that service info as I loop over the tasks. Ugh!</description>
		<content:encoded><![CDATA[<p>@Jeff:</p>
<p>Sure does. In this case, I am going to do things like calculate the total bill for a project, and I&#8217;d rather do 2 hits on creation rather than end up with bad calculations later on (like if I change a task,</p>
<p>But what if services were stored on a different database server?  Then my calculation routine would have to do a remote request for that service info as I loop over the tasks. Ugh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/comment-page-1/#comment-390</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 29 Mar 2007 14:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/03/19/serializing-activerecord-objects/#comment-390</guid>
		<description>That&#039;s cool, I&#039;m looking to do something similar in one of my models, but I have a question.  Doesn&#039;t that cause two database hits (one for the create, one for the sync).  I&#039;m on a production app and have to worry about such things.

Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool, I&#8217;m looking to do something similar in one of my models, but I have a question.  Doesn&#8217;t that cause two database hits (one for the create, one for the sync).  I&#8217;m on a production app and have to worry about such things.</p>
<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

