<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for ideas.each &amp;:post</title>
	<atom:link href="http://blog.tobiascrawley.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tobiascrawley.net</link>
	<description>Another not so cleverly named blog mostly about software.</description>
	<lastBuildDate>Tue, 26 Jan 2010 22:48:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Refreshing an individual gemspec by tbhockeyboy</title>
		<link>http://blog.tobiascrawley.net/2009/12/08/refreshing-an-individual-gemspec/comment-page-1/#comment-4885</link>
		<dc:creator>tbhockeyboy</dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=288#comment-4885</guid>
		<description>I just noticed, I don&#039;t understand anything on your website :)</description>
		<content:encoded><![CDATA[<p>I just noticed, I don&#39;t understand anything on your website <img src='http://blog.tobiascrawley.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rails_habitat: a simple rails plugin to make RAILS_ENV a bit friendlier by Tobias</title>
		<link>http://blog.tobiascrawley.net/2009/10/13/rails_habitat-a-simple-rails-plugin-to-make-rails_env-a-bit-friendlier/comment-page-1/#comment-4299</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 13 Oct 2009 22:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=227#comment-4299</guid>
		<description>Ah! That seems to have been introduced in 2.2. I should mention that the app I&#039;m working on is still 2.1:

&gt;&gt; Rails.version
=&gt; &quot;2.1.0&quot;
&gt;&gt; Rails.env.development?
NoMethodError: undefined method `development?&#039; for &quot;development&quot;:String
	from (irb):7
	from :0
&gt;&gt; 

I suspected there was a better solution, since Coda&#039;s plugin has been discontinued.</description>
		<content:encoded><![CDATA[<p>Ah! That seems to have been introduced in 2.2. I should mention that the app I&#8217;m working on is still 2.1:</p>
<p>&gt;&gt; Rails.version<br />
=&gt; &#8220;2.1.0&#8243;<br />
&gt;&gt; Rails.env.development?<br />
NoMethodError: undefined method `development?&#8217; for <a href="http://String">development</a><br />
	from (irb):7<br />
	from :0<br />
&gt;&gt; </p>
<p>I suspected there was a better solution, since Coda&#8217;s plugin has been discontinued.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rails_habitat: a simple rails plugin to make RAILS_ENV a bit friendlier by David Dollar</title>
		<link>http://blog.tobiascrawley.net/2009/10/13/rails_habitat-a-simple-rails-plugin-to-make-rails_env-a-bit-friendlier/comment-page-1/#comment-4298</link>
		<dc:creator>David Dollar</dc:creator>
		<pubDate>Tue, 13 Oct 2009 21:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=227#comment-4298</guid>
		<description>You might be interested in Rails.env.development?  (works out of the box)</description>
		<content:encoded><![CDATA[<p>You might be interested in Rails.env.development?  (works out of the box)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restarting a hobby by Steven</title>
		<link>http://blog.tobiascrawley.net/2009/06/11/restarting-a-hobby/comment-page-1/#comment-2410</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=203#comment-2410</guid>
		<description>Then you end up selling your old used stuff to some new guy...It is an eco-system...</description>
		<content:encoded><![CDATA[<p>Then you end up selling your old used stuff to some new guy&#8230;It is an eco-system&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating a TAGS file from a git hook by Smarticus &#187; Creating ctags with git hooks</title>
		<link>http://blog.tobiascrawley.net/2009/01/01/generating-a-tags-file-from-a-git-hook/comment-page-1/#comment-89</link>
		<dc:creator>Smarticus &#187; Creating ctags with git hooks</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.handbuiltsoftware.com/?p=86#comment-89</guid>
		<description>[...] originally saw this code here, and Tobias was kind enough to let me repost it here and make a video of [...]</description>
		<content:encoded><![CDATA[<p>[...] originally saw this code here, and Tobias was kind enough to let me repost it here and make a video of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating a TAGS file from a git hook by Tobias</title>
		<link>http://blog.tobiascrawley.net/2009/01/01/generating-a-tags-file-from-a-git-hook/comment-page-1/#comment-76</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 02 Apr 2009 17:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.handbuiltsoftware.com/?p=86#comment-76</guid>
		<description>Bryan:

You can have it populate any other hooks just by adding them to the HOOKS array. Feel free to borrow the tip and do what you like with it!</description>
		<content:encoded><![CDATA[<p>Bryan:</p>
<p>You can have it populate any other hooks just by adding them to the <span class="caps">HOOKS </span>array. Feel free to borrow the tip and do what you like with it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating a TAGS file from a git hook by bryanl</title>
		<link>http://blog.tobiascrawley.net/2009/01/01/generating-a-tags-file-from-a-git-hook/comment-page-1/#comment-75</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.handbuiltsoftware.com/?p=86#comment-75</guid>
		<description>What about post-checkout?   I want my tags updated when i do a git checkout -b new-branch as well.  Other than that.... this is one cool tip.  You should let me borrow it for my geekvids series.</description>
		<content:encoded><![CDATA[<p>What about post-checkout?   I want my tags updated when i do a git checkout -b new-branch as well.  Other than that&#8230;. this is one cool tip.  You should let me borrow it for my geekvids series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on server_remote gem by ideas.each &#38;:post &#187; server_remote - A Rails plugin for easily accessing servers</title>
		<link>http://blog.tobiascrawley.net/2009/03/31/server_remote-gem/comment-page-1/#comment-68</link>
		<dc:creator>ideas.each &#38;:post &#187; server_remote - A Rails plugin for easily accessing servers</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=187#comment-68</guid>
		<description>[...] this post is out of date. This tool is now a gem instead of a plugin; read all about it here.  I just released server_remote on github. It is a plugin for connecting to remote servers. Once [...]</description>
		<content:encoded><![CDATA[<p>[...] this post is out of date. This tool is now a gem instead of a plugin; read all about it here.  I just released server_remote on github. It is a plugin for connecting to remote servers. Once [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on server_remote &#8211; A Rails plugin for easily accessing servers by ideas.each &#38;:post &#187; server_remote gem</title>
		<link>http://blog.tobiascrawley.net/2009/01/10/server_remote-a-rails-plugin-for-easily-accessing-servers/comment-page-1/#comment-67</link>
		<dc:creator>ideas.each &#38;:post &#187; server_remote gem</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.handbuiltsoftware.com/?p=102#comment-67</guid>
		<description>[...] it to a gem to make it easier to use in multiple apps, and to make it easier to update (see here for the blog entry on the (now obselete) [...]</description>
		<content:encoded><![CDATA[<p>[...] it to a gem to make it easier to use in multiple apps, and to make it easier to update (see here for the blog entry on the (now obselete) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Get Satisfaction widget tab text by Steven</title>
		<link>http://blog.tobiascrawley.net/2009/03/13/changing-the-get-satisfaction-widget-tab-text/comment-page-1/#comment-66</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 31 Mar 2009 03:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=155#comment-66</guid>
		<description>That client is either too demanding or smart!</description>
		<content:encoded><![CDATA[<p>That client is either too demanding or smart!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
