<?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: Mustache And Rails3</title>
	<atom:link href="http://blog.dynamic50.com/2010/02/17/mustache-and-rails3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynamic50.com/2010/02/17/mustache-and-rails3/</link>
	<description>Ruby on Rails, London - The Blog by Dynamic50</description>
	<lastBuildDate>Mon, 21 Jun 2010 10:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard Hooker</title>
		<link>http://blog.dynamic50.com/2010/02/17/mustache-and-rails3/comment-page-1/#comment-56</link>
		<dc:creator>Richard Hooker</dc:creator>
		<pubDate>Wed, 28 Apr 2010 11:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=841#comment-56</guid>
		<description>yeah there has been alot of changes around action_view recently beta3 went from the details hash to a few specific methods; thanks for the heads up though;</description>
		<content:encoded><![CDATA[<p>yeah there has been alot of changes around action_view recently beta3 went from the details hash to a few specific methods; thanks for the heads up though;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Aufreiter</title>
		<link>http://blog.dynamic50.com/2010/02/17/mustache-and-rails3/comment-page-1/#comment-55</link>
		<dc:creator>Michael Aufreiter</dc:creator>
		<pubDate>Thu, 22 Apr 2010 16:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=841#comment-55</guid>
		<description>Thanks for providing your approach!

I had to change:

mustache_class_name = &quot;#{template.details[:virtual_path]}_view&quot;.classify

to

mustache_class_name = &quot;#{template.virtual_path}_view&quot;.classify

due to this error in rails3.0.0-beta3:
undefined method `details&#039; for app/views/collections/index.html.mustache:ActionView::Template


Thanks,

Michael</description>
		<content:encoded><![CDATA[<p>Thanks for providing your approach!</p>
<p>I had to change:</p>
<p>mustache_class_name = &#8220;#{template.details[:virtual_path]}_view&#8221;.classify</p>
<p>to</p>
<p>mustache_class_name = &#8220;#{template.virtual_path}_view&#8221;.classify</p>
<p>due to this error in rails3.0.0-beta3:<br />
undefined method `details&#8217; for app/views/collections/index.html.mustache:ActionView::Template</p>
<p>Thanks,</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monicauk</title>
		<link>http://blog.dynamic50.com/2010/02/17/mustache-and-rails3/comment-page-1/#comment-54</link>
		<dc:creator>monicauk</dc:creator>
		<pubDate>Mon, 15 Mar 2010 09:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=841#comment-54</guid>
		<description>Thanks for sharing this interesting and informative article.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this interesting and informative article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
