<?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: has_many_polymorphs broken for Rails 2.1.x</title>
	<atom:link href="http://tamersalama.com/2008/11/17/has_many_polymorphs-broken-for-rails-21x/feed/" rel="self" type="application/rss+xml" />
	<link>http://tamersalama.com/2008/11/17/has_many_polymorphs-broken-for-rails-21x/</link>
	<description>of Tamer Salama</description>
	<lastBuildDate>Mon, 28 Nov 2011 11:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tamer</title>
		<link>http://tamersalama.com/2008/11/17/has_many_polymorphs-broken-for-rails-21x/comment-page-1/#comment-139386</link>
		<dc:creator>Tamer</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tamersalama.com/?p=804#comment-139386</guid>
		<description>@melinda
In lib/has_many_polymorphs/reflection.rb of your plugin; try replacing those two lines
&lt;code&gt;
klass = options[:through] ? ThroughReflection : AssociationReflection
reflection = klass.new(macro, name, options, active_record)
&lt;/code&gt;
with
&lt;code&gt;
reflection = AssociationReflection.new(macro, name, options, active_record)
&lt;/code&gt;

And see if that would work</description>
		<content:encoded><![CDATA[<p>@melinda<br />
In lib/has_many_polymorphs/reflection.rb of your plugin; try replacing those two lines<br />
<code><br />
klass = options[:through] ? ThroughReflection : AssociationReflection<br />
reflection = klass.new(macro, name, options, active_record)<br />
</code><br />
with<br />
<code><br />
reflection = AssociationReflection.new(macro, name, options, active_record)<br />
</code></p>
<p>And see if that would work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: melinda</title>
		<link>http://tamersalama.com/2008/11/17/has_many_polymorphs-broken-for-rails-21x/comment-page-1/#comment-139382</link>
		<dc:creator>melinda</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tamersalama.com/?p=804#comment-139382</guid>
		<description>Tamer: I&#039;m a bit of a noob, and getting this error while trying to install the tags extension.

but I do not understand how to &#039;revert  to the AssociationReflection instad of ThroughReflection logic&#039;. Is this a different commit that I should check out? Or do I need to edit something?</description>
		<content:encoded><![CDATA[<p>Tamer: I&#8217;m a bit of a noob, and getting this error while trying to install the tags extension.</p>
<p>but I do not understand how to &#8216;revert  to the AssociationReflection instad of ThroughReflection logic&#8217;. Is this a different commit that I should check out? Or do I need to edit something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

