<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Open Sourcery</title>
	
	<link>http://www.opensourcery.co.za</link>
	<description>Performing regular wizardry through open source software</description>
	<lastBuildDate>Wed, 17 Apr 2013 19:48:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/OpenSourcery" /><feedburner:info uri="opensourcery" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Reusing your frontend JS on the server with The Ruby Racer</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/X6OIkrf_h4k/</link>
		<comments>http://www.opensourcery.co.za/2013/04/17/reusing-your-frontend-js-on-the-server-with-the-ruby-racer/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 19:48:04 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=321</guid>
		<description><![CDATA[I can&#8217;t tell you how much fun it is typing out a blog post again. It has been nearly two years since the last post. I hope this will be the end of the dry spell for me. Earlier this year at Rubyfuza 2013 I had the privilege to share with the audience how, at [...]]]></description>
				<content:encoded><![CDATA[<p>I can&#8217;t tell you how much fun it is typing out a blog post again. It has been nearly two years since the last post. I hope this will be the end of the dry spell for me.</p>
<p>Earlier this year at <a href="http://www.rubyfuza.org">Rubyfuza 2013</a> I had the privilege to share with the audience how, at <a href="https://www.valuationup.com/">ValuationUP</a>, we reuse our frontend JavaScript on the server side using <a href="https://github.com/cowboyd/therubyracer">The Ruby Racer</a>, allowing us to push the <a href="http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)">SOLID</a> principles to the max by crossing the language barrier using <a href="http://chrismdp.com/2013/01/dependency-injection-not-ioc/">DI &amp; IoC</a> across the language barriers.</p>
<p>The video and the slides are below for your enjoyment.</p>
<p><iframe width="525" height="295" src="http://www.youtube.com/embed/pDgtVhN8Ecw?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p><iframe allowfullscreen="true" allowtransparency="true" frameborder="0" height="457" id="talk_frame_34427" mozallowfullscreen="true" src="//speakerdeck.com/player/8fce6b6055b20130b56f12313815634b" style="border:0; padding:0; margin:0; background:transparent;" webkitallowfullscreen="true" width="525"></iframe></p>
<p>The sample code lives at <a href="https://github.com/kennethkalmer/rubyfuza-2013">kennethkalmer/rubyfuza-2013</a>, and the working demo is up on <a href="http://rubyfuza-2013-wacc.herokuapp.com/">Heroku</a>.</p>
<p>In the presentation I showed a 34 page PDF, and mentioned that the master branch was over 44 pages. As I&#8217;m typing this, we&#8217;re at 60+ pages and it shows no sign of stopping. Our clients are really loving the PDF output, and we&#8217;re getting better at crafting it for them.</p>
<p>If you&#8217;re an entrepreneur please check out <a href="https://www.valuationup.com/">ValuationUP</a>, or pass it along to your entrepreneurial friends. We can really help a privately held business unpack what is going on in their financials, highlight dangers, and point out the healthy parts.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=X6OIkrf_h4k:Nqz__MG6FTs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=X6OIkrf_h4k:Nqz__MG6FTs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=X6OIkrf_h4k:Nqz__MG6FTs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=X6OIkrf_h4k:Nqz__MG6FTs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=X6OIkrf_h4k:Nqz__MG6FTs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=X6OIkrf_h4k:Nqz__MG6FTs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/X6OIkrf_h4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2013/04/17/reusing-your-frontend-js-on-the-server-with-the-ruby-racer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2013/04/17/reusing-your-frontend-js-on-the-server-with-the-ruby-racer/</feedburner:origLink></item>
		<item>
		<title>Safely weekend updates</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/sabVdRp5nko/</link>
		<comments>http://www.opensourcery.co.za/2011/05/07/safely-weekend-updates/#comments</comments>
		<pubDate>Sat, 07 May 2011 18:41:15 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=302</guid>
		<description><![CDATA[I took some time today and released three new versions of Safely in a row, 0.1.0, 0.2.0 and 0.3.0. Safely also has a nice wiki now which breaks down exactly how to use the different parts. I&#8217;m just going to summarize here, you can find more information in the repo and on the wiki. 0.1.0 [...]]]></description>
				<content:encoded><![CDATA[<p>I took some time today and released three new versions of <a href="https://github.com/kennethkalmer/safely">Safely</a> in a row, 0.1.0, 0.2.0 and 0.3.0. Safely also has a nice <a href="https://github.com/kennethkalmer/safely/wiki">wiki</a> now which breaks down exactly how to use the different parts.</p>
<p>I&#8217;m just going to summarize here, you can find more information in the repo and on the wiki.</p>
<p>0.1.0 &#8211; Cleaned up Hoptoad support and added support for exception mails.</p>
<p>0.2.0 &#8211; Added a Log strategy for logging exceptions to the specified logger instance.</p>
<p>0.3.0 &#8211; Added support for logging all exceptions to a backtrace log when a Ruby application terminates abnormally.</p>
<p>Worth noting is the backtrace support in 0.3.0, which to me has been a super reliable feature of <a href="https://github.com/kennethkalmer/daemon-kit">daemon-kit</a>. When your program dies spontaneously (or from an unhandled exception), you&#8217;re usually left to wonder what just happened. With the new Backtrace class you will get the insight you require on a per-process basis in their own logs. Check out the <a href="https://github.com/kennethkalmer/safely/wiki/Backtrace">Backtrace</a> page on the wiki for more information.</p>
<p>I think for the time being I&#8217;m done with Safely, unless some bugs pop in. I&#8217;m contemplating a Rack middleware as well, but I fear for duplicating the efforts of others. If you&#8217;d like to have a Safely middleware, file an issue on Github (or vote it up if someone beat you to it).</p>
<p>I&#8217;m looking forward to ripping out this functionality from daemon-kit and bundling in Safely to do the dirty work. It is much better tested than daemon-kit&#8217;s implementation and feels cleaner overall.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sabVdRp5nko:kGx1mk6cxk8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sabVdRp5nko:kGx1mk6cxk8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=sabVdRp5nko:kGx1mk6cxk8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sabVdRp5nko:kGx1mk6cxk8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=sabVdRp5nko:kGx1mk6cxk8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sabVdRp5nko:kGx1mk6cxk8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/sabVdRp5nko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2011/05/07/safely-weekend-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2011/05/07/safely-weekend-updates/</feedburner:origLink></item>
		<item>
		<title>Practicing safe Ruby, with safely</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/ngNeMn5B3n8/</link>
		<comments>http://www.opensourcery.co.za/2011/04/14/practicing-safe-ruby-with-safely/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 20:16:51 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[daemon-kit]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=296</guid>
		<description><![CDATA[One of the things that makes daemon-kit such a great project (at least to me), is the built-in &#8220;safely&#8221; method wraps your code in a loving embrace of error reporting comfort. You could at any point do this: safely do something_dangerous! end and your daemon would not die if something blew up. Instead the daemon [...]]]></description>
				<content:encoded><![CDATA[<p>One of the things that makes <a href="https://github.com/kennethkalmer/daemon-kit">daemon-kit</a> such a great project (at least to me), is the built-in &#8220;safely&#8221; method wraps your code in a loving embrace of error reporting comfort. You could at any point do this:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="ruby" style="font-family:monospace;">safely <span style="color:#9966CC; font-weight:bold;">do</span>
  something_dangerous!
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p>and your daemon would not die if something blew up. Instead the daemon would happily log the error to file (and possibly Hoptoad) and carry on working.</p>
<p>As part of resurrecting daemon-kit, I&#8217;ve extracted this functionality into a new gem called &#8220;<a href="http://github.com/kennethkalmer/safely">safely</a>&#8220;, available now on Github and Rubygems. At the moment it just supports <a href="http://www.hoptoadapp.com/">Hoptoad</a> via the <a href="http://github.com/toolmantim/toadhopper">Toadhopper</a> gem, but soon will offer more!</p>
<p>I&#8217;ll expand on it in the coming days, and then tend to the daemon-kit fork queue while replacing the daemon-kit version with safely.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=ngNeMn5B3n8:4Ak9xN-jwOU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=ngNeMn5B3n8:4Ak9xN-jwOU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=ngNeMn5B3n8:4Ak9xN-jwOU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=ngNeMn5B3n8:4Ak9xN-jwOU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=ngNeMn5B3n8:4Ak9xN-jwOU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=ngNeMn5B3n8:4Ak9xN-jwOU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/ngNeMn5B3n8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2011/04/14/practicing-safe-ruby-with-safely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2011/04/14/practicing-safe-ruby-with-safely/</feedburner:origLink></item>
		<item>
		<title>daemon-kit 0.1.8 released</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/IzKvd8icrEM/</link>
		<comments>http://www.opensourcery.co.za/2010/08/04/daemon-kit-0-1-8-released/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:04:46 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[daemon-kit]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=292</guid>
		<description><![CDATA[I&#8217;m proud to announce that daemon-kit has finally made it to 0.1.8.1, almost a year after the last patch release. There has been a lot of changes since the last release, mostly cleanly up and staying with the times (so to speak). Github has an awesome compare view, detailing the historic moment, and I&#8217;ll go [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m proud to announce that daemon-kit has finally made it to 0.1.8.1, almost a year after the last patch release. There has been a lot of changes since the last release, mostly cleanly up and staying with the times (so to speak). Github has an awesome compare view, <a href="http://github.com/kennethkalmer/daemon-kit/compare/0.1.7.12...0.1.8" target="_blank">detailing the historic moment</a>, and I&#8217;ll go through it here in some detail as well.</p>
<p>First off I&#8217;d like to thank a few people who have quietly and vocally contributed to or promoted daemon-kit. In no particular order, thanks goes to:</p>
<ul>
<li><a href="http://fourbeansoup.com">Josh Owens</a> (<a href="http://twitter.com/joshowens">@joshowens</a>) for actively testing bug fixes and promoting the project</li>
<li><a href="http://www.mikeperham.com">Mike Perham</a> (<a href="http://twitter.com/mperham">@mperham</a>) for actively reporting bugs, providing patches and promoting the project</li>
<li>I&#8217;ve pulled in patches from the forks of <a href="http://github.com/mhutchin">Michael Hutchinson</a>, <a href="http://github.com/milann">Milan Novota</a>, <a href="http://github.com/jgeiger">Joey Geiger</a>, and <a href="http://github.com/merrells">John Merrels</a></li>
<li><a href="http://github.com/gcampbell">Greg Campbell</a> reported an issue with the AMQP generated daemons only hours after pushing 0.1.8 to gemcutter</li>
</ul>
<p>The two biggest changes for me has been converting all the generators to use Thor, and using Bundler in the generated daemons. Both of these projects have received some flack, but they both continue to serve me very well and I&#8217;m sure they&#8217;ll serve daemon-kit well.</p>
<p>The logger got some minor updates, to be more compatible with the standard Ruby logger class. A brand new XMPP generator is included, and it uses Blather for some awesome evented-goodness. Argument handling got fixed up, email exceptions got removed from the project (I might consider implementing them after overhauling the error reporting features of dk). Hoptoad error reporting got upgraded to the use the newer API. The generated rake tasks are more forgiving when rspec/cucumber or other gems are missing. The cron daemon got some love, allowing easier exception logging/notification for when scheduled tasks fail.</p>
<p>I&#8217;ll continue chipping away at the project, tidying up loose ends as they are reported, and start developing a proper test suite for everything.</p>
<p>Over the long term I&#8217;m hoping to reach the following goals:</p>
<ul>
<li>Always running the eventmachine reactor (think node.rb)</li>
<li>Support for more modular daemons, including &#8216;single-file&#8217; daemons</li>
<li>Support for daemons inside Rails projects</li>
</ul>
<p>Some things will probably get thrown out, like generating configs for god &amp; monit. The more I use chef, the more I realize that those responsibilities lie with the infrastructure management (or devops), and not within the project itself. I&#8217;m aware this might cause an upset, however I firmly believe that a lighter and smaller daemon-kit will serve the greater community better.</p>
<p>Thanks for making daemon-kit the number 1 daemonizing project. Please share the love and send feedback, and more importantly use Github issues to log issues, feedback, and wishes.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=IzKvd8icrEM:RA0OoL_Jc4s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=IzKvd8icrEM:RA0OoL_Jc4s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=IzKvd8icrEM:RA0OoL_Jc4s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=IzKvd8icrEM:RA0OoL_Jc4s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=IzKvd8icrEM:RA0OoL_Jc4s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=IzKvd8icrEM:RA0OoL_Jc4s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/IzKvd8icrEM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2010/08/04/daemon-kit-0-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2010/08/04/daemon-kit-0-1-8-released/</feedburner:origLink></item>
		<item>
		<title>Paginating documents with couchrest and will_paginate</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/LVTSfGBi3oY/</link>
		<comments>http://www.opensourcery.co.za/2010/02/08/paginating-documents-with-couchrest-and-will_paginate/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:34:16 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[nosql]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[couchrest]]></category>
		<category><![CDATA[will_paginate]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=283</guid>
		<description><![CDATA[CouchDB is hands down my favorite of the NoSQL variants and offers some pretty spectacular features, none of which I will bore you with in this post. I will however jot down how I (fairly easily) achieved pagination with couchrest &#38; will_paginate in a fairly large Rails application recently. John P Wood discussed some issues [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://couchdb.apache.org/">CouchD</a>B is hands down my favorite of the NoSQL variants and offers some pretty spectacular features, none of which I will bore you with in this post. I will however jot down how I (fairly easily) achieved pagination with <a href="http://github.com/couchrest/couchrest">couchrest</a> &amp; <a href="http://github.com/mislav/will_paginate">will_paginate</a> in a fairly large Rails application recently.</p>
<p>John P Wood <a href="http://johnpwood.net/2009/08/18/couchdb-the-last-mile/">discussed some issues</a> they faced with will_paginate and couchrest during the migration of TextMe to CouchDB, but l left out some code to work with. Couchrest itself had some pagination support that got pulled to some extent&#8230; This left me wanting, and wondering, since it was my turn to walk down this path.</p>
<p>CouchDB is a different beast, its aggressive use of indexes means that occasionally you loose some functionality that you&#8217;ve been accustomed to having in other persistence mechanisms, like the number of rows matching a query. Jan Lenhardt explains on the <a href="https://issues.apache.org/jira/browse/COUCHDB-82">CouchDB issue tracker in more detail</a>, but it boils down that you need a reduce function to calculate the number of rows. Sounds difficult? Not at all!</p>
<p>In my case I had a collection of announcements to deal with, and the announcement archives is a paginating collection of documents. Standard will_paginate stuff, nothing special.</p>
<p><em>Those reading in a reader would want to click through to the post to view the embedded gists further down, or view them <a href="http://gist.github.com/298523">directly at Github</a></em><em>.</em></p>
<p>Below is a condensed version of the model from our paginating system:</p>
<p><script src="http://gist.github.com/298523.js?file=announcement.rb"></script> I&#8217;ve included only one view and a corresponding class method, as it is enough to proof the principle. Lets dissect.</p>
<p>The map/reduce functions are extremely simplistic, they simply emit the announcer and the date the announcement was created. This allows for easy scoping and ordering of the announcements. The reduce simply counts our returned records.  The magic is in the class method that sets up our WillPaginate::Collection with data from our views.</p>
<p>Line 30 creates a new WillPaginate::Collection instance, passing it the page number and total per page as parameters, it gives us back a pager that we can manipulate.</p>
<p>Lines 31 through 38 uses couchrest&#8217;s pagination support to pull out data from our view. The most important things to note here are that the <em>page</em> and <em>per_page</em> options are sent to the paginator and <em>we skip the reduce step</em>.</p>
<p>Once we have our records loaded, we &#8216;replace&#8217;  the pager&#8217;s collection with our results from our view (line 40).</p>
<p>The final step is to determine the total number of documents available to us, and for this we need the reduce function. On line 42 we call the same view, with the same arguments, except for requiring the reduce step to happen. We use the results (lines 43 to 47) to inform the pager (will_paginate&#8217;s pager) how many rows there are in total.</p>
<p>The controller and the views might look something like this:  <script src="http://gist.github.com/298523.js?file=announcements_controller.rb"></script><br />
<script src="http://gist.github.com/298523.js?file=index.html.haml"></script></p>
<p>It worked, and it shows that we don&#8217;t loose as much as we might think when moving away from ActiveRecord and the ton of plugins surrounding it.</p>
<p>Thanks to John for documenting the migration of TextMe, just knowing that it was possible to combine couchrest &amp; will_paginate gave me the push I needed to figure this out.</p>
<p>Disclaimer: This code is extracted &#8220;as is&#8221; from a real life system and might contain idioms/phrases, and even code, that doesn&#8217;t make 100% when viewed in a gist. Please wear your thinking cap when applying this lesson to your own projects.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=LVTSfGBi3oY:7n5lrieMxYQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=LVTSfGBi3oY:7n5lrieMxYQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=LVTSfGBi3oY:7n5lrieMxYQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=LVTSfGBi3oY:7n5lrieMxYQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=LVTSfGBi3oY:7n5lrieMxYQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=LVTSfGBi3oY:7n5lrieMxYQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/LVTSfGBi3oY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2010/02/08/paginating-documents-with-couchrest-and-will_paginate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2010/02/08/paginating-documents-with-couchrest-and-will_paginate/</feedburner:origLink></item>
		<item>
		<title>Correlating documents in CouchDB</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/04PavWzPRdw/</link>
		<comments>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 20:40:35 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[couchdb]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=275</guid>
		<description><![CDATA[I&#8217;m in the very fortunate position, two actually, of being able to 1) migrate my biggest production application from MySQL to CouchDB, and 2) build a stunning new system for a multinational welfare organization on top of CouchDB. I&#8217;ve been lurking in the CouchDB world for quite some time and have spent a lot of [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m in the very fortunate position, two actually, of being able to 1) migrate my biggest production application from MySQL to CouchDB, and 2) build a stunning new system for a multinational welfare organization on top of CouchDB.</p>
<p>I&#8217;ve been lurking in the CouchDB world for quite some time and have spent a lot of time wrestling with how to loosely relate documents in CouchDB to each other. A big part of learning to use CouchDB successfully is to break away from the shackles of the relational world. Relationships between documents is one such a shackle that seems hard to break.</p>
<p>It is unavoidable that data has to be correlated, and I wanted to rethink how to do it. After plenty of discussions in #ruote with John Mettraux we came up with a model based on how the web works. Since CouchDB is &#8220;off the web&#8221;, the approach feels quite fitting to me and hopefully to you too.</p>
<p>First some insight into my thinking at this stage.</p>
<p>The web has been successful in loosely expressing relationships between documents. Take two examples:</p>
<p><script src="http://gist.github.com/255582.js?file=gistfile1.htm"></script> and  <script src="http://gist.github.com/255582.js?file=gistfile2.htm"></script></p>
<p><em>For those of you reading this through a reader, click through to see the gist&#8217;s above.</em></p>
<p>Simple as it seems, in both cases we have a document that is somehow related to the page. The nature of the relationship is expressed via the <em>rel</em> attribute, and the target specified via the <em>href</em> attribute. This got me thinking. Since CouchDB is made <em>off the web, </em>can&#8217;t these same principles be applied?</p>
<p>Yes, they can. And here is how:</p>
<p>Currently you might be tempted to express relationships link this in your JSON:</p>
<p><script src="http://gist.github.com/255582.js?file=gistfile3.js"></script> Where changing it to this holds the key:  <script src="http://gist.github.com/255582.js?file=gistfile4.js"></script></p>
<p>If anything this format, albeit more verbose, expresses the relationships more clearly and in a format that is web friendly. We&#8217;ve broken the shackles of relational thinking.</p>
<p><strong>Enter Correlate</strong></p>
<p><a href="http://github.com/kennethkalmer/correlate" target="_blank">Correlate</a> is an experiment in this line of thinking. It is a mixin for CouchRest&#8217;s extended documents that allows you to express these relationships:</p>
<p><script src="http://gist.github.com/255582.js?file=gistfile5.rb"></script></p>
<p>Correlate generates getter and setter methods for working with your relationships and lot more (review the <a href="http://github.com/kennethkalmer/correlate/blob/master/README.rdoc" target="_blank">README</a>). It also includes a compatibility layer for ActiveRecord to help when you&#8217;re migrating from ActiveRecord to CouchRest or building a system on CouchDB that needs to access legacy data via ActiveRecord.</p>
<p>The project is still pretty much a moving target, but I&#8217;d love to hear how others address the same issues. Correlate does a great job at maintaining relationship information in a <em>web friendly</em> manner and providing you with some convenience around the verbose data structure. Correlate also has a lot of room for improvement, but that will hopefully change over the coming days as I continue integrating it deeply into my existing projects.</p>
<p>Please fork the project on github and join the experiment with me.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=04PavWzPRdw:RUp70o93eaM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=04PavWzPRdw:RUp70o93eaM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=04PavWzPRdw:RUp70o93eaM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=04PavWzPRdw:RUp70o93eaM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=04PavWzPRdw:RUp70o93eaM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=04PavWzPRdw:RUp70o93eaM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/04PavWzPRdw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/</feedburner:origLink></item>
		<item>
		<title>VirtualBox, Gentoo and serial consoles</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/o0TZ1dQfFCE/</link>
		<comments>http://www.opensourcery.co.za/2009/09/30/virtualbox-gentoo-and-serial-consoles/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:08:50 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quickies]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=271</guid>
		<description><![CDATA[More as a reminder to myself for when I need this again, but I&#8217;m sure everyone needs this at least once. Having screwed up my kernel configs for my VirtualBox Gentoo image, I needed a serial console to catch the boot messages scrolling past in order to see if all the required hardware was being [...]]]></description>
				<content:encoded><![CDATA[<p>More as a reminder to myself for when I need this again, but I&#8217;m sure everyone needs this at least once.</p>
<p>Having screwed up my kernel configs for my VirtualBox Gentoo image, I needed a serial console to catch the boot messages scrolling past in order to see if all the required hardware was being loaded by the kernel. I&#8217;ve never done this on a physical machine before but I am converted now and will acquire a USB to serial port converter in the near future&#8230;</p>
<p>Using <a href="http://www.codestrom.com/wandering/2009/06/opensolaris-virtualbox-ttya-console-debugging.html" target="_blank">this article as a base</a> you need to do the following:</p>
<ol>
<li>Enable serial ports for your virtual machine</li>
<li>Select &#8220;Host Pipe&#8221;</li>
<li>Enter <em>/tmp/vboxconsole</em> as the filename</li>
<li>Use netcat to read the console: <em>nc -U /tmp/vboxconsole</em></li>
</ol>
<p>When booting you need to amend your grub boot line to have the following at the end:</p>
<pre>console=ttyS0,38400</pre>
<p>Making it look something like this:</p>
<pre>kernel=/kernel-2.6.30-r6 root=/dev/sda3 console=ttyS0,38400</pre>
<p>Proceed to boot and look at netcat to see the entire boot output scroll past without disappearing into thin air when the kernel panics.</p>
<p>Man, I love virtualization. I tested this on Mac OS X 10.5 with VirtualBox 3.0.6, but it should work on any *nix platform. Some more <a href="http://www.gentoo-wiki.info/HOWTO_Linux_serial_console">Gentoo serial console madness</a> can be found on the old Gentoo Wiki.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=o0TZ1dQfFCE:MTAlETBRrMU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=o0TZ1dQfFCE:MTAlETBRrMU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=o0TZ1dQfFCE:MTAlETBRrMU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=o0TZ1dQfFCE:MTAlETBRrMU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=o0TZ1dQfFCE:MTAlETBRrMU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=o0TZ1dQfFCE:MTAlETBRrMU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/o0TZ1dQfFCE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2009/09/30/virtualbox-gentoo-and-serial-consoles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2009/09/30/virtualbox-gentoo-and-serial-consoles/</feedburner:origLink></item>
		<item>
		<title>Rails specs not running under Ruby 1.9 ?</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/AlGCRkE5U7s/</link>
		<comments>http://www.opensourcery.co.za/2009/09/27/rails-specs-not-running-under-ruby-1-9/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:08:11 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby19]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=265</guid>
		<description><![CDATA[I spent some time getting PowerDNS on Rails to run on Ruby 1.9.1, which ended up being very easy due to the small amount of plugins &#38; gems used by the project. The only change I had to make myself was to the acts_as_audited plugin, where the one-line fix got merged upstream. The worst part [...]]]></description>
				<content:encoded><![CDATA[<p>I spent some time getting <a href="http://github.com/kennethkalmer/powerdns-on-rails">PowerDNS on Rails</a> to run on Ruby 1.9.1, which ended up being very easy due to the small amount of plugins &amp; gems used by the project. The only change I had to make myself was to the <a href="http://github.com/kennethkalmer/acts_as_audited">acts_as_audited</a> plugin, where the <a href="http://github.com/collectiveidea/acts_as_audited/commit/02e35ac368f3125887c4752a39610f5e914ff6b7#L0L40">one-line fix got merged upstream</a>.</p>
<p>The worst part of the process was getting the specs to run with <em>rake spec</em>. Using <em>./script/spec</em> it worked on individual specs and on all the specs worked as advertised, but <em>rake spec</em> didn&#8217;t do anything.</p>
<p>After a lot of time spent in the debugger I wasn&#8217;t any wiser. The only difference was that in Ruby 1.8 the example groups were fully loaded, and in Ruby 1.9 they were empty. I gave up and started searching relentlessly for some information on the issue. I couldn&#8217;t find anything, until I found an indirect solution on the <a href="http://wiki.github.com/dchelimsky/rspec/ruby-191">rspec wiki</a>. It seems that if you have any versions of the test-unit gem after the 1.2.3 release installed, your Rails specs will simply not run. For me, removing test-unit 2.0.3 made the difference and the specs ran properly. PowerDNS on Rails has now joined the ranks of my <a href="/ruby-19-progress-report/">Ruby 1.9 compatible projects</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=AlGCRkE5U7s:UVLdNutINM0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=AlGCRkE5U7s:UVLdNutINM0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=AlGCRkE5U7s:UVLdNutINM0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=AlGCRkE5U7s:UVLdNutINM0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=AlGCRkE5U7s:UVLdNutINM0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=AlGCRkE5U7s:UVLdNutINM0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/AlGCRkE5U7s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2009/09/27/rails-specs-not-running-under-ruby-1-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2009/09/27/rails-specs-not-running-under-ruby-1-9/</feedburner:origLink></item>
		<item>
		<title>Ruote in 20 minutes video</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/sFq0kOYiP4Y/</link>
		<comments>http://www.opensourcery.co.za/2009/08/25/ruote-in-20-minutes-video/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:45:29 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruote]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=258</guid>
		<description><![CDATA[Kudos to my brother and the rest of the guys at Monopost for cleaning up the bad audio as best they can. Ruote in 20 minutes from Kenneth Kalmer on Vimeo. The original post of the presentation is over here.]]></description>
				<content:encoded><![CDATA[<p>Kudos to my <a href="http://twitter.com/Will_Mono">brother</a> and the rest of the guys at <a href="http://www.monopost.tv">Monopost</a> for cleaning up the bad audio as best they can.</p>
<p><object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=6261927&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6261927&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></p>
<p><a href="http://vimeo.com/6261927">Ruote in 20 minutes</a> from <a href="http://vimeo.com/kennethkalmer">Kenneth Kalmer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>The original post of the presentation is over <a href="/2009/03/04/ruote-in-20-minutes/">here</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sFq0kOYiP4Y:eP8tIrWXNWk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sFq0kOYiP4Y:eP8tIrWXNWk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=sFq0kOYiP4Y:eP8tIrWXNWk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sFq0kOYiP4Y:eP8tIrWXNWk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=sFq0kOYiP4Y:eP8tIrWXNWk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=sFq0kOYiP4Y:eP8tIrWXNWk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/sFq0kOYiP4Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2009/08/25/ruote-in-20-minutes-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2009/08/25/ruote-in-20-minutes-video/</feedburner:origLink></item>
		<item>
		<title>Getting the Ruby 1.9 ball rolling</title>
		<link>http://feedproxy.google.com/~r/OpenSourcery/~3/k4mDQmdZAEo/</link>
		<comments>http://www.opensourcery.co.za/2009/08/14/getting-the-ruby-19-ball-rolling/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:36:51 +0000</pubDate>
		<dc:creator>Kenneth Kalmer</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby19]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=243</guid>
		<description><![CDATA[After I read this post on Labnotes I decided to &#8220;take the plunge&#8221; into the world of Ruby 1.9 properly. I mean, I was at RubyKaigi where the biggest lesson of all was &#8220;Change!&#8221; (and changing to 1.9). Ruby 1.9.1 has been stable for quite some time now, and 1.9.2 is due out on Christmas. [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/"><img src="http://twictur.es/i/3306126571.gif" alt="" /></a></p>
<p>After I read <a href="http://blog.labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/">this post</a> on Labnotes I decided to &#8220;take the plunge&#8221; into the world of Ruby 1.9 properly. I mean, I was at RubyKaigi where the biggest lesson of all was &#8220;Change!&#8221; (and changing to 1.9). Ruby 1.9.1 has been stable for quite some time now, and 1.9.2 is due out on Christmas. And we&#8217;re still stuck on 1.8.6 ? <strong>WTF</strong></p>
<p>Getting started with Ruby 1.9 is easy (only time will tell <a href="http://twitter.com/vandermerwe/status/3307761128">how much pain</a> is caused). I have to admit I&#8217;m not as brave to wipe my rubygems installation, I might still need 1.8.6 (and I seriously hope I don&#8217;t).</p>
<p>So Relevance made this awesome bash script called <a href="http://blog.thinkrelevance.com/2009/7/29/ruby-switcher-working-with-multiple-ruby-versions-has-never-been-this-easy">ruby_switcher.sh</a> that you absolutely have to try. Once you have it installed and working as per their instructions you need to make one small change to the very last line of ruby_switcher.sh. That change looks like this:</p>
<pre>#use_leopard_ruby
use_ruby_191</pre>
<p>Simple and I can easily toggle 1.8.6 mode if needed.</p>
<p><img src="http://twictur.es/i/3307027729.gif" alt="" /></p>
<p>Yes, I did.</p>
<p>So over the coming days I&#8217;ll be working through all 28 of my github repos and making sure they run on 1.9. This is no small task, but I&#8217;m looking forward to getting my &#8220;house&#8221; in order.</p>
<p>At this stage I know <a href="http://github.com/kennethkalmer/acts_as_audited">acts_as_audited</a> is 1.9 compatible, I fixed it earlier the week while testing ruby_switcher. I had a look at <a href="http://github.com/kennethkalmer/activerecord-tableless-models">ActiveRecord::Tableless</a> and decided to pull the plug on the project completely (<a href="http://github.com/kennethkalmer/activerecord-tableless-models/commit/097ad7f5f2d5589beb867790873df04f25c5b842">see here</a>).</p>
<p>I&#8217;m really looking forward to this adventure and sharing the ups and downs of the road with everyone. Ultimately I would love it if we can get the South Africa Ruby ecosystem on 1.9.X ASAP.</p>
<p>Follow my project updates over on my <a href="/ruby-19-progress-report">Ruby 1.9 Progress Report</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=k4mDQmdZAEo:e-PB-gl7keU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=k4mDQmdZAEo:e-PB-gl7keU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=k4mDQmdZAEo:e-PB-gl7keU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=k4mDQmdZAEo:e-PB-gl7keU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?i=k4mDQmdZAEo:e-PB-gl7keU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/OpenSourcery?a=k4mDQmdZAEo:e-PB-gl7keU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OpenSourcery?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/OpenSourcery/~4/k4mDQmdZAEo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.za/2009/08/14/getting-the-ruby-19-ball-rolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.opensourcery.co.za/2009/08/14/getting-the-ruby-19-ball-rolling/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using n/a
Database Caching using disk: basic

 Served from: www.opensourcery.co.za @ 2013-04-29 22:57:30 by W3 Total Cache -->
