<?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: VoteFu is now available on GemCutter</title>
	<atom:link href="http://blog.peteonrails.com/?feed=rss2&#038;p=191" rel="self" type="application/rss+xml" />
	<link>http://blog.peteonrails.com/?p=191</link>
	<description>{ render :partial =&#62; "braindump" }</description>
	<lastBuildDate>Thu, 26 Aug 2010 03:48:20 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peteonrails</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-214</link>
		<dc:creator>peteonrails</dc:creator>
		<pubDate>Fri, 04 Jun 2010 01:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-214</guid>
		<description>I am glad you got it working, but your original point about an update to the docs being required still stands. Thanks for the analysis of what went wrong: it&#039;s either a bug I need to fix, or an incompatibility that I need to document.&lt;br&gt;&lt;br&gt;Take care!</description>
		<content:encoded><![CDATA[<p>I am glad you got it working, but your original point about an update to the docs being required still stands. Thanks for the analysis of what went wrong: it&#39;s either a bug I need to fix, or an incompatibility that I need to document.</p>
<p>Take care!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-213</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Fri, 04 Jun 2010 00:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-213</guid>
		<description>Ok, after creating a fresh rails app with the plugin installed, I found that vote_fu works as advertised! &lt;br&gt;&lt;br&gt;Believe the reason it wasn&#039;t working for my real app is due to the fact the app is using the desert plugin, with the User model defined in two source files. When I switched over to using rails_fu as a gem it appears to be working.&lt;br&gt;&lt;br&gt;So my apologies for casting any doubt on the quality of the documentation. Thanks for writing this great plugin. vote_fu FTW!&lt;br&gt;&lt;br&gt;Cheers.</description>
		<content:encoded><![CDATA[<p>Ok, after creating a fresh rails app with the plugin installed, I found that vote_fu works as advertised! </p>
<p>Believe the reason it wasn&#39;t working for my real app is due to the fact the app is using the desert plugin, with the User model defined in two source files. When I switched over to using rails_fu as a gem it appears to be working.</p>
<p>So my apologies for casting any doubt on the quality of the documentation. Thanks for writing this great plugin. vote_fu FTW!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-212</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 05:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-212</guid>
		<description>Great stuff. I&#039;ll send you a gist soon.&lt;br&gt;&lt;br&gt;Cheers.</description>
		<content:encoded><![CDATA[<p>Great stuff. I&#39;ll send you a gist soon.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peteonrails</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-211</link>
		<dc:creator>peteonrails</dc:creator>
		<pubDate>Tue, 01 Jun 2010 20:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-211</guid>
		<description>Yes, I concur. The documentation is currently very bad. It got outdated over time, and I&#039;ve put off updating it until I can get the new version out the door. &lt;br&gt;&lt;br&gt;If you send me a gist or snippet with your migration and your model I can help you get it working.</description>
		<content:encoded><![CDATA[<p>Yes, I concur. The documentation is currently very bad. It got outdated over time, and I&#39;ve put off updating it until I can get the new version out the door. </p>
<p>If you send me a gist or snippet with your migration and your model I can help you get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-210</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sun, 30 May 2010 13:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-210</guid>
		<description>I second Dan&#039;s comment. Firstly in your githug readme it states:&lt;br&gt;&lt;br&gt;./script/generate vote_fu VoteableModel&lt;br&gt;&lt;br&gt;where &quot;VoteableModel&quot; is the name of the model on which you would like votes to be cast, e.g. Comment)&quot;&lt;br&gt;&lt;br&gt;But no matter what I put as VoteableModel (even with nothing) it generates the same migration.&lt;br&gt;&lt;br&gt;I have put acts_as_voteable on a model and acts_as_voter on my user model, but when I try to do the following:&lt;br&gt;&lt;br&gt;user.vote_for(comment) &lt;br&gt;&lt;br&gt;I get &quot;NoMethodError: undefined method `user_id&#039; for #&lt;Vote:0x7f5ed4355540&gt;&quot;&lt;br&gt;&lt;br&gt;I&#039;m pretty sure I did what the documentation states, but it just isn&#039;t working. Any ideas? Or better yet, it would be great to get updated doco.&lt;br&gt;&lt;br&gt;Thanks.</description>
		<content:encoded><![CDATA[<p>I second Dan&#39;s comment. Firstly in your githug readme it states:</p>
<p>./script/generate vote_fu VoteableModel</p>
<p>where &#8220;VoteableModel&#8221; is the name of the model on which you would like votes to be cast, e.g. Comment)&#8221;</p>
<p>But no matter what I put as VoteableModel (even with nothing) it generates the same migration.</p>
<p>I have put acts_as_voteable on a model and acts_as_voter on my user model, but when I try to do the following:</p>
<p>user.vote_for(comment) </p>
<p>I get &#8220;NoMethodError: undefined method `user_id&#39; for #&lt;Vote:0&#215;7f5ed4355540&gt;&#8221;</p>
<p>I&#39;m pretty sure I did what the documentation states, but it just isn&#39;t working. Any ideas? Or better yet, it would be great to get updated doco.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.peteonrails.com/?p=191&#038;cpage=1#comment-196</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peteonrails.com/?p=191#comment-196</guid>
		<description>you a real guide to using your gem it&#039;s not very clear!&lt;br&gt;That screencast you siad you was going to create would be great right know!</description>
		<content:encoded><![CDATA[<p>you a real guide to using your gem it&#39;s not very clear!<br />That screencast you siad you was going to create would be great right know!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
