<?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 snippet: require app files only once</title>
	<atom:link href="http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/</link>
	<description>Jamie Flournoy's Software Development Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:50:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roger</title>
		<link>http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/comment-page-1/#comment-14044</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Sat, 21 Feb 2009 00:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/#comment-14044</guid>
		<description>This fails if you require &#039;filename&#039; and &#039;filename.rb&#039; and also doesn&#039;t expand the path fully if it was found in library directories, etc.
Here&#039;s my hack at it:
http://github.com/rogerdpack/roger-useful/tree/a3c4867cd3eef0f6f088e88f1218184cb21a6803/unique_require
Cheers!
-=r</description>
		<content:encoded><![CDATA[<p>This fails if you require &#8216;filename&#8217; and &#8216;filename.rb&#8217; and also doesn&#8217;t expand the path fully if it was found in library directories, etc.<br />
Here&#8217;s my hack at it:<br />
<a href="http://github.com/rogerdpack/roger-useful/tree/a3c4867cd3eef0f6f088e88f1218184cb21a6803/unique_require" rel="nofollow">http://github.com/rogerdpack/roger-useful/tree/a3c4867cd3eef0f6f088e88f1218184cb21a6803/unique_require</a><br />
Cheers!<br />
-=r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making Rcov measure your whole Rails app, even if tests miss entire source files at Pervasive Code</title>
		<link>http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/comment-page-1/#comment-6489</link>
		<dc:creator>Making Rcov measure your whole Rails app, even if tests miss entire source files at Pervasive Code</dc:creator>
		<pubDate>Fri, 16 May 2008 22:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/05/16/rails-snippet-require-app-files-only-once/#comment-6489</guid>
		<description>[...] of all this require-ing, you might want to apply the snippet in my prior post, which eliminates duplicate required source files if they&#8217;re under your RAILS_ROOT. Otherwise [...]</description>
		<content:encoded><![CDATA[<p>[...] of all this require-ing, you might want to apply the snippet in my prior post, which eliminates duplicate required source files if they&#8217;re under your RAILS_ROOT. Otherwise [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

