<?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: Quick Fix (and a question): Mongoid Edge</title>
	<atom:link href="http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Fri, 15 Oct 2010 23:08:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: erwin</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/#comment-141</link>
		<dc:creator>erwin</dc:creator>
		<pubDate>Mon, 28 Jun 2010 07:57:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/10/quick-fix-and-a-question-mongoid-edge.aspx#comment-141</guid>
		<description>Thanks Joey !  you saved my day ...

</description>
		<content:encoded><![CDATA[<p>Thanks Joey !  you saved my day &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/#comment-140</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:19:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/10/quick-fix-and-a-question-mongoid-edge.aspx#comment-140</guid>
		<description>Thanks, man - I just about threw a clot when I fired up my tests this morning. Bundler has me tracking edges way more than I used to on Rails 2 projects. I suppose that&#039;s mostly a good thing, though.</description>
		<content:encoded><![CDATA[<p>Thanks, man &#8211; I just about threw a clot when I fired up my tests this morning. Bundler has me tracking edges way more than I used to on Rails 2 projects. I suppose that&#8217;s mostly a good thing, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Hawkins</title>
		<link>http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/#comment-139</link>
		<dc:creator>Max Hawkins</dc:creator>
		<pubDate>Sun, 13 Jun 2010 15:09:01 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joeydotnet/archive/2010/06/10/quick-fix-and-a-question-mongoid-edge.aspx#comment-139</guid>
		<description>Nice. This is just what I was looking for.

I modified the snippet to use reject instead of select != because I think it reads better:

config.before(:each) do
	Mongoid.master.collections.reject { &#124;c&#124; c.name == &#039;system.indexes&#039; }.each(&amp;:drop)
end</description>
		<content:encoded><![CDATA[<p>Nice. This is just what I was looking for.</p>
<p>I modified the snippet to use reject instead of select != because I think it reads better:</p>
<p>config.before(:each) do<br />
	Mongoid.master.collections.reject { |c| c.name == &#8216;system.indexes&#8217; }.each(&#038;:drop)<br />
end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
