<?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>Iteray</title>
	<atom:link href="http://www.iteray.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iteray.com</link>
	<description>Jacob Lauemøller</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:29:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>ActiveRecord timestamp Conversions Fail &#8212; Sometimes</title>
		<link>http://www.iteray.com/archives/205</link>
		<comments>http://www.iteray.com/archives/205#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:58:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[ActiveRecord]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://www.iteray.com/?p=205</guid>
		<description><![CDATA[We recently started to see some timestamp-based tests fail seemingly at random. At first, the usual suspects in the form of time-dependencies were dragged in for a serious round of questioning, but to our surprise none of them were involved. The bad guy, it turns out, was the microsecond handling in ActiveRecord::ConnectionAdapters::Column#fast_string_to_time and ActiveRecord::ConnectionAdapters::Column#microseconds. It [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/205/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HostbasedAuthentication and net-ssh</title>
		<link>http://www.iteray.com/archives/200</link>
		<comments>http://www.iteray.com/archives/200#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:00:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[net-ssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.iteray.com/?p=200</guid>
		<description><![CDATA[A while ago, our Capistrano-based deployment procedure stopped working for some of the developers on the project. Sometimes it would simply &#8220;hang&#8221; (or at least stall for a very long time before being killed), sometimes it would exit with a Net::SSH::AuthenticationFailed exception when it attempted to connect to the remote servers. The strange thing was [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Ruby Time Machine</title>
		<link>http://www.iteray.com/archives/159</link>
		<comments>http://www.iteray.com/archives/159#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:14:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.iteray.com/?p=159</guid>
		<description><![CDATA[I use Mac OS X&#8217;s Time Machine to back up my MacBook Pro, and it has saved my skin more than once &#8212; including one time when I lost the entire disk and had to rebuild a new one from scratch. A while ago I wrote a Ruby script to implement a less ambitious but [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libxml-ruby problems on Mac OS X</title>
		<link>http://www.iteray.com/archives/133</link>
		<comments>http://www.iteray.com/archives/133#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:25:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.iteray.com/?p=133</guid>
		<description><![CDATA[Adding a simple unit test to a Rails application to verify that a generated XML file conforms to the schema it declares should be simple enough. Sure, Ruby and XML used to be an odd couple, but with recent versions of libxml-ruby, the language has gained a nice set of bindings to one of the [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/133/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RESTful Authentication</title>
		<link>http://www.iteray.com/archives/95</link>
		<comments>http://www.iteray.com/archives/95#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:33:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.iteray.com/?p=95</guid>
		<description><![CDATA[I work on a Rails application with a standard HTML interface and a REST interface, both of which are served by the same RESTful controllers. Most of the actions used by these interfaces require some form of authentication and authorization. Like most web applications, this one takes a traditional session-based authentication approach for the HTML [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/95/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gem Trouble</title>
		<link>http://www.iteray.com/archives/46</link>
		<comments>http://www.iteray.com/archives/46#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:01:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[RubyGems]]></category>

		<guid isPermaLink="false">http://blog.iteray.com/?p=46</guid>
		<description><![CDATA[I was recently involved in updating a Rails 2.0.2 application to 2.1.1 and part of that task was to update the local Rails installation. So, I naturally tried sudo gem update rails which failed with the message ERROR:  could not find rails locally or in repository That puzzled me a bit as a quick gem [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Planning</title>
		<link>http://www.iteray.com/archives/37</link>
		<comments>http://www.iteray.com/archives/37#comments</comments>
		<pubDate>Sun, 28 Sep 2008 21:28:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Planning]]></category>

		<guid isPermaLink="false">http://blog.iteray.com/?p=37</guid>
		<description><![CDATA[Whether a project is effectively agile or not has a lot to do with the way in which it is planned. Here are three tips that will help you get there: Avoid spending scarce project resources too early on detailed plans that will change anyway, use re-planning as a tool to manage and actively steer [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsConf Europe 2008 &#8211; Impressions</title>
		<link>http://www.iteray.com/archives/33</link>
		<comments>http://www.iteray.com/archives/33#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:04:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[RailsConfEurope]]></category>

		<guid isPermaLink="false">http://blog.iteray.com/?p=33</guid>
		<description><![CDATA[Late friday I returned from a week in Berlin, most of which took place at the proArte Maritim Hotel, venue for this years RailsConf Europe. It has been an exciting week with many new impressions and ideas, and a chance to meet fellow Rails geeks. To me, the conference was a great success. I learned [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Development</title>
		<link>http://www.iteray.com/archives/17</link>
		<comments>http://www.iteray.com/archives/17#comments</comments>
		<pubDate>Mon, 01 Sep 2008 06:57:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://blog.iteray.com/?p=17</guid>
		<description><![CDATA[We develop software using proven Agile development methods. That means better results in less time. In our experience, beginning with the end in mind is the right way to start. But it won’t take you far enough. To actually get where you need to be, you have to immerse yourself in the journey ahead. At [...]]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See you at RailsConf Europe 2008</title>
		<link>http://www.iteray.com/archives/8</link>
		<comments>http://www.iteray.com/archives/8#comments</comments>
		<pubDate>Sun, 31 Aug 2008 19:52:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[railsconf]]></category>

		<guid isPermaLink="false">http://blog.iteray.com/?p=8</guid>
		<description><![CDATA[I really look forward to going to RailsConf Europe 2008 in Berlin tomorrow. The schedule looks very interesting &#8212; and busy!]]></description>
		<wfw:commentRss>http://www.iteray.com/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

