<?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: Tutorial: Easy Rails recommendations with acts_as_recommendable</title>
	<atom:link href="http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214/feed" rel="self" type="application/rss+xml" />
	<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214</link>
	<description>Made by Many creates very social digital stuff.</description>
	<lastBuildDate>Wed, 17 Mar 2010 13:26:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: movielike</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1288</link>
		<dc:creator>movielike</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1288</guid>
		<description>Sign: kxdrb Hello!!! zsmbs and 2985wbvdddzsws and 671 My Comments: Nice blog!</description>
		<content:encoded><![CDATA[<p>Sign: kxdrb Hello!!! zsmbs and 2985wbvdddzsws and 671 My Comments: Nice blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1289</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1289</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cassio</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1285</link>
		<dc:creator>Cassio</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1285</guid>
		<description>sounds like a great plugin, but I couldn&#039;t checkout it (./script/plugin install git://github.com/maccman/acts_as_recommendable.git).</description>
		<content:encoded><![CDATA[<p>sounds like a great plugin, but I couldn&#8217;t checkout it (./script/plugin install git://github.com/maccman/acts_as_recommendable.git).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanna</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1286</link>
		<dc:creator>Hanna</dc:creator>
		<pubDate>Fri, 10 Oct 2008 08:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1286</guid>
		<description>Thanks for the great work, first! It´s all working fine so far.
But when I try to recommend items using a cached dataset, no recommendations are shown. I used the rake task recommendations:build first, there´s no mistake. But I think the dataset is somehow not created.
Can someone give me a hint? Am I missing something?
(I´m relatively new in RoR...) Thanks in advance :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the great work, first! It´s all working fine so far.<br />
But when I try to recommend items using a cached dataset, no recommendations are shown. I used the rake task recommendations:build first, there´s no mistake. But I think the dataset is somehow not created.<br />
Can someone give me a hint? Am I missing something?<br />
(I´m relatively new in RoR&#8230;) Thanks in advance :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Backeus</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1287</link>
		<dc:creator>David Backeus</dc:creator>
		<pubDate>Mon, 18 Aug 2008 14:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1287</guid>
		<description>I agree that the api should use &quot;recommends&quot; however the plugin could still be named acts as... since it ensures an original name that works and sort of follows an activerecord convention people are used to seeing.</description>
		<content:encoded><![CDATA[<p>I agree that the api should use &#8220;recommends&#8221; however the plugin could still be named acts as&#8230; since it ensures an original name that works and sort of follows an activerecord convention people are used to seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1283</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1283</guid>
		<description>I agree with Steve, &#039;acts_as_recommendable :books&#039; is awkward.

validates_presence_of :login
has_many :user_books
recommends :books, :through =&gt; :user_books, ...</description>
		<content:encoded><![CDATA[<p>I agree with Steve, &#8216;acts_as_recommendable :books&#8217; is awkward.</p>
<p>validates_presence_of :login<br />
has_many :user_books<br />
recommends :books, :through =&gt; :user_books, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuart</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1281</link>
		<dc:creator>stuart</dc:creator>
		<pubDate>Fri, 15 Aug 2008 06:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1281</guid>
		<description>No harm in the crtique.

Wordpress had eaten the link_to_remote (now restored) but self.current_user is restful_authentication thing to reference the current logged in user. You need to move include AuthenticatedSystem to the ApplicationController.</description>
		<content:encoded><![CDATA[<p>No harm in the crtique.</p>
<p>Wordpress had eaten the link_to_remote (now restored) but self.current_user is restful_authentication thing to reference the current logged in user. You need to move include AuthenticatedSystem to the ApplicationController.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1284</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 14 Aug 2008 16:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1284</guid>
		<description>Honest, I&#039;m not trying to be critical... but you have a few errors with your tutorial code (i.e. _buyit.html.erb, where is the link_to_remote call?) and other small issues, like &#039;self.current_user&#039; is not a controller method. You need to find the user with &#039;@user = User.find(session[:user_id])&#039;.

Looks very interesting and I&#039;ll be sure to add it to my github watch list.</description>
		<content:encoded><![CDATA[<p>Honest, I&#8217;m not trying to be critical&#8230; but you have a few errors with your tutorial code (i.e. _buyit.html.erb, where is the link_to_remote call?) and other small issues, like &#8217;self.current_user&#8217; is not a controller method. You need to find the user with &#8216;@user = User.find(session[:user_id])&#8217;.</p>
<p>Looks very interesting and I&#8217;ll be sure to add it to my github watch list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Mohapi-Banks</title>
		<link>http://madebymany.co.uk/tutorial-easy-rails-recommendations-with-acts_as_recommendable-00214#comment-1282</link>
		<dc:creator>Steve Mohapi-Banks</dc:creator>
		<pubDate>Wed, 13 Aug 2008 20:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.madebymany.co.uk/?p=214#comment-1282</guid>
		<description>What about recommend_you, or for that authentic rails plugin vibe, recommend_yu</description>
		<content:encoded><![CDATA[<p>What about recommend_you, or for that authentic rails plugin vibe, recommend_yu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
