<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jason Fox &#187; plugins</title>
	<atom:link href="http://www.jasonfox.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonfox.com</link>
	<description>programming, products, and pontifications...</description>
	<lastBuildDate>Thu, 17 Jun 2010 02:29:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>acts_as_universally_unique</title>
		<link>http://www.jasonfox.com/2009/03/acts_as_universally_unique/</link>
		<comments>http://www.jasonfox.com/2009/03/acts_as_universally_unique/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 17:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[uuid]]></category>

		<guid isPermaLink="false">http://www.jasonfox.com/?p=142</guid>
		<description><![CDATA[I recently found the need to provide UUIDs for ActiveRecord models in a service that I&#8217;m developing.  I wasn&#8217;t able to find a suitable soution, so, I rolled my own.  Enter acts_as_universally_unique.  The plugin simply adds a (customizabe) UUID field to all ActiveRecord models that act_as_universally_unique.  I will be adding additional methods (and test cases) [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found the need to provide UUIDs for ActiveRecord models in a service that I&#8217;m developing.  I wasn&#8217;t able to find a suitable soution, so, I rolled my own.  Enter <a href="http://github.com/jfoxny/acts_as_universally_unique/tree/master">acts_as_universally_unique</a>.  The plugin simply adds a (customizabe) UUID field to all ActiveRecord models that act_as_universally_unique.  I will be adding additional methods (and test cases) to it shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonfox.com/2009/03/acts_as_universally_unique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
