<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Content_for, yield and making sure something gets displayed</title>
	<atom:link href="http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/feed/" rel="self" type="application/rss+xml" />
	<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/</link>
	<description>May The Source Be With You.</description>
	<pubDate>Tue, 06 Jan 2009 15:44:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wg</title>
		<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/comment-page-1/#comment-10555</link>
		<dc:creator>wg</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=155#comment-10555</guid>
		<description>This is was very useful.</description>
		<content:encoded><![CDATA[<p>This is was very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexey trofimenko</title>
		<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/comment-page-1/#comment-5137</link>
		<dc:creator>alexey trofimenko</dc:creator>
		<pubDate>Thu, 10 Jan 2008 07:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=155#comment-5137</guid>
		<description>um.. meant 

&lt;code&gt;
&#60;%= yield(:sidebar) &#124;&#124; render(:partial =&#62; 'shared/sidebar') %&#62;
&lt;/code&gt;

here</description>
		<content:encoded><![CDATA[<p>um.. meant </p>
<p><code><br />
&lt;%= yield(:sidebar) || render(:partial =&gt; 'shared/sidebar') %&gt;<br />
</code></p>
<p>here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexey trofimenko</title>
		<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/comment-page-1/#comment-5136</link>
		<dc:creator>alexey trofimenko</dc:creator>
		<pubDate>Thu, 10 Jan 2008 07:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=155#comment-5136</guid>
		<description> 'shared/sidebar') %&#62;

is better written 

 'shared/sidebar') %&#62;

ueber-ueber sexy ruby code?</description>
		<content:encoded><![CDATA[<p>&#8217;shared/sidebar&#8217;) %&gt;</p>
<p>is better written </p>
<p> &#8217;shared/sidebar&#8217;) %&gt;</p>
<p>ueber-ueber sexy ruby code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nil</title>
		<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/comment-page-1/#comment-3682</link>
		<dc:creator>nil</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=155#comment-3682</guid>
		<description>Thank you for the great posts--keep them up!  I tried to use this particular article but my content won't render.  I checked my logs and it says that it is rendering the shared partial, but when I refresh my browser, still no sign of the content.  I have the appropriate code in the layout, view, and partial--am I missing something in the controller?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for the great posts&#8211;keep them up!  I tried to use this particular article but my content won&#8217;t render.  I checked my logs and it says that it is rendering the shared partial, but when I refresh my browser, still no sign of the content.  I have the appropriate code in the layout, view, and partial&#8211;am I missing something in the controller?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariejan de Vroom</title>
		<link>http://ariejan.net/2007/09/01/content_for-yield-and-making-sure-something-gets-displayed/comment-page-1/#comment-1308</link>
		<dc:creator>Ariejan de Vroom</dc:creator>
		<pubDate>Wed, 03 Oct 2007 07:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=155#comment-1308</guid>
		<description>You can also use this to add a custom title to your pages for certain views. This is really a powerful feature.</description>
		<content:encoded><![CDATA[<p>You can also use this to add a custom title to your pages for certain views. This is really a powerful feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
