<?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 on: Did You Miss Me? I&#8217;ve Been Camping</title>
	<atom:link href="http://warrenseen.com/blog/2007/04/01/did-you-miss-me-ive-been-camping/feed/" rel="self" type="application/rss+xml" />
	<link>http://warrenseen.com/blog/2007/04/01/did-you-miss-me-ive-been-camping/</link>
	<description>freelance software developer</description>
	<pubDate>Tue, 06 Jan 2009 22:48:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: nikola</title>
		<link>http://warrenseen.com/blog/2007/04/01/did-you-miss-me-ive-been-camping/#comment-6552</link>
		<dc:creator>nikola</dc:creator>
		<pubDate>Mon, 19 Nov 2007 11:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://warrenseen.com/blog/2007/04/01/did-you-miss-me-ive-been-camping/#comment-6552</guid>
		<description>Hi,

this is great, thanks!
Though... I had a problem starting it cause  s.tag_with("hello") sends String and .uniq brakes there... I solved this relocating .split() to tag_with method:

    def tag_with(list)
	list = list.split(' ')
        list.uniq.each do &#124;t&#124;
           Tag.find_or_create_by_name(t.downcase).on(self)
        end
    end

...and is cleaner, also... :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this is great, thanks!<br />
Though&#8230; I had a problem starting it cause  s.tag_with(&#8221;hello&#8221;) sends String and .uniq brakes there&#8230; I solved this relocating .split() to tag_with method:</p>
<p>    def tag_with(list)<br />
	list = list.split(&#8217; &#8216;)<br />
        list.uniq.each do |t|<br />
           Tag.find_or_create_by_name(t.downcase).on(self)<br />
        end<br />
    end</p>
<p>&#8230;and is cleaner, also&#8230; <img src='http://warrenseen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
