<?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>writings.select(&#38;:on_software_dev?)</title>
	<atom:link href="http://tjstankus.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tjstankus.wordpress.com</link>
	<description>by TJ Stankus</description>
	<lastBuildDate>Mon, 26 Jan 2009 22:17:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tjstankus.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>writings.select(&#38;:on_software_dev?)</title>
		<link>http://tjstankus.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tjstankus.wordpress.com/osd.xml" title="writings.select(&#38;:on_software_dev?)" />
	<atom:link rel='hub' href='http://tjstankus.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Testing HTML strings returned from helpers</title>
		<link>http://tjstankus.wordpress.com/2009/01/26/testing-html-strings-returned-from-helpers/</link>
		<comments>http://tjstankus.wordpress.com/2009/01/26/testing-html-strings-returned-from-helpers/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 22:17:10 +0000</pubDate>
		<dc:creator>tjstankus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[assert_select]]></category>
		<category><![CDATA[helpers]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://tj.stank.us/?p=49</guid>
		<description><![CDATA[I heart assert_select. But when we&#8217;re testing helpers using ActionView::TestCase, we don&#8217;t have a response object available, and assert_select is usually used in the context of a response object. So you might think you can just pass a string of html to assert_select, but unfortunately that doesn&#8217;t work. So what&#8217;s a Rails developer to do? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=49&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I heart assert_select. But when we&#8217;re testing helpers using <code>ActionView::TestCase</code>, we don&#8217;t have a response object available, and assert_select is usually used in the context of a response object. So you might think you can just pass a string of html to assert_select, but unfortunately that doesn&#8217;t work. So what&#8217;s a Rails developer to do?</p>
<p>You <em>could</em> use regular expressions. You could also vomit on your monitor and stab yourself in the eye. Luckily, there are a couple alternatives.</p>
<p>RSpec. I&#8217;m not really an RSpec guy, but it apparently does have support for testing html from helpers.</p>
<p>The <a href="http://github.com/vigetlabs/helper_me_test/tree/master">helper_me_test</a> plugin from <a href="http://www.viget.com/about/team/blandau">Brian Landau</a> of <a href="http://www.viget.com/">Viget Labs</a> seems like an elegant and flexible alternative. It takes advantage of the fact that assert_select accepts an optional <code>HTML::Node</code> object as its first argument. I definitely recommend taking a look at that plugin, especially if you prefer <a href="http://github.com/why/hpricot/tree/master">hpricot</a>. The plugin seems to have been spawned as a consequence of <a href="http://rails.lighthouseapp.com/projects/8994/tickets/442-change-actionview-testcase-to-actionview-helpers-testcase-and-add-assertions">this thread</a> on the Rails Lighthouse.</p>
<p>Ultimately I&#8217;ve chosen to write something custom, but really lightweight, which involves simply opening the <code>String</code> class and adding a to_node method that returns the string as an <code>HTML::Node</code>. I&#8217;ve <a href="http://gist.github.com/52976">gisted</a> an example. It&#8217;s not as elegant as helper_me_test, but it&#8217;s so little code that I&#8217;ve decided it&#8217;s best for the particular app I&#8217;m working on.</p>
<p>Hopefully this helps someone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tjstankus.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tjstankus.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tjstankus.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=49&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tjstankus.wordpress.com/2009/01/26/testing-html-strings-returned-from-helpers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a536b713b65587cd5989e8e5251c2dec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tjstankus</media:title>
		</media:content>
	</item>
		<item>
		<title>How I stopped slamming github with submodules</title>
		<link>http://tjstankus.wordpress.com/2009/01/10/how-i-stopped-slamming-github-with-submodules/</link>
		<comments>http://tjstankus.wordpress.com/2009/01/10/how-i-stopped-slamming-github-with-submodules/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:40:36 +0000</pubDate>
		<dc:creator>tjstankus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[submodules]]></category>

		<guid isPermaLink="false">http://tj.stank.us/?p=45</guid>
		<description><![CDATA[github has been slow at times over the past couple months, which isn&#8217;t surprising considering how quickly the service became popular. I found myself getting a bit frustrated at how long it would take to add submodules to new projects, until I figured out that you can do this from a local git repo. Let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=45&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/">github</a> has been slow at times over the past couple months, which isn&#8217;t surprising considering how quickly the service became popular. I found myself getting a bit frustrated at how long it would take to add submodules to new projects, until I figured out that you can do this from a local git repo.</p>
<p>Let&#8217;s take Rails as an example. Let&#8217;s say you have a local git clone of the Rails repo at ~/rails/edge. To add a submodule without slamming github: <code>git submodule add ~/rails/edge vendor/rails</code>. After that I manually modify the Rails submodule url property in .gitmodules, like so:</p>
<p><code><br />
[submodule "vendor/rails"]<br />
  path = vendor/rails<br />
  url = git://github.com/rails/rails.git<br />
</code></p>
<p>After that, <code>git pull</code> from vendor/rails will just get the diffs from github, which should be pretty quick. And you&#8217;re a happier and more considerate github citizen. :)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tjstankus.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tjstankus.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tjstankus.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=45&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tjstankus.wordpress.com/2009/01/10/how-i-stopped-slamming-github-with-submodules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a536b713b65587cd5989e8e5251c2dec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tjstankus</media:title>
		</media:content>
	</item>
		<item>
		<title>Merb Day Atlanta</title>
		<link>http://tjstankus.wordpress.com/2008/12/10/merb-day-atlanta/</link>
		<comments>http://tjstankus.wordpress.com/2008/12/10/merb-day-atlanta/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:51:16 +0000</pubDate>
		<dc:creator>tjstankus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[merbday]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://tj.stank.us/?p=40</guid>
		<description><![CDATA[I attended Merb Day Atlanta this past Saturday. The day consisted of a tutorial before lunch, and talks afterward, culminating in Merb lead developer Yehuda Katz&#8216;s closing keynote (slides). The tutorial was given by Merbists Michael Ivey and Matt Todd. Considering there were 60+ people following a live coding session, it went pretty well. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=40&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended <a href="http://atlanta.merbday.com/">Merb Day Atlanta</a> this past Saturday. The day consisted of a tutorial before lunch, and talks afterward, culminating in <a href="http://merbivore.com/">Merb</a> lead developer <a href="http://yehudakatz.com/">Yehuda Katz</a>&#8216;s closing keynote (<a href="http://www.slideshare.net/wycats/merb-day-keynote-presentation">slides</a>).</p>
<p>The tutorial was given by Merbists <a href="http://gweezlebur.com/">Michael Ivey</a> and <a href="http://maraby.org/">Matt Todd</a>. Considering there were 60+ people following a live coding session, it went pretty well. I heard a few complaints about the depth of the material, but I think they covered the basics well and got as in-depth as they could given the time and environment constraints. One reason it went well was their use of Git. In fact, there was a <a href="http://github.com/merbday/atlanta/">git repository</a> setup for the entire conference. Each speaker was free to put their code, notes, slides, and whatever else into the repo, and with a simple `git pull` there it was on my local machine. I don&#8217;t know if Merb Day was the first conference to use Git and <a href="http://github.com/">Github</a> like this, but it&#8217;s a great idea and I hope every conference I attend from now on does the same.</p>
<p>Myself and a couple others also setup <a href="http://github.com/search?q=merbday">repos for Merb Day</a>. <a href="http://github.com/haikuwebdev/merbday/">Mine</a> has my notes and the code from the tutorial, which I preferred to type in myself. I learn better that way than just staring at someone else&#8217;s code. My notes are probably not that helpful, as the slides for most presentations are available in the main git repo. One thing to note is that <a href="http://github.com/schulty/merbday/">schulty&#8217;s repo</a> has haml translations of the tutorial erb views and sass translations of the stylesheets.</p>
<p>The best part of the conference for me was being seated next to Yehuda. I was able to ask him a couple questions, and more importantly I got to listen in as others approached him with questions between sessions. I&#8217;d also like to acknowledge that the conference was well-organized and the facilities were top-notch. Before the conference I had some issues getting a room, but conference organizer <a href="http://luigimontanez.com/">Luigi Montanez</a> steered me in the right direction and got me a discount to boot. Even today, 3 days after the conference Luigi sent me a followup email to make sure I got my <a href="http://manning.com/ivey/">Merb In Action</a> book. So, thanks Luigi. As far as the facilities, they were comfortable, the network worked well, the power strips were plentiful, and the drinks and snacks were all free. Georgia Tech Convention Center FTW.</p>
<p>If I have any criticism of the conference at all, it&#8217;s that there wasn&#8217;t a talk about <a href="http://datamapper.org/">DataMapper</a>. But the content that was presented was well-done and I encourage you to poke through the slides and code available in the <a href="http://github.com/merbday/atlanta/">main conference git repository</a>.</p>
<p>Okay, so enough of the lovefest. What about Merb itself?</p>
<p>Merb&#8217;s codebase is beautiful and well-documented. If you want to learn Ruby by looking at some solid open source code, my first recommendation would be Merb. <a href="http://github.com/wycats/merb/tree/master">Just go look at it</a>. I feel pretty confident that with source like that, I won&#8217;t be so dependent upon other documentation when I get stuck.</p>
<p>I&#8217;m intrigued by the modular approach Merb takes. While there are some definite benefits to a full-stack, opinionated approach to web frameworks, I think the modular approach forces you into decoupling and providing clean APIs. (It all comes back to clean code, doesn&#8217;t it?)</p>
<p>Even though I haven&#8217;t really had a need for <a href="http://jruby.codehaus.org/">JRuby</a>, I&#8217;m psyched that Yehuda and the Merb team take JRuby integration seriously. I don&#8217;t ever want to go back to coding Java for a living, but there are several exciting things happening in the JVM space. (<a href="http://clojure.org/">Clojure</a> anyone?). I&#8217;d definitely feel a bit cornered in my future career choices if my favorite technology didn&#8217;t run on the JVM.</p>
<p>The focus on speed is another Merb strong point. If I had a dollar for every time Yehuda mumbled &#8220;because it&#8217;s faster that way&#8221; during the conference, I&#8217;d have walked out of there at least ten bucks richer.</p>
<p>Finally, I&#8217;d like to address the whole <a href="http://rubyonrails.org/">Rails</a> vs. Merb thing. Rails has been <strong>way</strong> too good to me these past few years. I&#8217;m a happier person and a better programmer because of Ruby and Rails. I still write Rails code every day and getting out of bed to do it hasn&#8217;t become a chore yet. There&#8217;s no such thing as Merb without Rails trailblazing the path. But, like all software, Rails has its pain points. Merb was initiated as an attempt to address some of those pain points. And that pushback has in turn improved Rails. Competition is, on the whole, a good thing. Merb inspires Rails to become thread safe. <a href="http://sinatra.rubyforge.org/">Sinatra</a> and <a href="http://camping.rubyforge.org/">Camping</a> inspire Merb to provide a very-flat single file app option. The ecosystem improves for all of us. I&#8217;m one of the many developers that came for the Rails and stayed for the Ruby, and I&#8217;m still pretty excited about what I see in the future of Ruby web development.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tjstankus.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tjstankus.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tjstankus.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=40&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tjstankus.wordpress.com/2008/12/10/merb-day-atlanta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a536b713b65587cd5989e8e5251c2dec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tjstankus</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails development dependency loading issue</title>
		<link>http://tjstankus.wordpress.com/2008/12/03/rails-development-dependency-loading-issue/</link>
		<comments>http://tjstankus.wordpress.com/2008/12/03/rails-development-dependency-loading-issue/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:42:27 +0000</pubDate>
		<dc:creator>tjstankus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://tjstankus.wordpress.com/?p=36</guid>
		<description><![CDATA[If you ever encounter this error in Rails: &#8220;A copy of ApplicationHelper has been removed from the module tree but is still active!&#8221; a simple workaround that worked for me was to add this to config/environments/development.rb: load 'application_helper.rb' I&#8217;m really not sure why I started hitting this error in an app I&#8217;ve been developing for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=36&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you ever encounter this error in Rails:</p>
<p>&#8220;A copy of ApplicationHelper has been removed from the module tree but is still active!&#8221;</p>
<p>a simple workaround that worked for me was to add this to config/environments/development.rb:</p>
<p><code>load 'application_helper.rb'</code></p>
<p>I&#8217;m really not sure why I started hitting this error in an app I&#8217;ve been developing for a few months now. It seems to be related to a Singleton class. I don&#8217;t really have the time or desire to dig into Rails dependency loading to figure out the exact root cause, but the above LOC will manually reload the helper. From what I can tell in my limited research, there be dragons with Rails dependency loading, especially in the development environment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tjstankus.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tjstankus.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tjstankus.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=36&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tjstankus.wordpress.com/2008/12/03/rails-development-dependency-loading-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a536b713b65587cd5989e8e5251c2dec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tjstankus</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World!</title>
		<link>http://tjstankus.wordpress.com/2008/12/02/hello-world/</link>
		<comments>http://tjstankus.wordpress.com/2008/12/02/hello-world/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 05:11:39 +0000</pubDate>
		<dc:creator>tjstankus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://tjstankus.wordpress.com/?p=32</guid>
		<description><![CDATA[A while back I hit the magic button and deleted all old posts on this blog. So, this is a relaunch of sorts. I intend to keep things technical here and let my tumblelog and twitter account handle the rest of my online detritus. I&#8217;ve never really fell into a comfortable blogging groove, but I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=32&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while back I hit the magic button and deleted all old posts on this blog. So, this is a relaunch of sorts. I intend to keep things technical here and let my <a href="http://wtfwasithinking.com/">tumblelog</a> and <a href="http://twitter.com/tjstankus">twitter account</a> handle the rest of my online detritus.</p>
<p>I&#8217;ve never really fell into a comfortable blogging groove, but I am going to do my best to rectify that. I love to write and communicate, but doing that well takes significant time and effort, especially when it comes to technical writing. I certainly don&#8217;t want to have a blog just to rant (that&#8217;s what Twitter is for!) or be part of the echo chamber (again, Twitter ;). So, I&#8217;m setting the bar kind of high for myself here. As if I need something else to feel pressured about.</p>
<p>Here&#8217;s hoping that someone finds what I write to be interesting and useful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tjstankus.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tjstankus.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tjstankus.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tjstankus.wordpress.com&amp;blog=269716&amp;post=32&amp;subd=tjstankus&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tjstankus.wordpress.com/2008/12/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a536b713b65587cd5989e8e5251c2dec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tjstankus</media:title>
		</media:content>
	</item>
	</channel>
</rss>
