<?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: How To Include a Gem&#8217;s Rake Tasks in Your Rails App</title>
	<atom:link href="http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html</link>
	<description>if Scott Bonds had a home on the interwebs, this would be it</description>
	<lastBuildDate>Mon, 17 May 2010 08:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J. Pablo Fernández</title>
		<link>http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html/comment-page-1#comment-1619</link>
		<dc:creator>J. Pablo Fernández</dc:creator>
		<pubDate>Mon, 17 May 2010 08:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=387#comment-1619</guid>
		<description>This slightly modified version will find rake tasks in more directories:

Dir[&quot;#{Gem.searcher.find(&#039;facebooker&#039;).full_gem_path}/**/tasks/*.rake&quot;].each { &#124;ext&#124; load ext }

The gem I&#039;m working with, yaml_db, doesn&#039;t have the tasks directory in lib, but in the top dir.</description>
		<content:encoded><![CDATA[<p>This slightly modified version will find rake tasks in more directories:</p>
<p>Dir["#{Gem.searcher.find('facebooker').full_gem_path}/**/tasks/*.rake"].each { |ext| load ext }</p>
<p>The gem I&#8217;m working with, yaml_db, doesn&#8217;t have the tasks directory in lib, but in the top dir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
