<?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 per user from SlashDotSlash, plus a few fixes</title>
	<atom:link href="http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/</link>
	<description>Late nights eventually pay off</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:15:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: for purpose of reference: enable tagging in a Rails model &#171; Arnold Funken on the Social Web</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-2254</link>
		<dc:creator>for purpose of reference: enable tagging in a Rails model &#171; Arnold Funken on the Social Web</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-2254</guid>
		<description>[...] by Ariejan de Vroom, acts_as_taggable per user tagging by Ben Smith (and some hiccup fixing on that by Micah Wedemeyer/Ryan Felton), Creating a TagApplicator for acts_as_taggable by Bryan Ray and [...]</description>
		<content:encoded><![CDATA[<p>[...] by Ariejan de Vroom, acts_as_taggable per user tagging by Ben Smith (and some hiccup fixing on that by Micah Wedemeyer/Ryan Felton), Creating a TagApplicator for acts_as_taggable by Bryan Ray and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagging at AmigoFisher</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-866</link>
		<dc:creator>Tagging at AmigoFisher</dc:creator>
		<pubDate>Tue, 09 Oct 2007 01:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-866</guid>
		<description>[...] I used the standard legacy acts_as_taggable plugin with the per user tagging modifications and the even further mods. I looked at acts_as_taggable_on_steroids but found that the original one suited my needs better. I [...]</description>
		<content:encoded><![CDATA[<p>[...] I used the standard legacy acts_as_taggable plugin with the per user tagging modifications and the even further mods. I looked at acts_as_taggable_on_steroids but found that the original one suited my needs better. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-07-31 &#171; membo</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-649</link>
		<dc:creator>links for 2007-07-31 &#171; membo</dc:creator>
		<pubDate>Tue, 31 Jul 2007 08:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-649</guid>
		<description>[...] Midnight Oil Â» Blog Archive Â» acts_as_taggable per user from SlashDotSlash, plus a few fixes (tags: rails) [...]</description>
		<content:encoded><![CDATA[<p>[...] Midnight Oil Â» Blog Archive Â» acts_as_taggable per user from SlashDotSlash, plus a few fixes (tags: rails) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-176</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 14 Jun 2007 01:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-176</guid>
		<description>Hi Micah,

   Check out the following :-

http://www.hervalfreire.com/blog/2007/05/07/user-expected-got-user/</description>
		<content:encoded><![CDATA[<p>Hi Micah,</p>
<p>   Check out the following :-</p>
<p><a href="http://www.hervalfreire.com/blog/2007/05/07/user-expected-got-user/" rel="nofollow">http://www.hervalfreire.com/blog/2007/05/07/user-expected-got-user/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-173</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Wed, 13 Jun 2007 04:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-173</guid>
		<description>@Mike,

I&#039;m not exactly sure what you&#039;re trying to say.  I left find_tagged_with(list, user) alone and added a new method that ignores the user for cases where you want to search irrespective of the user.  That&#039;s why I said it&#039;s not strictly a bug, but a feature addition instead.

There&#039;s probably a DRY&#039;er way to do it, but I&#039;m still learning.</description>
		<content:encoded><![CDATA[<p>@Mike,</p>
<p>I&#8217;m not exactly sure what you&#8217;re trying to say.  I left find_tagged_with(list, user) alone and added a new method that ignores the user for cases where you want to search irrespective of the user.  That&#8217;s why I said it&#8217;s not strictly a bug, but a feature addition instead.</p>
<p>There&#8217;s probably a DRY&#8217;er way to do it, but I&#8217;m still learning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-172</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 13 Jun 2007 02:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-172</guid>
		<description>Hi Micah,

   You and I are using the same thing. find_tagged_with(list,user) is NOT a bug at all :)I didnt have your problem however. I think it&#039;s probably because you didn&#039;t set your relationships properly in the models?</description>
		<content:encoded><![CDATA[<p>Hi Micah,</p>
<p>   You and I are using the same thing. find_tagged_with(list,user) is NOT a bug at all <img src='http://blog.aisleten.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I didnt have your problem however. I think it&#8217;s probably because you didn&#8217;t set your relationships properly in the models?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-23</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Mon, 23 Apr 2007 16:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-23</guid>
		<description>Thanks Peter.  I recently migrated the blog and the patch didn&#039;t make it.  I brought the patch back and updated the link</description>
		<content:encoded><![CDATA[<p>Thanks Peter.  I recently migrated the blog and the patch didn&#8217;t make it.  I brought the patch back and updated the link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-22</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 23 Apr 2007 14:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-22</guid>
		<description>The link to download the patch seems broken...</description>
		<content:encoded><![CDATA[<p>The link to download the patch seems broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midnight Oil &#187; Blog Archive &#187; Use vendor branches for plugins, not script/plugin install</title>
		<link>http://blog.aisleten.com/2007/02/25/acts_as_taggable-per-user-from-slashdotslash-plus-a-few-fixes/#comment-7</link>
		<dc:creator>Midnight Oil &#187; Blog Archive &#187; Use vendor branches for plugins, not script/plugin install</dc:creator>
		<pubDate>Sat, 03 Mar 2007 00:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.obsidianportal.com/?p=6#comment-7</guid>
		<description>[...] of useful functionality. I currently use some great ones like acts_as_authenticated, authorization, acts_as_taggable, and friendly_identifier. By the time anyone actually finds this post, I&#8217;ll probably have [...]</description>
		<content:encoded><![CDATA[<p>[...] of useful functionality. I currently use some great ones like acts_as_authenticated, authorization, acts_as_taggable, and friendly_identifier. By the time anyone actually finds this post, I&#8217;ll probably have [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

