<?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 and the MySQL Unique Index with validates_uniqueness_of</title>
	<atom:link href="http://emergent.urbanpug.com/?feed=rss2&#038;p=69" rel="self" type="application/rss+xml" />
	<link>http://emergent.urbanpug.com/?p=69</link>
	<description>Order from disorder - Thoughts about where technology is going.</description>
	<lastBuildDate>Tue, 10 Mar 2015 22:09:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Raphael</title>
		<link>http://emergent.urbanpug.com/?p=69&#038;cpage=1#comment-8164</link>
		<dc:creator><![CDATA[Raphael]]></dc:creator>
		<pubDate>Tue, 01 May 2007 18:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=69#comment-8164</guid>
		<description><![CDATA[hello
I have a table with id, name and surname.id is the primary index and i have an unique index named nom on (name,surname). I would like that the name&amp;surname will be unique in a row in the table. In the model:
validates_uniqueness_of :name, :surname ???????
I hope you see what I mean.
Thank you for answer]]></description>
		<content:encoded><![CDATA[<p>hello<br />
I have a table with id, name and surname.id is the primary index and i have an unique index named nom on (name,surname). I would like that the name&amp;surname will be unique in a row in the table. In the model:<br />
validates_uniqueness_of :name, :surname ???????<br />
I hope you see what I mean.<br />
Thank you for answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Terei</title>
		<link>http://emergent.urbanpug.com/?p=69&#038;cpage=1#comment-2750</link>
		<dc:creator><![CDATA[David Terei]]></dc:creator>
		<pubDate>Mon, 30 Oct 2006 04:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=69#comment-2750</guid>
		<description><![CDATA[Thanks for the simple explanation, none of the api dos ive seen explain it well at all.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the simple explanation, none of the api dos ive seen explain it well at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emergent Properties &#187; Multiple scopes with validates_uniqueness_of in Rails</title>
		<link>http://emergent.urbanpug.com/?p=69&#038;cpage=1#comment-713</link>
		<dc:creator><![CDATA[Emergent Properties &#187; Multiple scopes with validates_uniqueness_of in Rails]]></dc:creator>
		<pubDate>Thu, 22 Jun 2006 21:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=69#comment-713</guid>
		<description><![CDATA[[...] Previously, I talked about Validates_uniqueness_of and scope in rails [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Previously, I talked about Validates_uniqueness_of and scope in rails [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
