<?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: Read The Source, Luke: A Reader&#8217;s Guide To Browsing Rails Source</title>
	<atom:link href="http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: telefon dinleme</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-7269</link>
		<dc:creator>telefon dinleme</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-7269</guid>
		<description>thank you for your article. i find it after to 1 month... good evening.</description>
		<content:encoded><![CDATA[<p>thank you for your article. i find it after to 1 month&#8230; good evening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; 2009-01-14 - Today’s Ruby/Rails Reading</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-5663</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; 2009-01-14 - Today’s Ruby/Rails Reading</dc:creator>
		<pubDate>Sun, 18 Jan 2009 18:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-5663</guid>
		<description>[...] Read The Source, Luke: A Reader’s Guide To Browsing Rails Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Read The Source, Luke: A Reader’s Guide To Browsing Rails Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad Jain</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4827</link>
		<dc:creator>Sharad Jain</dc:creator>
		<pubDate>Thu, 25 Dec 2008 01:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4827</guid>
		<description>This is helpful. I also keep abreast with new changes as they are being checked into rails core each day: http://github.com/rails/rails/commits/

You&#039;ve rightly pointed what/where to look. I&#039;d also love to hear from you about &quot;how&quot;. What I mean is static language have a good IDE support (for obvious reasons) and traversing code becomes a breeze. Since we don&#039;t have the same ease with ruby/rails (dynamic languages), what are our next best options?</description>
		<content:encoded><![CDATA[<p>This is helpful. I also keep abreast with new changes as they are being checked into rails core each day: <a href="http://github.com/rails/rails/commits/" rel="nofollow">http://github.com/rails/rails/commits/</a></p>
<p>You&#8217;ve rightly pointed what/where to look. I&#8217;d also love to hear from you about &#8220;how&#8221;. What I mean is static language have a good IDE support (for obvious reasons) and traversing code becomes a breeze. Since we don&#8217;t have the same ease with ruby/rails (dynamic languages), what are our next best options?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile Ajax &#187; Learning PureMVC the Hard Way (is there any other way?) &#187; Pathfinder Development</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4749</link>
		<dc:creator>Agile Ajax &#187; Learning PureMVC the Hard Way (is there any other way?) &#187; Pathfinder Development</dc:creator>
		<pubDate>Tue, 23 Dec 2008 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4749</guid>
		<description>[...] what should we Java/GWT developers do? Taking a cue from my colleague Noel Rappin, we should Read the Source, Luke. This code reading is a triangulation excercise worthy of Bill Clinton, involving API docs, source [...]</description>
		<content:encoded><![CDATA[<p>[...] what should we Java/GWT developers do? Taking a cue from my colleague Noel Rappin, we should Read the Source, Luke. This code reading is a triangulation excercise worthy of Bill Clinton, involving API docs, source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Keys</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4655</link>
		<dc:creator>Adam Keys</dc:creator>
		<pubDate>Sun, 21 Dec 2008 00:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4655</guid>
		<description>One of my first experiences with reading the Rails code was the 1.2 router. This is like jumping into the lion&#039;s den, but its worth it. It seems a lot of people are a little afraid of Rails&#039; internals, but having the courage to jump right in and read it has always proven a useful skill for myself.

Its also helpful to know that &quot;extend self&quot; puts class methods on instances, or vice versa. The first time I saw that construct I was dumbfounded and amused by its terse void of meaning ;)</description>
		<content:encoded><![CDATA[<p>One of my first experiences with reading the Rails code was the 1.2 router. This is like jumping into the lion&#8217;s den, but its worth it. It seems a lot of people are a little afraid of Rails&#8217; internals, but having the courage to jump right in and read it has always proven a useful skill for myself.</p>
<p>Its also helpful to know that &#8220;extend self&#8221; puts class methods on instances, or vice versa. The first time I saw that construct I was dumbfounded and amused by its terse void of meaning <img src='http://www.pathf.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Chiu</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4638</link>
		<dc:creator>Simon Chiu</dc:creator>
		<pubDate>Sat, 20 Dec 2008 13:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4638</guid>
		<description>Thanks for the great post! You know what they say... to be a good Rails developer you gotta know how to actually program Ruby. To learn Ruby, you gotta look at examples of good coding...</description>
		<content:encoded><![CDATA[<p>Thanks for the great post! You know what they say&#8230; to be a good Rails developer you gotta know how to actually program Ruby. To learn Ruby, you gotta look at examples of good coding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Del Ben</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4636</link>
		<dc:creator>Oscar Del Ben</dc:creator>
		<pubDate>Sat, 20 Dec 2008 12:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4636</guid>
		<description>Thanks for writing this. I also found the study of ruby meta programming t be very useful in the case of rails.</description>
		<content:encoded><![CDATA[<p>Thanks for writing this. I also found the study of ruby meta programming t be very useful in the case of rails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Orenstein</title>
		<link>http://www.pathf.com/blogs/2008/12/read-the-source-luke-a-readers-guide-to-the-rails-source/comment-page-1/#comment-4620</link>
		<dc:creator>Ben Orenstein</dc:creator>
		<pubDate>Fri, 19 Dec 2008 19:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1325#comment-4620</guid>
		<description>Great post!</description>
		<content:encoded><![CDATA[<p>Great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.250 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-19 12:02:40 -->
