<?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: Class table inheritance in Ruby on Rails</title>
	<atom:link href="http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<lastBuildDate>Mon, 01 Feb 2010 10:12:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/comment-page-1#comment-1792</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1792</guid>
		<description>I have since abandoned using this plugin because it creates a lot of unforseen problems. Its my opinion that this is something that has to be built into the core for it to really work properly with everything. The problems I encountered far outweighed any benefit. I recommend just doing a normal has_one association and just calling the parent model methods and attributes using child.parent.method instead of using this class table inheritance.</description>
		<content:encoded><![CDATA[<p>I have since abandoned using this plugin because it creates a lot of unforseen problems. Its my opinion that this is something that has to be built into the core for it to really work properly with everything. The problems I encountered far outweighed any benefit. I recommend just doing a normal has_one association and just calling the parent model methods and attributes using child.parent.method instead of using this class table inheritance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/comment-page-1#comment-1788</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1788</guid>
		<description>I&#039;m so appreciating this CTI lib. It works well in the Rails 2.02. Now I want to upgrade my rails to the latest version 2.3.5. The CTI can&#039;t work well now. Rails 2.3.5 changes a lot. So ask help. Whether the author can upgrade this CTI lib? Thank you!</description>
		<content:encoded><![CDATA[<p>I&#8217;m so appreciating this CTI lib. It works well in the Rails 2.02. Now I want to upgrade my rails to the latest version 2.3.5. The CTI can&#8217;t work well now. Rails 2.3.5 changes a lot. So ask help. Whether the author can upgrade this CTI lib? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/comment-page-1#comment-1379</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sun, 14 Oct 2007 17:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1379</guid>
		<description>sory, the minor signus is not allowed...
i have this:

publication.rb
class Publication &#039;inherits&#039; ActiveRecord::Base
end

book.rb
class Book &#039;inherits&#039; Publication
   class_table_inheritance
end

When i do, book/show or book/list only shows the attributes of Publication.
There is something that i&#039;m doing wrong???

Thanks. Gonzalo

Sory if my english is a little poor...</description>
		<content:encoded><![CDATA[<p>sory, the minor signus is not allowed&#8230;<br />
i have this:</p>
<p>publication.rb<br />
class Publication &#8216;inherits&#8217; ActiveRecord::Base<br />
end</p>
<p>book.rb<br />
class Book &#8216;inherits&#8217; Publication<br />
   class_table_inheritance<br />
end</p>
<p>When i do, book/show or book/list only shows the attributes of Publication.<br />
There is something that i&#8217;m doing wrong???</p>
<p>Thanks. Gonzalo</p>
<p>Sory if my english is a little poor&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/comment-page-1#comment-1378</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sat, 13 Oct 2007 12:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1378</guid>
		<description>class Publication </description>
		<content:encoded><![CDATA[<p>class Publication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonzoTanuki</title>
		<link>http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101/comment-page-1#comment-1377</link>
		<dc:creator>GonzoTanuki</dc:creator>
		<pubDate>Sat, 13 Oct 2007 04:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianmcquay.com/class-table-inheritance-in-ruby-on-rails/101#comment-1377</guid>
		<description>Hi, i have a problem with the plugin.
I have:

table publication:
id
title
author
type

table book:
publication_id
editor

publication.rb
class Publication </description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with the plugin.<br />
I have:</p>
<p>table publication:<br />
id<br />
title<br />
author<br />
type</p>
<p>table book:<br />
publication_id<br />
editor</p>
<p>publication.rb<br />
class Publication</p>
]]></content:encoded>
	</item>
</channel>
</rss>
