<?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>Thu, 12 May 2011 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Abhilash</title>
		<link>http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html/comment-page-1#comment-3988</link>
		<dc:creator>Abhilash</dc:creator>
		<pubDate>Thu, 12 May 2011 20:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=387#comment-3988</guid>
		<description>&lt;a href=&quot;#comment-1619&quot; rel=&quot;nofollow&quot;&gt;@J. Pablo Fernández &lt;/a&gt; 
Thanks much for the code snippet. Just what I needed. -Abhilash</description>
		<content:encoded><![CDATA[<p><a href="#comment-1619" rel="nofollow">@J. Pablo Fernández </a><br />
Thanks much for the code snippet. Just what I needed. -Abhilash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grosser</title>
		<link>http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html/comment-page-1#comment-2138</link>
		<dc:creator>grosser</dc:creator>
		<pubDate>Wed, 04 Aug 2010 09:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=387#comment-2138</guid>
		<description>thanks,
we used this to get our resque tasks working in rails3:
Dir[&quot;#{Gem.searcher.find(&#039;resque&#039;).full_gem_path}/tasks/*.rake&quot;].each { &#124;ext&#124; load ext }</description>
		<content:encoded><![CDATA[<p>thanks,<br />
we used this to get our resque tasks working in rails3:<br />
Dir["#{Gem.searcher.find('resque').full_gem_path}/tasks/*.rake"].each { |ext| load ext }</p>
]]></content:encoded>
	</item>
	<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>

