<?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: Render partial from an atom builder view</title>
	<atom:link href="http://cakebaker.42dh.com/2009/11/27/render-partial-from-an-atom-builder-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/11/27/render-partial-from-an-atom-builder-view/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/11/27/render-partial-from-an-atom-builder-view/comment-page-1/#comment-141996</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1302#comment-141996</guid>
		<description>@Boris: Thanks for your comment!

Well, having 
&lt;pre&gt;
&lt;code&gt;
atom_feed do &#124;feed&#124;
&lt;/code&gt;
&lt;/pre&gt;
in the partial was my first thought, but for some reason I never got any output, hence I put it into the views which render the respective partial.</description>
		<content:encoded><![CDATA[<p>@Boris: Thanks for your comment!</p>
<p>Well, having </p>
<pre>
<code>atom_feed do |feed|</code>
</pre>
<p>in the partial was my first thought, but for some reason I never got any output, hence I put it into the views which render the respective partial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Barroso</title>
		<link>http://cakebaker.42dh.com/2009/11/27/render-partial-from-an-atom-builder-view/comment-page-1/#comment-141681</link>
		<dc:creator>Boris Barroso</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1302#comment-141681</guid>
		<description>Hi there I haven&#039;t tested but maybe you could add the
&lt;pre&gt;
&lt;code&gt;
atom_feed do &#124;feed&#124;
&lt;/code&gt;
&lt;/pre&gt;
in the partial, I haven&#039;t teted but I think it could be nice to do this directly in the partial instead of adding it in the controller</description>
		<content:encoded><![CDATA[<p>Hi there I haven&#8217;t tested but maybe you could add the</p>
<pre>
<code>atom_feed do |feed|</code>
</pre>
<p>in the partial, I haven&#8217;t teted but I think it could be nice to do this directly in the partial instead of adding it in the controller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Render partial from an atom builder view [ cakebaker ]</title>
		<link>http://cakebaker.42dh.com/2009/11/27/render-partial-from-an-atom-builder-view/comment-page-1/#comment-140961</link>
		<dc:creator>Render partial from an atom builder view [ cakebaker ]</dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1302#comment-140961</guid>
		<description>[...] Render partial from an atom builder view November 27th 2009 2:02pm Thanks to the builtin AtomFeedHelper it is quite easy to generate an atom feed with Rails Here an example from the API appviewspostsindexatombuilder atomfeed do 124feed124 feedtitleMy great blog feedupdatedpostsfirstcreatedat postseach do 124post124 feedentrypost do 124entry124 entrytitleposttitle entrycontentpostbody type 62 From: cakebaker.42dh.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Render partial from an atom builder view November 27th 2009 2:02pm Thanks to the builtin AtomFeedHelper it is quite easy to generate an atom feed with Rails Here an example from the API appviewspostsindexatombuilder atomfeed do 124feed124 feedtitleMy great blog feedupdatedpostsfirstcreatedat postseach do 124post124 feedentrypost do 124entry124 entrytitleposttitle entrycontentpostbody type 62 From: cakebaker.42dh.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

