<?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: Rails threading with Spawn plugin</title>
	<atom:link href="http://www.brianmcquay.com/rails-threading-with-spawn-plugin/174/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brianmcquay.com/rails-threading-with-spawn-plugin/174</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.brianmcquay.com/rails-threading-with-spawn-plugin/174/comment-page-1#comment-3825</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Jun 2010 07:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/?p=174#comment-3825</guid>
		<description>Validates uniqueness of only guarantees uniqueness at the time AR runs the uniqueness check. If you have two identical records being saved at the same time, they can each &quot;validate their uniqueness&quot; before either record is saved. The way around this is to put a uniqueness constraint in the database.</description>
		<content:encoded><![CDATA[<p>Validates uniqueness of only guarantees uniqueness at the time AR runs the uniqueness check. If you have two identical records being saved at the same time, they can each &#8220;validate their uniqueness&#8221; before either record is saved. The way around this is to put a uniqueness constraint in the database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

