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

<channel>
	<title>devgrind &#187; wtf</title>
	<atom:link href="http://devgrind.com/tag/wtf/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Tue, 04 May 2010 17:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keeping Up with Rails</title>
		<link>http://devgrind.com/2009/02/07/keeping-up-with-rails/</link>
		<comments>http://devgrind.com/2009/02/07/keeping-up-with-rails/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 19:04:02 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://devgrind.com/?p=63</guid>
		<description><![CDATA[I&#8217;m currently updating a not-so-small application from Rails 2.0.2 to 2.2.2 and it seems that about every other plugin is not compatible with the new version, because one or the other method was removed,  and I have to update them as well. Not such a big problem, if a compatible version exists, but takes quite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently updating a not-so-small application from Rails 2.0.2 to 2.2.2 and it seems that about every other plugin is not compatible with the new version, because one or the other method was removed,  and I have to update them as well. Not such a big problem, if a compatible version exists, but takes quite some time, and I don&#8217;t understand that I have to go through this hassle (and <a href="devgrind.com/2008/04/03/use-quote_value-in-rails-2/">other hassles</a>) about everytime I update to a new Rails version. I don&#8217;t remember having this kind of trouble when I was working in Java Land. Can somebody explain?</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2009/02/07/keeping-up-with-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Rethrow, Please</title>
		<link>http://devgrind.com/2008/09/08/dont-rethrow-please/</link>
		<comments>http://devgrind.com/2008/09/08/dont-rethrow-please/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:36:26 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://devgrind.com/?p=51</guid>
		<description><![CDATA[Dear fellow Ruby developers, please kick the habit of catching  and rethrowing exceptions, thus ridding your users of the expeptions&#8217; stack traces. Recently I had to patch the source code of an ActiveRecord adapter as well as the underlying DBI implementation in order to find out where one particular exception was originating from. This makes [...]]]></description>
			<content:encoded><![CDATA[<p>Dear fellow Ruby developers, please kick the habit of catching  and rethrowing exceptions, thus ridding your users of the expeptions&#8217; stack traces. Recently I had to patch the source code of an ActiveRecord adapter as well as the underlying DBI implementation in order to find out where <em>one</em> particular exception was originating from. This makes debugging code really a hassle. I haven&#8217;t had this kind of problem in Java since nested exceptions.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2008/09/08/dont-rethrow-please/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use quote_value in Rails 2</title>
		<link>http://devgrind.com/2008/04/03/use-quote_value-in-rails-2/</link>
		<comments>http://devgrind.com/2008/04/03/use-quote_value-in-rails-2/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:28:33 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://devgrind.com/?p=42</guid>
		<description><![CDATA[This is just a note to all who, like me, wonder why the heck ActiveRecord&#8217;s quote method in model classes doesn&#8217;t work anymore in Rails 2.x: quote seemingly has been replaced by quote_value, though this is not listed on the deprecation page. So if you get an error that says undefined method `quote&#8217; for your [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a note to all who, like me, wonder why the heck ActiveRecord&#8217;s <tt>quote</tt> method in model classes doesn&#8217;t work anymore in Rails 2.x: <tt>quote</tt> seemingly has been replaced by <tt>quote_value</tt>, though this is not listed on the deprecation page. So if you get an error that says <i>undefined method `quote&#8217;</i> for your model class, replace the calls to <tt>quote</tt> by <tt>quote_value</tt>.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2008/04/03/use-quote_value-in-rails-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sneaky Snippets (2): A Spec&#8217;s Half-Life Period?</title>
		<link>http://devgrind.com/2007/03/28/a-specs-half-life-period/</link>
		<comments>http://devgrind.com/2007/03/28/a-specs-half-life-period/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 09:21:58 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[sneakysnippet]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://devgrind.com/2007/03/28/a-specs-half-life-period/</guid>
		<description><![CDATA[From a specification template of a company I worked for some years ago:
Purpose for states: Draft, Adopted, Deprecated
It kinda speaks for itself.
]]></description>
			<content:encoded><![CDATA[<p>From a specification template of a company I worked for some years ago:</p>
<blockquote><p>Purpose for states: Draft, Adopted, Deprecated</p></blockquote>
<p>It kinda speaks for itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2007/03/28/a-specs-half-life-period/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
