<?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>chendo.net &#187; Ruby</title>
	<atom:link href="http://chendo.net/category/technology/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://chendo.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 21 Jan 2010 06:22:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby 1.8.7 and ERB gotcha</title>
		<link>http://chendo.net/2009/12/08/ruby-1-8-7-and-erb-gotcha/</link>
		<comments>http://chendo.net/2009/12/08/ruby-1-8-7-and-erb-gotcha/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:45:19 +0000</pubDate>
		<dc:creator>chendo</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://chendo.net/?p=106</guid>
		<description><![CDATA[While pairing with Bo on a new project, we were stumped with an odd issue with random HTML going missing.
It turns out &#60;% # comment %&#62; is not the same as &#60;%# comment %&#62;. Using &#60;%# comment %&#62; also comments all HTML until the next %&#62; on another line after the initial comment.
So:

&#60;% # comment [...]]]></description>
		<wfw:commentRss>http://chendo.net/2009/12/08/ruby-1-8-7-and-erb-gotcha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
