<?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"
	>

<channel>
	<title>benerickson.com &#187; Ben</title>
	<atom:link href="http://www.benerickson.com/author/bdericks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benerickson.com</link>
	<description>like a little yellow three-wheeled car</description>
	<pubDate>Wed, 09 Apr 2008 06:39:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>have you switched to git yet? you should.</title>
		<link>http://www.benerickson.com/2008/04/09/have-you-switched-to-git-yet-you-should/</link>
		<comments>http://www.benerickson.com/2008/04/09/have-you-switched-to-git-yet-you-should/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:31:49 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://www.benerickson.com/?p=14</guid>
		<description><![CDATA[If you use an SCM for any of your software development, web based or otherwise, and aren&#8217;t completely out of the &#8220;lasted thing&#8221; loop, then you have probably heard of git once or twice before.

It&#8217;s not new by any means but was not widely known outside the linux community. Recently, git started getting a lot [...]]]></description>
			<content:encoded><![CDATA[<p>If you use an <span class="caps">SCM </span>for any of your software development, web based or otherwise, and aren&#8217;t completely out of the &#8220;lasted thing&#8221; loop, then you have probably heard of <a href="http://git.or.cz">git</a> once or twice before.</p>

<p>It&#8217;s not new by any means but was not widely known outside the linux community. Recently, git started getting a lot of buzz in the web applications, namely Ruby on Rails, community for being the excellent <span class="caps">SCM </span>that it is.</p>

<p>With the launch of <a href="http://github.com">github</a> not long ago, many people are making the switch to git. Github is a fantastic tool for using git, especially for project collaboration, however, git&#8217;s greatest strengths only show when you truly know how to use it.</p>

<p>I am still but a fledgling myself. But to help fuel the fire, here are a few of my favorite git resources:</p>

<ul>
  <li><a href="http://wiki.sourcemage.org/Git_Guide">http://wiki.sourcemage.org/Git_Guide</a></li>
  <li><a href="http://cheat.errtheblog.com/s/git">http://cheat.errtheblog.com/s/git</a></li>
  <li><a href="http://tomayko.com/writings/the-thing-about-git">http://tomayko.com/writings/the-thing-about-git</a></li>
  <li><a href="http://eagain.net/articles/git-for-computer-scientists/">http://eagain.net/articles/git-for-computer-scientists/</a></li>
  <li><a href="http://blog.ericgoodwin.com/2008/4/6/pushing-and-pulling-branches-on-github">http://blog.ericgoodwin.com/2008/4/6/pushing-and-pulling-branches-on-github</a></li>
  <li><a href="http://hassox.blogspot.com/2007/12/using-git-with-svn.html">http://hassox.blogspot.com/2007/12/using-git-with-svn.html</a></li>
  <li><a href="http://toolmantim.com/article/2007/12/5/setting_up_a_new_remote_git_repository">http://toolmantim.com/article/2007/12/5/setting_up_a_new_remote_git_repository</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.benerickson.com/2008/04/09/have-you-switched-to-git-yet-you-should/feed/</wfw:commentRss>
		</item>
		<item>
		<title>david chelimsky rspec story runner slides</title>
		<link>http://www.benerickson.com/2008/04/08/david-chelimsky-rspec-story-runner-slides/</link>
		<comments>http://www.benerickson.com/2008/04/08/david-chelimsky-rspec-story-runner-slides/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 07:11:43 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[rspec]]></category>

		<category><![CDATA[story runner]]></category>

		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.benerickson.com/?p=13</guid>
		<description><![CDATA[RSpec&#8217;s story runner is a fairly new kid on the block, the plain text stories even more so. New or not, the story runner is an invaluable addition to any Rails testing tool belt. It&#8217;s beauty is most fully realized in integration testing.

 Since its initial release there have been relatively few resources around the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rspec.info/">RSpec&#8217;s</a> story runner is a fairly new kid on the block, the plain text stories even more so. New or not, the story runner is an invaluable addition to any Rails testing tool belt. It&#8217;s beauty is most fully realized in integration testing.</p>

<p> Since its initial release there have been relatively few resources around the interwebs into getting them up and running. Fortunately <a href="http://blog.davidchelimsky.net">David Chelimsky</a>, lead dev of RSpec, gave a talk at <span class="caps">ETEC.</span> His <a href="http://blog.davidchelimsky.net/articles/2008/04/01/etec-slides">blog post</a> has the details. The <a href="http://www.chariotsolutions.com/slides/pdfs/ete2008-IntegrationTestingWithRSpec.pdf">slides</a> are fantastic and they contain the best explanation of integration testing with RSpec that I have seen.</p>]]></content:encoded>
			<wfw:commentRss>http://www.benerickson.com/2008/04/08/david-chelimsky-rspec-story-runner-slides/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twitter. interesting so far.</title>
		<link>http://www.benerickson.com/2008/03/29/twitter-interesting-so-far/</link>
		<comments>http://www.benerickson.com/2008/03/29/twitter-interesting-so-far/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 04:24:32 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.benerickson.com/?p=12</guid>
		<description><![CDATA[So I started using twitter this evening. I love how simple it is. Unfortunately, I don&#8217;t know many (any) people currently using it. I am usually one of the first people in my various small social groups to try new things. But hopefully I&#8217;ll be able to ring a few of them in and get [...]]]></description>
			<content:encoded><![CDATA[<p>So I started using <a href="http://www.twitter.com">twitter</a> this evening. I love how simple it is. Unfortunately, I don&#8217;t know many (any) people currently using it. I am usually one of the first people in my various small social groups to try new things. But hopefully I&#8217;ll be able to ring a few of them in and get to experience Twitter to it&#8217;s fullest potential.</p>

<p>We&#8217;ll see how it goes.</p>]]></content:encoded>
			<wfw:commentRss>http://www.benerickson.com/2008/03/29/twitter-interesting-so-far/feed/</wfw:commentRss>
		</item>
		<item>
		<title>worst website ever - merlin mann</title>
		<link>http://www.benerickson.com/2008/03/29/worst-website-ever-merlin-mann/</link>
		<comments>http://www.benerickson.com/2008/03/29/worst-website-ever-merlin-mann/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 04:14:22 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.benerickson.com/?p=11</guid>
		<description><![CDATA[This is a hilarious video of a presentation given by Merlin Mann at SXSW 08. Enjoy.

]]></description>
			<content:encoded><![CDATA[<p>This is a hilarious video of a presentation given by Merlin Mann at <span class="caps">SXSW</span> 08. Enjoy.</p>

<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="370" id="viddler_rooreynolds_17"><param name="movie" value="http://www.viddler.com/player/39ef6fd4/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/39ef6fd4/" width="437" height="370" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_rooreynolds_17" ></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://www.benerickson.com/2008/03/29/worst-website-ever-merlin-mann/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
