<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Self Referential Two Way Friends Ruby on Rails Plugin</title>
	<atom:link href="http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/</link>
	<description>For my new blog, head over to http://blog.dnite.org</description>
	<lastBuildDate>Sun, 10 Feb 2008 22:21:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ruby on Rails :: Restful friends with has_many :through &#171; dnite&#8217;s Blog</title>
		<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/#comment-475</link>
		<dc:creator>Ruby on Rails :: Restful friends with has_many :through &#171; dnite&#8217;s Blog</dc:creator>
		<pubDate>Thu, 08 Mar 2007 21:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2007/01/26/self-referencial-two-way-friends-ruby-on-rails-plugin/#comment-475</guid>
		<description>[...] Top Posts Ruby on Rails on UbuntuMore Ruby on Rails with Ubuntu... (rails.vim)Self Referential Two Way Friends Ruby on Rails Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Top Posts Ruby on Rails on UbuntuMore Ruby on Rails with Ubuntu&#8230; (rails.vim)Self Referential Two Way Friends Ruby on Rails Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnite</title>
		<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/#comment-474</link>
		<dc:creator>dnite</dc:creator>
		<pubDate>Thu, 01 Mar 2007 18:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2007/01/26/self-referencial-two-way-friends-ruby-on-rails-plugin/#comment-474</guid>
		<description>@kain: I may throw up a subversion repo in the near future after I refactor and rename the plugin. Also, if you post the code u used to impliment the plugin, i might have a better understanding about what&#039;s not working right there. (sorry for the delay in reply, your comment originally got marked as spam)</description>
		<content:encoded><![CDATA[<p>@kain: I may throw up a subversion repo in the near future after I refactor and rename the plugin. Also, if you post the code u used to impliment the plugin, i might have a better understanding about what&#8217;s not working right there. (sorry for the delay in reply, your comment originally got marked as spam)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skiz</title>
		<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/#comment-469</link>
		<dc:creator>Skiz</dc:creator>
		<pubDate>Tue, 20 Feb 2007 17:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2007/01/26/self-referencial-two-way-friends-ruby-on-rails-plugin/#comment-469</guid>
		<description>Strange indeed. I have provided this same plugin for a little less than a year now. It is available at http://svn.webwideconsulting.com/svn/friendship_plugin/
We have been using it for several months in production, and on several sites, it works very well.  (I also work with ReinH on a daily basis)</description>
		<content:encoded><![CDATA[<p>Strange indeed. I have provided this same plugin for a little less than a year now. It is available at <a href="http://svn.webwideconsulting.com/svn/friendship_plugin/" rel="nofollow">http://svn.webwideconsulting.com/svn/friendship_plugin/</a><br />
We have been using it for several months in production, and on several sites, it works very well.  (I also work with ReinH on a daily basis)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/#comment-468</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Tue, 20 Feb 2007 13:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2007/01/26/self-referencial-two-way-friends-ruby-on-rails-plugin/#comment-468</guid>
		<description>I&#039;ve set up this plugin, here&#039;s what I have so far:

&lt;code&gt;
&gt;&gt; @user = User.find(1)
=&gt; #&quot;77888ba4264ad75d7119a30fb11b6d361a33a85a&quot;, &quot;activated_at&quot;=&gt;&quot;2007-02-18 20:04:03&quot;, &quot;updated_at&quot;=&gt;&quot;2007-02-20 11:54:12&quot;, &quot;crypted_password&quot;=&gt;&quot;2fecb7720f944aa38dc2c37437e3554e5c5f7047&quot;, &quot;activation_code&quot;=&gt;nil, &quot;remember_token_expires_at&quot;=&gt;&quot;2007-03-06 10:54:12&quot;, &quot;group_id&quot;=&gt;&quot;1&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;remember_token&quot;=&gt;&quot;166712a19a13f02434c943e4232ee64bc3934fdd&quot;, &quot;login&quot;=&gt;&quot;kain&quot;, &quot;created_at&quot;=&gt;&quot;2007-02-18 21:03:36&quot;, &quot;email&quot;=&gt;&quot;masterkain@gmail.xxx&quot;}&gt;
&gt;&gt; @friend = User.find(2)
=&gt; #&quot;773980d0100a7695412ec2bc574adf7bf28ed9ff&quot;, &quot;activated_at&quot;=&gt;&quot;2007-02-18 20:18:48&quot;, &quot;updated_at&quot;=&gt;&quot;2007-02-20 13:29:15&quot;, &quot;crypted_password&quot;=&gt;&quot;4f26d4e01f5ffce2f9f5846afcfa33c5b93e6931&quot;, &quot;activation_code&quot;=&gt;nil, &quot;remember_token_expires_at&quot;=&gt;&quot;2007-03-06 12:29:15&quot;, &quot;group_id&quot;=&gt;&quot;2&quot;, &quot;id&quot;=&gt;&quot;2&quot;, &quot;remember_token&quot;=&gt;&quot;5e5a1717739318168794e3c6b504196cf42834a2&quot;, &quot;login&quot;=&gt;&quot;elair&quot;, &quot;created_at&quot;=&gt;&quot;2007-02-18 21:18:38&quot;, &quot;email&quot;=&gt;&quot;elair@elair.xxx&quot;}&gt;
&gt;&gt; @user.is_friends_with(@friend)
=&gt; #&gt;, @friendshipped=#&quot;77888ba4264ad75d7119a30fb11b6d361a33a85a&quot;, &quot;activated_at&quot;=&gt;&quot;2007-02-18 20:04:03&quot;, &quot;updated_at&quot;=&gt;&quot;2007-02-20 11:54:12&quot;, &quot;crypted_password&quot;=&gt;&quot;2fecb7720f944aa38dc2c37437e3554e5c5f7047&quot;, &quot;activation_code&quot;=&gt;nil, &quot;remember_token_expires_at&quot;=&gt;&quot;2007-03-06 10:54:12&quot;, &quot;group_id&quot;=&gt;&quot;1&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;remember_token&quot;=&gt;&quot;166712a19a13f02434c943e4232ee64bc3934fdd&quot;, &quot;login&quot;=&gt;&quot;kain&quot;, &quot;created_at&quot;=&gt;&quot;2007-02-18 21:03:36&quot;, &quot;email&quot;=&gt;&quot;masterkain@gmail.com&quot;}, @friends_for_me=[]&gt;, @attributes={&quot;accepted_at&quot;=&gt;Tue Feb 20 14:12:06 +0100 2007, &quot;updated_at&quot;=&gt;Tue Feb 20 14:12:06 +0100 2007, &quot;id&quot;=&gt;1, &quot;user_id&quot;=&gt;1, &quot;friend_id&quot;=&gt;2}, @befriendshipped=#&quot;773980d0100a7695412ec2bc574adf7bf28ed9ff&quot;, &quot;activated_at&quot;=&gt;&quot;2007-02-18 20:18:48&quot;, &quot;updated_at&quot;=&gt;&quot;2007-02-20 13:29:15&quot;, &quot;crypted_password&quot;=&gt;&quot;4f26d4e01f5ffce2f9f5846afcfa33c5b93e6931&quot;, &quot;activation_code&quot;=&gt;nil, &quot;remember_token_expires_at&quot;=&gt;&quot;2007-03-06 12:29:15&quot;, &quot;group_id&quot;=&gt;&quot;2&quot;, &quot;id&quot;=&gt;&quot;2&quot;, &quot;remember_token&quot;=&gt;&quot;5e5a1717739318168794e3c6b504196cf42834a2&quot;, &quot;login&quot;=&gt;&quot;elair&quot;, &quot;created_at&quot;=&gt;&quot;2007-02-18 21:18:38&quot;, &quot;email&quot;=&gt;&quot;elair@elair.org&quot;}&gt;&gt;
&gt;&gt; @user.is_friends_with?(2)
=&gt; false
&gt;&gt; @user.is_friends_with?(@friend)
=&gt; false
&gt;&gt; @user.friends
=&gt; []
&lt;/code&gt;

what&#039;s wrong here?
thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve set up this plugin, here&#8217;s what I have so far:</p>
<p><code><br />
&gt;&gt; @user = User.find(1)<br />
=&gt; #"77888ba4264ad75d7119a30fb11b6d361a33a85a", "activated_at"=&gt;"2007-02-18 20:04:03", "updated_at"=&gt;"2007-02-20 11:54:12", "crypted_password"=&gt;"2fecb7720f944aa38dc2c37437e3554e5c5f7047", "activation_code"=&gt;nil, "remember_token_expires_at"=&gt;"2007-03-06 10:54:12", "group_id"=&gt;"1", "id"=&gt;"1", "remember_token"=&gt;"166712a19a13f02434c943e4232ee64bc3934fdd", "login"=&gt;"kain", "created_at"=&gt;"2007-02-18 21:03:36", "email"=&gt;"masterkain@gmail.xxx"}&gt;<br />
&gt;&gt; @friend = User.find(2)<br />
=&gt; #"773980d0100a7695412ec2bc574adf7bf28ed9ff", "activated_at"=&gt;"2007-02-18 20:18:48", "updated_at"=&gt;"2007-02-20 13:29:15", "crypted_password"=&gt;"4f26d4e01f5ffce2f9f5846afcfa33c5b93e6931", "activation_code"=&gt;nil, "remember_token_expires_at"=&gt;"2007-03-06 12:29:15", "group_id"=&gt;"2", "id"=&gt;"2", "remember_token"=&gt;"5e5a1717739318168794e3c6b504196cf42834a2", "login"=&gt;"elair", "created_at"=&gt;"2007-02-18 21:18:38", "email"=&gt;"elair@elair.xxx"}&gt;<br />
&gt;&gt; @user.is_friends_with(@friend)<br />
=&gt; #&gt;, @friendshipped=#"77888ba4264ad75d7119a30fb11b6d361a33a85a", "activated_at"=&gt;"2007-02-18 20:04:03", "updated_at"=&gt;"2007-02-20 11:54:12", "crypted_password"=&gt;"2fecb7720f944aa38dc2c37437e3554e5c5f7047", "activation_code"=&gt;nil, "remember_token_expires_at"=&gt;"2007-03-06 10:54:12", "group_id"=&gt;"1", "id"=&gt;"1", "remember_token"=&gt;"166712a19a13f02434c943e4232ee64bc3934fdd", "login"=&gt;"kain", "created_at"=&gt;"2007-02-18 21:03:36", "email"=&gt;"masterkain@gmail.com"}, @friends_for_me=[]&gt;, @attributes={"accepted_at"=&gt;Tue Feb 20 14:12:06 +0100 2007, "updated_at"=&gt;Tue Feb 20 14:12:06 +0100 2007, "id"=&gt;1, "user_id"=&gt;1, "friend_id"=&gt;2}, @befriendshipped=#"773980d0100a7695412ec2bc574adf7bf28ed9ff", "activated_at"=&gt;"2007-02-18 20:18:48", "updated_at"=&gt;"2007-02-20 13:29:15", "crypted_password"=&gt;"4f26d4e01f5ffce2f9f5846afcfa33c5b93e6931", "activation_code"=&gt;nil, "remember_token_expires_at"=&gt;"2007-03-06 12:29:15", "group_id"=&gt;"2", "id"=&gt;"2", "remember_token"=&gt;"5e5a1717739318168794e3c6b504196cf42834a2", "login"=&gt;"elair", "created_at"=&gt;"2007-02-18 21:18:38", "email"=&gt;"elair@elair.org"}&gt;&gt;<br />
&gt;&gt; @user.is_friends_with?(2)<br />
=&gt; false<br />
&gt;&gt; @user.is_friends_with?(@friend)<br />
=&gt; false<br />
&gt;&gt; @user.friends<br />
=&gt; []<br />
</code></p>
<p>what&#8217;s wrong here?<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://dnite.wordpress.com/2007/01/26/self-referential-two-way-friends-ruby-on-rails-plugin/#comment-467</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Tue, 20 Feb 2007 13:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2007/01/26/self-referencial-two-way-friends-ruby-on-rails-plugin/#comment-467</guid>
		<description>hi there,
any plans to put up a subversion repository? it would be great since it&#039;s easy to release update and keep an eye on it.

keep up the good work</description>
		<content:encoded><![CDATA[<p>hi there,<br />
any plans to put up a subversion repository? it would be great since it&#8217;s easy to release update and keep an eye on it.</p>
<p>keep up the good work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
