<?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: CouchDB with CouchRest in 5 minutes</title>
	<atom:link href="http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/</link>
	<description>Rails 3, Ruby &#38; MacRuby news - tutorials - consulting - training</description>
	<lastBuildDate>Tue, 16 Feb 2010 18:50:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Matt Aimonetti</title>
		<link>http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/comment-page-1/#comment-647</link>
		<dc:creator>Matt Aimonetti</dc:creator>
		<pubDate>Wed, 20 May 2009 07:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=492#comment-647</guid>
		<description>@luigi, you don&#039;t have to use the properties, you can just add/access the document as a hash and do something like:

object[&#039;custom_field&#039;] = &#039;test&#039;</description>
		<content:encoded><![CDATA[<p>@luigi, you don&#8217;t have to use the properties, you can just add/access the document as a hash and do something like:</p>
<p>object['custom_field'] = &#8216;test&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Montanez</title>
		<link>http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/comment-page-1/#comment-645</link>
		<dc:creator>Luigi Montanez</dc:creator>
		<pubDate>Tue, 19 May 2009 21:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=492#comment-645</guid>
		<description>I&#039;ve been thinking about using CouchDB for a CRM. A powerful feature of advanced CRMs is where the user is able to create custom fields (like for custom IDs from external sources). In the relational model, this is usually accomplished with a messy &quot;custom_fields&quot; table which inevitably results in funky behavior.

But with CouchDB, it&#039;s as simple as creating that new custom field on whichever document it belongs in. What&#039;s the best way to accomplish that via CouchRest, when the &#039;property&#039; directive seems to be somewhat static?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been thinking about using CouchDB for a CRM. A powerful feature of advanced CRMs is where the user is able to create custom fields (like for custom IDs from external sources). In the relational model, this is usually accomplished with a messy &#8220;custom_fields&#8221; table which inevitably results in funky behavior.</p>
<p>But with CouchDB, it&#8217;s as simple as creating that new custom field on whichever document it belongs in. What&#8217;s the best way to accomplish that via CouchRest, when the &#8216;property&#8217; directive seems to be somewhat static?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/comment-page-1/#comment-642</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 18 May 2009 09:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=492#comment-642</guid>
		<description>Seems simple and clean.</description>
		<content:encoded><![CDATA[<p>Seems simple and clean.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
