<?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: Rails Refactor Update (and Merb 1.0.7.1)</title>
	<atom:link href="http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Sat, 20 Apr 2013 07:23:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dado</title>
		<link>http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/comment-page-1/#comment-15258</link>
		<dc:creator>Dado</dc:creator>
		<pubDate>Wed, 31 Dec 2008 18:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=157#comment-15258</guid>
		<description><![CDATA[I too prefer the Merb convention. Both the &quot;old-Rails&quot; convention (for backward compatibility) as well as the new &quot;Merb&quot; convention should be supported. I don&#039;t know how controllers are looked up in Rails 1 and 2, but if instead of naming conventions one looks for classes that inherits from ActionController::Base that should be enough to support whatever naming conventions one might like.]]></description>
		<content:encoded><![CDATA[<p>I too prefer the Merb convention. Both the &#8220;old-Rails&#8221; convention (for backward compatibility) as well as the new &#8220;Merb&#8221; convention should be supported. I don&#8217;t know how controllers are looked up in Rails 1 and 2, but if instead of naming conventions one looks for classes that inherits from ActionController::Base that should be enough to support whatever naming conventions one might like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/comment-page-1/#comment-15257</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 31 Dec 2008 17:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=157#comment-15257</guid>
		<description><![CDATA[We just discussed this, and will likely support the merb style convention, but go with the rails convention by default.  The rails convention is to separate the domain from the infrastructure.  Models = domain, Controllers/Helpers = the infrastructure.  This shouldn&#039;t affect your existing apps, and should be easy to change in new Rails 3 apps if you desire.]]></description>
		<content:encoded><![CDATA[<p>We just discussed this, and will likely support the merb style convention, but go with the rails convention by default.  The rails convention is to separate the domain from the infrastructure.  Models = domain, Controllers/Helpers = the infrastructure.  This shouldn&#8217;t affect your existing apps, and should be easy to change in new Rails 3 apps if you desire.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teamon</title>
		<link>http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/comment-page-1/#comment-15256</link>
		<dc:creator>teamon</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=157#comment-15256</guid>
		<description><![CDATA[I think it will be xxController cause of compatibility
(and yes, I dont like it)]]></description>
		<content:encoded><![CDATA[<p>I think it will be xxController cause of compatibility<br />
(and yes, I dont like it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solnic</title>
		<link>http://yehudakatz.com/2008/12/31/rails-refactor-update-and-merb-1071/comment-page-1/#comment-15255</link>
		<dc:creator>solnic</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=157#comment-15255</guid>
		<description><![CDATA[Thanks for the update and BTW - are you going to go with Merb naming convention for controllers or leave Rails-style (with &quot;Controller&quot; suffix)?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the update and BTW &#8211; are you going to go with Merb naming convention for controllers or leave Rails-style (with &#8220;Controller&#8221; suffix)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
