<?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: Embracing Conventions With Namespaced Models And Partials</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/05/11/embracing-conventions-with-namespaced-models-and-partials/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/05/11/embracing-conventions-with-namespaced-models-and-partials/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 17:13: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/05/11/embracing-conventions-with-namespaced-models-and-partials/#comment-1514</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Thu, 12 May 2011 03:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=310#comment-1514</guid>
		<description>i ended up putting it into it&#039;s own class in lib. i like the idea of putting it in helpers, though. i get really tired of having to restart the rails server every time i change something in lib. good suggestion. :) 
</description>
		<content:encoded><![CDATA[<p>i ended up putting it into it&#8217;s own class in lib. i like the idea of putting it in helpers, though. i get really tired of having to restart the rails server every time i change something in lib. good suggestion. :) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jak Charlton</title>
		<link>http://lostechies.com/derickbailey/2011/05/11/embracing-conventions-with-namespaced-models-and-partials/#comment-1513</link>
		<dc:creator>Jak Charlton</dc:creator>
		<pubDate>Thu, 12 May 2011 03:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=310#comment-1513</guid>
		<description> Another small tip - anything in the Helpers folder will be loaded - regardless of file/module name

So removing that method from ApplicationHelper and putting it into it&#039;s own module/file of (say) QuestionHelper would be neater

(ApplicationHelper should probably be deleted as the first step of creating a Rails application to stop it being a generic dumping ground)
</description>
		<content:encoded><![CDATA[<p> Another small tip &#8211; anything in the Helpers folder will be loaded &#8211; regardless of file/module name</p>
<p>So removing that method from ApplicationHelper and putting it into it&#8217;s own module/file of (say) QuestionHelper would be neater</p>
<p>(ApplicationHelper should probably be deleted as the first step of creating a Rails application to stop it being a generic dumping ground)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derickbailey/2011/05/11/embracing-conventions-with-namespaced-models-and-partials/#comment-1512</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 12 May 2011 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=310#comment-1512</guid>
		<description>Nice solution.  I need to do something similar but with user &#039;updates&#039; (twitter, forum post, etc).  Each one is rendered differently but I really didn&#039;t want to put the partial in the model itself.  This is a good solution for that.

I like what you did even more because it isn&#039;t &quot;magic&quot; in the hidden sense.  If I need to know what partial is rendered its 100% clear that the &#039;question_path&#039; function will answer the question.</description>
		<content:encoded><![CDATA[<p>Nice solution.  I need to do something similar but with user &#8216;updates&#8217; (twitter, forum post, etc).  Each one is rendered differently but I really didn&#8217;t want to put the partial in the model itself.  This is a good solution for that.</p>
<p>I like what you did even more because it isn&#8217;t &#8220;magic&#8221; in the hidden sense.  If I need to know what partial is rendered its 100% clear that the &#8216;question_path&#8217; function will answer the question.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
