<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Rails Tip: Static Pages with No Extra Controller Methods</title>
	<atom:link href="http://blog.unquiet.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/</link>
	<description>Late at night, I value silence most of all.</description>
	<pubDate>Fri, 05 Dec 2008 10:54:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.4-bleeding</generator>
		<item>
		<title>By: Evgeny</title>
		<link>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-50651</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Wed, 16 Apr 2008 14:54:24 +0000</pubDate>
		<guid>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-50651</guid>
		<description>Actually it is also discussed elsewhere, and actually works ....

Here by Josh:
http://blog.hasmanythrough.com/2008/4/2/simple-pages

And here by Markus:
http://snafu.diarrhea.ch/blog/article/4-serving-static-content-with-rails</description>
		<content:encoded><![CDATA[<p>Actually it is also discussed elsewhere, and actually works &#8230;.</p>
<p>Here by Josh:<br />
<a href="http://blog.hasmanythrough.com/2008/4/2/simple-pages" rel="nofollow">http://blog.hasmanythrough.com/2008/4/2/simple-pages</a></p>
<p>And here by Markus:<br />
<a href="http://snafu.diarrhea.ch/blog/article/4-serving-static-content-with-rails" rel="nofollow">http://snafu.diarrhea.ch/blog/article/4-serving-static-content-with-rails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-111</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 01 Dec 2005 09:52:56 +0000</pubDate>
		<guid>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-111</guid>
		<description>Well, yeah.. There's the rub... 

If you place it within app/views, you'd still need a Foo controller, even if there's no appropriate method for the page in the controller code. 

The main benefit of this is that these pages can inherit layout from the controller and use erb. If you don't need either of those facilities, putting the file in public/foo makes more sense.</description>
		<content:encoded><![CDATA[<p>Well, yeah.. There&#8217;s the rub&#8230; </p>
<p>If you place it within app/views, you&#8217;d still need a Foo controller, even if there&#8217;s no appropriate method for the page in the controller code. </p>
<p>The main benefit of this is that these pages can inherit layout from the controller and use erb. If you don&#8217;t need either of those facilities, putting the file in public/foo makes more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-108</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Thu, 01 Dec 2005 00:11:51 +0000</pubDate>
		<guid>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-108</guid>
		<description>On further investigation this works when I put the pages in the public directory. It does not work when I put the static pages in app/views.</description>
		<content:encoded><![CDATA[<p>On further investigation this works when I put the pages in the public directory. It does not work when I put the static pages in app/views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-107</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Wed, 30 Nov 2005 22:58:26 +0000</pubDate>
		<guid>http://blog.unquiet.net/archives/2005/11/18/rails-tip-static-pages-with-no-extra-controller-methods/#comment-107</guid>
		<description>Are you sure it go0es in app/views? For example, if I want to create a static page at the URL /foo/bar.html then I put bar.html in app/views/foo? I'm trying this andf it does not seem to be working. I just get Routing Error

Recognition failed for "/foo/bar.html"</description>
		<content:encoded><![CDATA[<p>Are you sure it go0es in app/views? For example, if I want to create a static page at the URL /foo/bar.html then I put bar.html in app/views/foo? I&#8217;m trying this andf it does not seem to be working. I just get Routing Error</p>
<p>Recognition failed for &#8220;/foo/bar.html&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
