<?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>An Experiment in Bloggery &#187; rails</title>
	<atom:link href="http://kevin.sb.org/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.sb.org</link>
	<description>The occasional view into my life</description>
	<lastBuildDate>Wed, 30 Jun 2010 18:48:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Typo 4.0 is out</title>
		<link>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/</link>
		<comments>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 04:15:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://04c0fc07-e4f6-4bfe-aa5c-76b5eb28984d</guid>
		<description><![CDATA[Typo 4.0 is out! Many thanks to Scott Laird for his wonderful work on Akismet support and the new gem installer.]]></description>
			<content:encoded><![CDATA[<p><a href="http://scottstuff.net/blog/articles/2006/07/22/typo-4-0-0">Typo 4.0</a> is out! Many thanks to <a href="http://www.scottstuff.net">Scott Laird</a> for his wonderful work on <a href="http://www.akismet.com">Akismet</a> support and the new gem installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2006/07/23/typo-4-0-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 1.1 and Typo</title>
		<link>http://kevin.sb.org/2006/03/28/rails-1-1-and-typo/</link>
		<comments>http://kevin.sb.org/2006/03/28/rails-1-1-and-typo/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 05:09:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://4d6d45b0-5163-4798-942f-adfc39d48b55</guid>
		<description><![CDATA[Well, Rails 1.1 is out now. And that is a problem for Typo. See, when we tried running it under Rails 1.1rc1 we discovered that this new version of Rails has certain problems with components. Basically, Rails isn&#8217;t setting up the component namespaces that we&#8217;re expecting it to. I guess this is what I&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>Well, <a href="http://weblog.rubyonrails.com/articles/2006/03/28/rails-1-1-rjs-active-record-respond_to-integration-tests-and-500-other-things">Rails 1.1</a> is out now. And that is a problem for <a href="http://www.typosphere.org">Typo</a>. See, when we tried running it under Rails 1.1rc1 we discovered that this new version of Rails has certain problems with components. Basically, Rails isn&#8217;t setting up the component namespaces that we&#8217;re expecting it to. I guess this is what I&#8217;ll be spending tomorrow evening hammering on.</p>

<p><strong>Update:</strong> As of 10:57 AM this morning, Typo <a href="http://typosphere.org/trac/wiki/DownloadCurrent">trunk</a> now supports Rails 1.1 (and should work with Rails 1.0 too).</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2006/03/28/rails-1-1-and-typo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX on Rails</title>
		<link>http://kevin.sb.org/2006/01/15/ajax-on-rails/</link>
		<comments>http://kevin.sb.org/2006/01/15/ajax-on-rails/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 19:49:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://4c888bee-7866-4d37-90b7-57829cbf2786</guid>
		<description><![CDATA[Just a quick post about AJAX on Rails, to test out my latest feature, which is Lightbox support for Typo: If you click that and it doesn&#8217;t overlay the image on top of the current page, then you&#8217;ve run into a bug in Safari that I&#8217;m trying to figure out the cause of. Grrrrr. The [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post about AJAX on Rails, to test out my latest feature, which is Lightbox support for Typo:</p>

<p><typo:lightbox img="19608403" thumbsize="small" displaysize="medium" /></p>

<p><strike>If you click that and it doesn&#8217;t overlay the image on top of the current page, then you&#8217;ve run into a bug in Safari that I&#8217;m trying to figure out the cause of. Grrrrr.</strike>
The bug has been worked around.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2006/01/15/ajax-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say Hello to Typo</title>
		<link>http://kevin.sb.org/2005/07/08/say-hello-to-typo/</link>
		<comments>http://kevin.sb.org/2005/07/08/say-hello-to-typo/#comments</comments>
		<pubDate>Sat, 09 Jul 2005 02:42:00 +0000</pubDate>
		<dc:creator>Kevin Ballard</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://302963ed28fae471aa61677b43329bdb</guid>
		<description><![CDATA[If you can see this post, you&#8217;ll notice that everything&#8217;s changed. Not only has the entire look of the blog changed, but so has the server the blog is hosted on. This blog is now being hosted by DreamHost, and the blog system I&#8217;m using is Typo. Play around with it &#8212; I think you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>If you can see this post, you&#8217;ll notice that everything&#8217;s changed. Not only has the entire look of the blog changed, but so has the server the blog is hosted on. This blog is now being hosted by <a href="http://www.dreamhost.com">DreamHost</a>, and the blog system I&#8217;m using is <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a>. Play around with it &#8212; I think you&#8217;ll find it&#8217;s very cool. For example, you can do live searches, posting a comment is live too, and everything should also be nice and zippy. The first two are because of the new <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a> engine (which uses <a href="http://www.rubyonrails.com/">Ruby on Rails</a>, an excellent web application framework), and the last is a combination of <a href="http://typo.leetsoft.com" title="Typo: A weblog written in Ruby on Rails">Typo</a> and the new server.</p>

<p>So hopefully, with this new blog in place, I&#8217;ll actually be motivated to start posting again. I&#8217;m sure if I have anybody that still reads this (and by reads I mean is subscribed in their newsreader), you&#8217;ll be happy to hear this.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.sb.org/2005/07/08/say-hello-to-typo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->