<?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>Free as in Time &#187; tips</title>
	<atom:link href="http://james.schumann.ca/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.schumann.ca</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jul 2008 13:57:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a Default Rails Layout</title>
		<link>http://james.schumann.ca/coding/creating-a-default-rails-layout/</link>
		<comments>http://james.schumann.ca/coding/creating-a-default-rails-layout/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 06:33:29 +0000</pubDate>
		<dc:creator>James Schumann</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://james.schumann.ca/coding/creating-a-default-rails-layout/</guid>
		<description><![CDATA[<p>I&#8217;d either never picked up on this or totally forgotten it, but I ran across it while reading <em>Ajax on Rails</em>:</p>
<p>If you create a layout file under app/views/layouts/ called application.rhtml, Rails will pick that up as a default layout for your entire application, assuming you haven&#8217;t created other layouts already.</p>
<p>By default Rails looks first for a layout template with the same name as the current controller with the extension .rhtml. If it can&#8217;t find this layout, it goes looking for application.rhtml layout. </p>
<p>Somehow, I&#8217;d gotten in the habit of creating [...]]]></description>
		<wfw:commentRss>http://james.schumann.ca/coding/creating-a-default-rails-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
