<?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: Intermediate Rails: Understanding Models, Views and Controllers</title>
	<atom:link href="http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/</link>
	<description>Learning shouldn&#039;t hurt. Let&#039;s share the insights that made difficult ideas click.</description>
	<lastBuildDate>Sun, 14 Mar 2010 04:08:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kalid</title>
		<link>http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-272630</link>
		<dc:creator>Kalid</dc:creator>
		<pubDate>Wed, 17 Feb 2010 02:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-272630</guid>
		<description>@Andrew: Awesome, really glad it helped! Exactly, so many articles make gigantic assumptions about what you already know, it can be hard to see it from the beginning. I&#039;m thrilled this was able to help :).</description>
		<content:encoded><![CDATA[<p>@Andrew: Awesome, really glad it helped! Exactly, so many articles make gigantic assumptions about what you already know, it can be hard to see it from the beginning. I&#8217;m thrilled this was able to help <img src='http://betterexplained.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-272461</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 12 Feb 2010 05:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-272461</guid>
		<description>Thank you so very very much for this article. I&#039;ve been beating my head against a wall for the last three months trying to find info that reads more clearly than gibberease (meaning that it&#039;s supposed to be educational...as long as you&#039;ve been doing web design since the beginning and are completely familiar...no, intimate with all the principles that lead to RoR) and this is one certain gem amongst the rubble. I&#039;ve only gotten thru ~1/4 of the doc so far, but I can understand the way you think. 

Here I&#039;m trying to learn the Rails way, but I also have daily work I have to get done to keep our fledgling site running and resolving outstanding issues the original dev left undone...I just wish I had found this months ago. Almost as much as I wish I had gotten a ream of paper for my printer today while I was out so I could print a copy right now... ;)  so, thank you thank you thank you. This is going to help so much!</description>
		<content:encoded><![CDATA[<p>Thank you so very very much for this article. I&#8217;ve been beating my head against a wall for the last three months trying to find info that reads more clearly than gibberease (meaning that it&#8217;s supposed to be educational&#8230;as long as you&#8217;ve been doing web design since the beginning and are completely familiar&#8230;no, intimate with all the principles that lead to RoR) and this is one certain gem amongst the rubble. I&#8217;ve only gotten thru ~1/4 of the doc so far, but I can understand the way you think. </p>
<p>Here I&#8217;m trying to learn the Rails way, but I also have daily work I have to get done to keep our fledgling site running and resolving outstanding issues the original dev left undone&#8230;I just wish I had found this months ago. Almost as much as I wish I had gotten a ream of paper for my printer today while I was out so I could print a copy right now&#8230; <img src='http://betterexplained.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   so, thank you thank you thank you. This is going to help so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zyx</title>
		<link>http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-271921</link>
		<dc:creator>Zyx</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/#comment-271921</guid>
		<description>A small clarification: actually the guys designing Rails made a mistake. The design pattern in the diagram is not MVC, but MVP (Model-View-Presenter), a derivative of MVC. In real MVC, views are supposed to communicate directly with models, and the controller only selects what model and what view to use. This does not happen neither in RoR nor in 99% of web frameworks that cloned the same mistake. And most of all, templates != views; database != models. They should lie under them.</description>
		<content:encoded><![CDATA[<p>A small clarification: actually the guys designing Rails made a mistake. The design pattern in the diagram is not MVC, but MVP (Model-View-Presenter), a derivative of MVC. In real MVC, views are supposed to communicate directly with models, and the controller only selects what model and what view to use. This does not happen neither in RoR nor in 99% of web frameworks that cloned the same mistake. And most of all, templates != views; database != models. They should lie under them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
