<?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: Rails, ActiveRecord and Distributed Ruby (DRb) in a nutshell</title>
	<atom:link href="http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/</link>
	<description>ruby, java and the rest</description>
	<pubDate>Fri, 21 Nov 2008 03:35:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-14627</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Sun, 10 Dec 2006 20:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-14627</guid>
		<description>Neat trick! I didn't know about Dir[...], thanks Scott.</description>
		<content:encoded><![CDATA[<p>Neat trick! I didn&#8217;t know about Dir[...], thanks Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Woods</title>
		<link>http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-13378</link>
		<dc:creator>Scott Woods</dc:creator>
		<pubDate>Thu, 07 Dec 2006 13:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-13378</guid>
		<description>(Actually, you can leave off the "sort" method, of course)</description>
		<content:encoded><![CDATA[<p>(Actually, you can leave off the &#8220;sort&#8221; method, of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Woods</title>
		<link>http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-13377</link>
		<dc:creator>Scott Woods</dc:creator>
		<pubDate>Thu, 07 Dec 2006 12:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/#comment-13377</guid>
		<description>You can require all of your models this way:

Dir["app/models/**/*.rb"].sort.each { &#124;file&#124; require file }</description>
		<content:encoded><![CDATA[<p>You can require all of your models this way:</p>
<p>Dir["app/models/**/*.rb"].sort.each { |file| require file }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
