<?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: Couch Potato unleashed &#8211; a couchdb persistence layer in ruby (updated)</title>
	<atom:link href="http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 13:34:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Melinda V Thorton</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-59295</link>
		<dc:creator>Melinda V Thorton</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-59295</guid>
		<description>some attention on these types of things. I prefer a organic environment for me and my kids.</description>
		<content:encoded><![CDATA[<p>some attention on these types of things. I prefer a organic environment for me and my kids.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latex Mattresses</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-58820</link>
		<dc:creator>Latex Mattresses</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-58820</guid>
		<description>Pretty awesome stuff, I love it hah</description>
		<content:encoded><![CDATA[<p>Pretty awesome stuff, I love it hah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-52059</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 12 May 2009 23:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-52059</guid>
		<description>sorry it seems you are using the old 0.1.x version of couch potato which isn&#039;t supported anymore. please upgrade to 0.2.x</description>
		<content:encoded><![CDATA[<p>sorry it seems you are using the old 0.1.x version of couch potato which isn&#8217;t supported anymore. please upgrade to 0.2.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fh</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-52047</link>
		<dc:creator>fh</dc:creator>
		<pubDate>Tue, 12 May 2009 20:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-52047</guid>
		<description>sorry - the error message got &quot;tagged&quot;, so I try again:

undefined method `dirty?&#039; for #&lt;CouchPotato::Persistence::InlineCollection:0x18ed644&gt;</description>
		<content:encoded><![CDATA[<p>sorry &#8211; the error message got &#8220;tagged&#8221;, so I try again:</p>
<p>undefined method `dirty?&#8217; for #&lt;CouchPotato::Persistence::InlineCollection:0x18ed644&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fh</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-52046</link>
		<dc:creator>fh</dc:creator>
		<pubDate>Tue, 12 May 2009 20:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-52046</guid>
		<description>Hi

I&#039;ve been testing Couch Potato and CouchDB for a while, and I think it is working great. But now I&#039;ve run into an problem. I&#039;m fairly new to both ruby/rails and couchdb, so it might be some easy stuff. This is my issue:

I try to update my object and get the following error:
undefined method `dirty?&#039; for #

The object is created with success, but when I try to update the error appears. The objects:

class CouchMovie
  include CouchPotato::Persistence
  has_many  :couchCredits, :stored =&gt; :inline
  ...
end 

class CouchCredit
  include CouchPotato::Persistence  
  belongs_to  :couchMovie
  ...
end

Any ideas on what might be wrong?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve been testing Couch Potato and CouchDB for a while, and I think it is working great. But now I&#8217;ve run into an problem. I&#8217;m fairly new to both ruby/rails and couchdb, so it might be some easy stuff. This is my issue:</p>
<p>I try to update my object and get the following error:<br />
undefined method `dirty?&#8217; for #</p>
<p>The object is created with success, but when I try to update the error appears. The objects:</p>
<p>class CouchMovie<br />
  include CouchPotato::Persistence<br />
  has_many  :couchCredits, :stored =&gt; :inline<br />
  &#8230;<br />
end </p>
<p>class CouchCredit<br />
  include CouchPotato::Persistence<br />
  belongs_to  :couchMovie<br />
  &#8230;<br />
end</p>
<p>Any ideas on what might be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ms</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-48275</link>
		<dc:creator>ms</dc:creator>
		<pubDate>Fri, 20 Mar 2009 08:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-48275</guid>
		<description>Und ich war bei deinem Vortrag beim Railscamo nicht da..... oh menno, bekomme ich eine Privataudienz?</description>
		<content:encoded><![CDATA[<p>Und ich war bei deinem Vortrag beim Railscamo nicht da&#8230;.. oh menno, bekomme ich eine Privataudienz?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LacKac</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-47046</link>
		<dc:creator>LacKac</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-47046</guid>
		<description>Great feature lineup you&#039;ve got there. I will definitely try this out.</description>
		<content:encoded><![CDATA[<p>Great feature lineup you&#8217;ve got there. I will definitely try this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Voloshin Ruslan</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-46558</link>
		<dc:creator>Voloshin Ruslan</dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-46558</guid>
		<description>I think that the use of rails is CouchDB prospects, interesting approach to a database.</description>
		<content:encoded><![CDATA[<p>I think that the use of rails is CouchDB prospects, interesting approach to a database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CouchFoo: Like ActiveRecord, but for CouchDB &#171; A little story</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-46070</link>
		<dc:creator>CouchFoo: Like ActiveRecord, but for CouchDB &#171; A little story</dc:creator>
		<pubDate>Fri, 13 Feb 2009 12:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-46070</guid>
		<description>[...] wanted to use CouchDB but found the existing libraries (such as RelaxDB, CouchREST, ActiveCouch and CouchPotato) lacking - not that they are, as such, but they didn&#8217;t fit George&#8217;s needs. George [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted to use CouchDB but found the existing libraries (such as RelaxDB, CouchREST, ActiveCouch and CouchPotato) lacking &#8211; not that they are, as such, but they didn&#8217;t fit George&#8217;s needs. George [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CouchFoo: Igual ao ActiveRecord, mas para CouchDB</title>
		<link>http://upstre.am/2008/10/27/couch-potato-unleashed-a-couchdb-persistence-layer-in-ruby/comment-page-1/#comment-46023</link>
		<dc:creator>CouchFoo: Igual ao ActiveRecord, mas para CouchDB</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=346#comment-46023</guid>
		<description>[...] wanted to use CouchDB but found the existing libraries (such as RelaxDB, CouchREST, ActiveCouch and CouchPotato) lacking - not that they are, as such, but they didn&#039;t fit George&#039;s needs. George wanted something [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted to use CouchDB but found the existing libraries (such as RelaxDB, CouchREST, ActiveCouch and CouchPotato) lacking &#8211; not that they are, as such, but they didn&#8217;t fit George&#8217;s needs. George wanted something [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 4/22 queries in 0.009 seconds using disk

Served from: upstre.am @ 2010-09-07 16:16:00 -->