<?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: Rendering A Rails Partial As A jQuery Template</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Fri, 24 May 2013 06:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/#comment-1671</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Sat, 23 Jul 2011 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=458#comment-1671</guid>
		<description>that would be nice. i&#039;ve been resorting to building my own .to_template_json methods for the objects that need it. the method returns a hash of the objects attributes, with ${attr} as the value. tedious, but works... a bit of meta-programming would certainly help a lot :)</description>
		<content:encoded><![CDATA[<p>that would be nice. i&#8217;ve been resorting to building my own .to_template_json methods for the objects that need it. the method returns a hash of the objects attributes, with ${attr} as the value. tedious, but works&#8230; a bit of meta-programming would certainly help a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/#comment-1670</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 23 Jul 2011 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=458#comment-1670</guid>
		<description>I like this approach. With a little metaprogramming you can implement a model that responds to any arbitrary method with &quot;${method_name}&quot; and use it to convert templates.</description>
		<content:encoded><![CDATA[<p>I like this approach. With a little metaprogramming you can implement a model that responds to any arbitrary method with &#8220;${method_name}&#8221; and use it to convert templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/#comment-1648</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Sun, 26 Jun 2011 22:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=458#comment-1648</guid>
		<description>&quot;it depends&quot; :)

the context was general, so i gave a general answer that could be manipulated into a specific context, easily. to specify any advantage / disadvantage, i&#039;d have to know more about the situation. 
</description>
		<content:encoded><![CDATA[<p>&#8220;it depends&#8221; :)</p>
<p>the context was general, so i gave a general answer that could be manipulated into a specific context, easily. to specify any advantage / disadvantage, i&#8217;d have to know more about the situation. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derickbailey/2011/06/22/rendering-a-rails-partial-as-a-jquery-template/#comment-1647</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 26 Jun 2011 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=458#comment-1647</guid>
		<description>What&#039;s the advantage to this over sending the data as json array and keeping the template inline? I could see putting the template in one location and use the engine to render it in different places, is that what you&#039;re trying achieve?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the advantage to this over sending the data as json array and keeping the template inline? I could see putting the template in one location and use the engine to render it in different places, is that what you&#8217;re trying achieve?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
