<?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 for Montana Harkin</title>
	<atom:link href="http://montanaharkin.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://montanaharkin.net</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 19:48:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Moving to Corvallis by David</title>
		<link>http://montanaharkin.net/2008/04/07/moving-to-corvallis/#comment-292</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 08 Apr 2008 07:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=33#comment-292</guid>
		<description>2 fps??! unplayable.</description>
		<content:encoded><![CDATA[<p>2 fps??! unplayable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving to Corvallis by Barry</title>
		<link>http://montanaharkin.net/2008/04/07/moving-to-corvallis/#comment-291</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 08 Apr 2008 05:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=33#comment-291</guid>
		<description>"23acre fenced yard"!!</description>
		<content:encoded><![CDATA[<p>&#8220;23acre fenced yard&#8221;!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BeaverBarCamp by Barry</title>
		<link>http://montanaharkin.net/2008/03/02/beaverbarcamp/#comment-271</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Sun, 02 Mar 2008 09:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/2008/03/02/beaverbarcamp/#comment-271</guid>
		<description>John Sechrest is made of fail.

Yeah, good point about a little more planning.  I know it's supposed to be ad hoc, but come on now.  I'm not even claiming I have much of a life.  It'd just be kinda nice to know!

I would definitely attend more event like these.  And maybe I'll even participate in the discussion.  :-P</description>
		<content:encoded><![CDATA[<p>John Sechrest is made of fail.</p>
<p>Yeah, good point about a little more planning.  I know it&#8217;s supposed to be ad hoc, but come on now.  I&#8217;m not even claiming I have much of a life.  It&#8217;d just be kinda nice to know!</p>
<p>I would definitely attend more event like these.  And maybe I&#8217;ll even participate in the discussion.  <img src='http://montanaharkin.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BeaverBarCamp by Wil Clouser</title>
		<link>http://montanaharkin.net/2008/03/02/beaverbarcamp/#comment-270</link>
		<dc:creator>Wil Clouser</dc:creator>
		<pubDate>Sun, 02 Mar 2008 09:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/2008/03/02/beaverbarcamp/#comment-270</guid>
		<description>&lt;blockquote&gt;Having people silence their phones during talks.  Rude++&lt;/blockquote&gt;

Yes, please!  Hey John Sechrest - what makes you think it's alright to answer your phone and have a conversation when you're sitting right next to the guy trying to give a presentation?</description>
		<content:encoded><![CDATA[<blockquote><p>Having people silence their phones during talks.  Rude++</p></blockquote>
<p>Yes, please!  Hey John Sechrest - what makes you think it&#8217;s alright to answer your phone and have a conversation when you&#8217;re sitting right next to the guy trying to give a presentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SortHelper2 - Multiple Table / Coumn Sorting by Andy</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/#comment-94</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 12 Oct 2007 15:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-94</guid>
		<description>Thanks for this.</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SortHelper2 - Multiple Table / Coumn Sorting by montana</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/#comment-92</link>
		<dc:creator>montana</dc:creator>
		<pubDate>Thu, 11 Oct 2007 16:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-92</guid>
		<description>Andy,

I don't think that 'acts_as_ferret' supports sorting in the sense that this plugin works with. 

When using Ferret (Lucene) you are looking for relevant results. The sorting of the results is determined by parameters inside of Ferret. Unlike an active record .find() there is no :order parameter which is used here. You might check &lt;a href="http://ferret.davebalmain.com/api/classes/Ferret/Index/FieldInfo.html" title="Ferret API: Ferret::Index::FieldInfo" rel="nofollow"&gt;this&lt;/a&gt; page and read up on the different properties that can be associated with fields of an active record. </description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>I don&#8217;t think that &#8216;acts_as_ferret&#8217; supports sorting in the sense that this plugin works with. </p>
<p>When using Ferret (Lucene) you are looking for relevant results. The sorting of the results is determined by parameters inside of Ferret. Unlike an active record .find() there is no :order parameter which is used here. You might check <a href="http://ferret.davebalmain.com/api/classes/Ferret/Index/FieldInfo.html" title="Ferret API: Ferret::Index::FieldInfo" rel="nofollow">this</a> page and read up on the different properties that can be associated with fields of an active record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SortHelper2 - Multiple Table / Coumn Sorting by Andy</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/#comment-90</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 10 Oct 2007 09:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-90</guid>
		<description>This is a great little thing, is there any way of getting it to sort results returned by 'acts_as_ferret'?</description>
		<content:encoded><![CDATA[<p>This is a great little thing, is there any way of getting it to sort results returned by &#8216;acts_as_ferret&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wedding by Jay</title>
		<link>http://montanaharkin.net/2007/07/01/wedding/#comment-87</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 04 Oct 2007 05:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=13#comment-87</guid>
		<description>ROCK! Nice work man!</description>
		<content:encoded><![CDATA[<p>ROCK! Nice work man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wedding by Rick</title>
		<link>http://montanaharkin.net/2007/07/01/wedding/#comment-54</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 11 Jul 2007 23:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=13#comment-54</guid>
		<description>gratz!</description>
		<content:encoded><![CDATA[<p>gratz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wedding by Barry</title>
		<link>http://montanaharkin.net/2007/07/01/wedding/#comment-53</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 04 Jul 2007 00:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=13#comment-53</guid>
		<description>Good work rockin' teh Guitar Hero.</description>
		<content:encoded><![CDATA[<p>Good work rockin&#8217; teh Guitar Hero.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
