<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Adventures into CouchDB and Rails</title>
	<atom:link href="http://zdzolton.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zdzolton.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 04 Sep 2009 03:09:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='zdzolton.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Adventures into CouchDB and Rails</title>
		<link>http://zdzolton.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://zdzolton.wordpress.com/osd.xml" title="Adventures into CouchDB and Rails" />
	<atom:link rel='hub' href='http://zdzolton.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting ready for CouchDB 0.10</title>
		<link>http://zdzolton.wordpress.com/2009/09/04/getting-ready-for-couchdb-0-10/</link>
		<comments>http://zdzolton.wordpress.com/2009/09/04/getting-ready-for-couchdb-0-10/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:59:09 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[CouchDB]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=73</guid>
		<description><![CDATA[I&#8217;ve setup a local copy of CouchDB, from the 0.10 branch, just to see if my application code could handle its awesome powers. Here are my two big takeaways: Turn on delayed commits CouchDB 0.10 now defaults to disabling delayed commits, which in your production environment is a great trade of data consistency for write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=73&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/09/04/getting-ready-for-couchdb-0-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Fill up a CouchDB with Twitter Statuses</title>
		<link>http://zdzolton.wordpress.com/2009/06/09/how-to-fill-up-a-couchdb-with-twitter-statuses/</link>
		<comments>http://zdzolton.wordpress.com/2009/06/09/how-to-fill-up-a-couchdb-with-twitter-statuses/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:08:19 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=61</guid>
		<description><![CDATA[Last night I hacked together a bit of Ruby code to fill a CouchDB database with Twitter statuses. I&#8217;ll need to make some adjustments to deal with Twitter&#8217;s timeout and throttling, however&#8230; Enjoy!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=61&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/06/09/how-to-fill-up-a-couchdb-with-twitter-statuses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Tip: CouchDB with Lucene Search</title>
		<link>http://zdzolton.wordpress.com/2009/05/04/quick-tip-couchdb-with-lucene-search/</link>
		<comments>http://zdzolton.wordpress.com/2009/05/04/quick-tip-couchdb-with-lucene-search/#comments</comments>
		<pubDate>Mon, 04 May 2009 16:13:42 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[couchrest]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=51</guid>
		<description><![CDATA[So, I&#8217;m still loving Bob Newson&#8217;s CouchDB-Lucene external integration. Here&#8217;s a quick way to monkey-patch on a search method: CouchRest::Database.class_eval do def search query, options={} CouchRest.get "#{@uri}/_fti?#{options.merge(:q =&#62; query).to_query}" end end<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=51&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/05/04/quick-tip-couchdb-with-lucene-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>When Upgrading CouchDB at Some Point&#8230;</title>
		<link>http://zdzolton.wordpress.com/2009/05/04/when-upgrading-couchdb-at-some-point/</link>
		<comments>http://zdzolton.wordpress.com/2009/05/04/when-upgrading-couchdb-at-some-point/#comments</comments>
		<pubDate>Mon, 04 May 2009 15:15:53 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[couchdbx]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=44</guid>
		<description><![CDATA[Versioning with Mac Ports can kinda suck, and new CouchDB versions are often incompatible with the old version&#8217;s data files. Idea: Use CouchDBX, during incompatible upgrades, as a holding pen for your local data! Download CouchDBX Replicate from your Mac Ports-installed databases to Delete &#8220;old&#8221; databases from your Mac Ports-installed CouchDB Upgrade your Mac Ports-installed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=44&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/05/04/when-upgrading-couchdb-at-some-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>Computational Evangelism</title>
		<link>http://zdzolton.wordpress.com/2009/05/01/computational-evangelism/</link>
		<comments>http://zdzolton.wordpress.com/2009/05/01/computational-evangelism/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:17:31 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[CouchDB]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=37</guid>
		<description><![CDATA[Why go through the effort of learning to use CouchDB?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=37&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/05/01/computational-evangelism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>Behavioral Patterns</title>
		<link>http://zdzolton.wordpress.com/2009/03/13/behavioral-patterns/</link>
		<comments>http://zdzolton.wordpress.com/2009/03/13/behavioral-patterns/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 00:11:02 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=29</guid>
		<description><![CDATA[I&#8217;ve just read Sebastian Bergmann&#8217;s explanation of Objection-Relational Behavioral patterns, where he questions whether they are still useful for CouchDB. Hmm… Maybe I&#8217;m not getting something, but I feel these Object-Relational patterns are still a good match for CouchDB. In particular, Unit of Work would be a great candidate, since the CouchDB doesn&#8217;t provide any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=29&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/03/13/behavioral-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails Time Zone Bug — An Edge Case</title>
		<link>http://zdzolton.wordpress.com/2009/02/06/rails-timezone-bug-an-edge-case/</link>
		<comments>http://zdzolton.wordpress.com/2009/02/06/rails-timezone-bug-an-edge-case/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 01:02:21 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=13</guid>
		<description><![CDATA[Premise I have found a Mac OS X-specific edge case in the Rails time zone support. Evidence irb(main):001:0&#62; require 'rubygems'; require 'activesupport' =&#62; true irb(main):002:0&#62; ENV['TZ'] = 'US/Central' =&#62; "US/Central" irb(main):003:0&#62; t = Time.now =&#62; Thu Feb 05 16:03:56 -0600 2009 irb(main):004:0&#62; t.to_s :json =&#62; "Thu Feb 05 16:03:56 -0600 2009" irb(main):005:0&#62; t.to_s :rfc822 =&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=13&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/02/06/rails-timezone-bug-an-edge-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>CouchSurfer &#8211; Timezone Problems</title>
		<link>http://zdzolton.wordpress.com/2009/02/04/couchsurfer-timezone-problems/</link>
		<comments>http://zdzolton.wordpress.com/2009/02/04/couchsurfer-timezone-problems/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:37:17 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=9</guid>
		<description><![CDATA[Problem Definition There seems to be a timezone-related bug for the CouchSurfer::Model::ClassMethods.timestamps! method. Symptoms Here is the failing RSpec example: 1) 'CouchSurfer::Model a model with timestamps should set the time on create' FAILED expected: &#60; 2, got: 3600.004118 ./spec/lib/model_spec.rb:532: Finished in 13.386698 seconds 107 examples, 1 failure Root Cause The problem seems to lie in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=9&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/02/04/couchsurfer-timezone-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>The Couch Underground, Part I</title>
		<link>http://zdzolton.wordpress.com/2009/01/31/the-couch-underground-part-i/</link>
		<comments>http://zdzolton.wordpress.com/2009/01/31/the-couch-underground-part-i/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 06:02:28 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=6</guid>
		<description><![CDATA[I aim to use CouchDB, compatibly with Rails; I&#8217;ll take any suggestion&#8230; Should you have any, just tweet me.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=6&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/01/31/the-couch-underground-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello Again, World!</title>
		<link>http://zdzolton.wordpress.com/2009/01/29/hello-again-world/</link>
		<comments>http://zdzolton.wordpress.com/2009/01/29/hello-again-world/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 04:56:50 +0000</pubDate>
		<dc:creator>zdzolton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zdzolton.wordpress.com/?p=3</guid>
		<description><![CDATA[I&#8217;m here to discuss my adventures into the realm of CouchDB and Rails&#8230; Let&#8217;s have fun!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zdzolton.wordpress.com&amp;blog=6365243&amp;post=3&amp;subd=zdzolton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zdzolton.wordpress.com/2009/01/29/hello-again-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/946696209f50381fc280e4c0a85cceb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zdzolton</media:title>
		</media:content>
	</item>
	</channel>
</rss>
