<?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: Tableless models in Rails</title>
	<atom:link href="http://codetunes.com/2008/07/20/tableless-models-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://codetunes.com/2008/07/20/tableless-models-in-rails/</link>
	<description>Web applications, software engineering, Ruby on Rails, Cake PHP, JavaScript, etc.</description>
	<pubDate>Thu, 11 Mar 2010 00:04:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michał Szajbe</title>
		<link>http://codetunes.com/2008/07/20/tableless-models-in-rails/comment-page-1/#comment-914</link>
		<dc:creator>Michał Szajbe</dc:creator>
		<pubDate>Sun, 27 Jul 2008 14:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.szajbe.pl/?p=25#comment-914</guid>
		<description>By defining columns you can specify their types. That is useful when you use multiparameter attributes (like Date or DateTime types).

So there would be no difference in presented example, but if I added some Date field to the model, attr_accessor wouldn't work well.</description>
		<content:encoded><![CDATA[<p>By defining columns you can specify their types. That is useful when you use multiparameter attributes (like Date or DateTime types).</p>
<p>So there would be no difference in presented example, but if I added some Date field to the model, attr_accessor wouldn&#8217;t work well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Smith</title>
		<link>http://codetunes.com/2008/07/20/tableless-models-in-rails/comment-page-1/#comment-913</link>
		<dc:creator>Karl Smith</dc:creator>
		<pubDate>Sat, 26 Jul 2008 21:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.szajbe.pl/?p=25#comment-913</guid>
		<description>Why not use:

  attr_accessor : recommendable_type, : recommendable_id, : email, : body

and continue on with your validations. I've been using 'attr_accessor' with all the advantages you list above. Is there a difference?</description>
		<content:encoded><![CDATA[<p>Why not use:</p>
<p>  attr_accessor : recommendable_type, : recommendable_id, : email, : body</p>
<p>and continue on with your validations. I&#8217;ve been using &#8216;attr_accessor&#8217; with all the advantages you list above. Is there a difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code tunes &#187; Blog Archive &#187; &#8220;Send this page to friend&#8221; with polymorphic controller in Rails</title>
		<link>http://codetunes.com/2008/07/20/tableless-models-in-rails/comment-page-1/#comment-912</link>
		<dc:creator>code tunes &#187; Blog Archive &#187; &#8220;Send this page to friend&#8221; with polymorphic controller in Rails</dc:creator>
		<pubDate>Sat, 26 Jul 2008 14:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.szajbe.pl/?p=25#comment-912</guid>
		<description>[...] week I wrote about Tableless models in Ruby on Rails, giving an example of Recommendation model which could be used to validate users&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] week I wrote about Tableless models in Ruby on Rails, giving an example of Recommendation model which could be used to validate users&#8217; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
