<?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: Acts As Taggable on Steroids Ruby On Rails Plugin With Paginate</title>
	<atom:link href="http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/</link>
	<description>John Burmeister's Blog</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:36:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/comment-page-1/#comment-6107</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 17 Jan 2009 18:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=133#comment-6107</guid>
		<description>I ran into a problem with the options/paginate(options). The &#039;count&#039; phase of the process added &quot;DISTINCT(model_name.*)&quot; inside the count, which freaked out both Sqlite and MySQL. I had to resort to paginate_by_sql to end-around the problem. Very bad...</description>
		<content:encoded><![CDATA[<p>I ran into a problem with the options/paginate(options). The &#8216;count&#8217; phase of the process added &#8220;DISTINCT(model_name.*)&#8221; inside the count, which freaked out both Sqlite and MySQL. I had to resort to paginate_by_sql to end-around the problem. Very bad&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/comment-page-1/#comment-4076</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=133#comment-4076</guid>
		<description>Okay, that didn&#039;t work out - here&#039;s a link to the code which should work: http://gist.github.com/17899</description>
		<content:encoded><![CDATA[<p>Okay, that didn&#8217;t work out &#8211; here&#8217;s a link to the code which should work: <a href="http://gist.github.com/17899" rel="nofollow">http://gist.github.com/17899</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/comment-page-1/#comment-4075</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=133#comment-4075</guid>
		<description>d&#039;oh - it wouldn&#039;t let me post the code snippet from Gist.  Let me try to submit it as plain text...

&lt;strong&gt;This event was tagged with&lt;/strong&gt;: 
&#039;tag&#039;, :tag =&gt; tag.name) %&gt;



Thanks!</description>
		<content:encoded><![CDATA[<p>d&#8217;oh &#8211; it wouldn&#8217;t let me post the code snippet from Gist.  Let me try to submit it as plain text&#8230;</p>
<p><strong>This event was tagged with</strong>:<br />
&#8216;tag&#8217;, :tag =&gt; tag.name) %&gt;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://burm.net/2008/10/08/acts-as-taggable-on-steroids-ruby-on-rails-plugin-with-paginate/comment-page-1/#comment-4074</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=133#comment-4074</guid>
		<description>Hey there, I love your tutorials - very clear and easy to understand. However, when I click on the links, it&#039;s returning the entire index for me (i.e. even things that are not tagged at all). I&#039;m sure it&#039;s just something I missed. My model is &#039;restaurants&#039; and the code I put in my view is:



modified from yours, of course.

Does it look right, or did I miss a step?

Thanks again!!!</description>
		<content:encoded><![CDATA[<p>Hey there, I love your tutorials &#8211; very clear and easy to understand. However, when I click on the links, it&#8217;s returning the entire index for me (i.e. even things that are not tagged at all). I&#8217;m sure it&#8217;s just something I missed. My model is &#8216;restaurants&#8217; and the code I put in my view is:</p>
<p>modified from yours, of course.</p>
<p>Does it look right, or did I miss a step?</p>
<p>Thanks again!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

