<?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"
	>
<channel>
	<title>Comments on: Demystifying eager loading with ActiveRecord</title>
	<atom:link href="http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/</link>
	<description>The website of Alan deLevie</description>
	<pubDate>Thu, 09 Sep 2010 07:14:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/#comment-544</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alandelevie.com/?p=362#comment-544</guid>
		<description>I don't know what proficiency level of Ruby/Rails you guys are, but it seems that you have at least a decent amount of experience. It also seems that eager loading already makes sense to you. 

I started Rails last summer and one of my development partners just started Rails about a month ago. Eager loading "clicked" for me a few weeks ago, and clicked for my partner yesterday.

The docs do not provide a complete picture as they only show *some* of the associations. It is up to the seasoned Rails developer to assume the rest of them. (FYI, I'm not criticizing the docs--I like them a lot.)

I filled in a few small missing pieces that for at least me and one other person, made a huge difference. I don't know about you, but I spend a good deal of my debugging time trying to fix problems whose solutions are small, often, trivial changes. 

When first picking up Ruby/Rails, it is often the small things that bog down learning: "What are those @-signs for? or those colons? When do I use them?" A short and simple explanation is all that is needed to get the new learner back on his/her feet. But without such an explanation s/he could be stuck for hours instead of minutes.

The length of the solution does not necessarily determine the significance of the problem.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what proficiency level of Ruby/Rails you guys are, but it seems that you have at least a decent amount of experience. It also seems that eager loading already makes sense to you. </p>
<p>I started Rails last summer and one of my development partners just started Rails about a month ago. Eager loading &#8220;clicked&#8221; for me a few weeks ago, and clicked for my partner yesterday.</p>
<p>The docs do not provide a complete picture as they only show *some* of the associations. It is up to the seasoned Rails developer to assume the rest of them. (FYI, I&#8217;m not criticizing the docs&#8211;I like them a lot.)</p>
<p>I filled in a few small missing pieces that for at least me and one other person, made a huge difference. I don&#8217;t know about you, but I spend a good deal of my debugging time trying to fix problems whose solutions are small, often, trivial changes. </p>
<p>When first picking up Ruby/Rails, it is often the small things that bog down learning: &#8220;What are those @-signs for? or those colons? When do I use them?&#8221; A short and simple explanation is all that is needed to get the new learner back on his/her feet. But without such an explanation s/he could be stuck for hours instead of minutes.</p>
<p>The length of the solution does not necessarily determine the significance of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some Guy</title>
		<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/#comment-543</link>
		<dc:creator>Some Guy</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alandelevie.com/?p=362#comment-543</guid>
		<description>What is the point of this blog entry?  All it does is restate, verbatim, the development docs, and a provide trivial example.</description>
		<content:encoded><![CDATA[<p>What is the point of this blog entry?  All it does is restate, verbatim, the development docs, and a provide trivial example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent C.</title>
		<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/#comment-542</link>
		<dc:creator>Trent C.</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alandelevie.com/?p=362#comment-542</guid>
		<description>I have to agree with the first comment. This doesn't make anything more clear. There is no explanation of any kind, so the title is misleading, since if someone is mystified by something, they will probably not be demystified without an explanation of some kind.

This reads more like an "Aha! When I looked at this, I suddenly understood." If someone is really mystified by eager loading, they are probably not going to suddenly understand anything from this article.</description>
		<content:encoded><![CDATA[<p>I have to agree with the first comment. This doesn&#8217;t make anything more clear. There is no explanation of any kind, so the title is misleading, since if someone is mystified by something, they will probably not be demystified without an explanation of some kind.</p>
<p>This reads more like an &#8220;Aha! When I looked at this, I suddenly understood.&#8221; If someone is really mystified by eager loading, they are probably not going to suddenly understand anything from this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/#comment-541</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alandelevie.com/?p=362#comment-541</guid>
		<description>It helped me a lot as well as someone I work with. 

But do let me know what you don't understand, I'd be glad to try and help.

-Alan</description>
		<content:encoded><![CDATA[<p>It helped me a lot as well as someone I work with. </p>
<p>But do let me know what you don&#8217;t understand, I&#8217;d be glad to try and help.</p>
<p>-Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry B.</title>
		<link>http://www.alandelevie.com/2010/01/26/demystifying-eager-loading-with-activerecord/#comment-540</link>
		<dc:creator>Thierry B.</dc:creator>
		<pubDate>Tue, 26 Jan 2010 10:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.alandelevie.com/?p=362#comment-540</guid>
		<description>Sorry, but your explanation is too short. It doesn't make it clearer</description>
		<content:encoded><![CDATA[<p>Sorry, but your explanation is too short. It doesn&#8217;t make it clearer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
