<?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: Simplistic Enumerations for ActiveRecord</title>
	<atom:link href="http://www.schuerig.de/michael/blog/index.php/2009/04/02/simplistic-enums/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schuerig.de/michael/blog/index.php/2009/04/02/simplistic-enums/</link>
	<description>Sentenced to making sense</description>
	<lastBuildDate>Thu, 08 Apr 2010 22:54:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: michael</title>
		<link>http://www.schuerig.de/michael/blog/index.php/2009/04/02/simplistic-enums/comment-page-1/#comment-91773</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 28 May 2009 11:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.schuerig.de/michael/blog/?p=55#comment-91773</guid>
		<description>That&#039;s interesting. How well does it work in more complicated settings, say as a condition in a query with several joins?

I&#039;ve written easy_enums primarily because I&#039;d run into problems with another plugin that tried to avoid database tables for enumerations. Yours may work perfectly, I don&#039;t know, but I&#039;m wary nonetheless.

Browsing around on Github, I just noticed &lt;a href=&quot;http://github.com/pluginaweek/enumerate_by&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;enumerate_by&lt;/tt&gt;&lt;/a&gt;. I&#039;ll have a closer look at it and possibly deprecate my own stuff in favor of it.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting. How well does it work in more complicated settings, say as a condition in a query with several joins?</p>
<p>I&#8217;ve written easy_enums primarily because I&#8217;d run into problems with another plugin that tried to avoid database tables for enumerations. Yours may work perfectly, I don&#8217;t know, but I&#8217;m wary nonetheless.</p>
<p>Browsing around on Github, I just noticed <a href="http://github.com/pluginaweek/enumerate_by" rel="nofollow"><tt>enumerate_by</tt></a>. I&#8217;ll have a closer look at it and possibly deprecate my own stuff in favor of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Petschnig</title>
		<link>http://www.schuerig.de/michael/blog/index.php/2009/04/02/simplistic-enums/comment-page-1/#comment-91772</link>
		<dc:creator>Christoph Petschnig</dc:creator>
		<pubDate>Thu, 28 May 2009 10:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.schuerig.de/michael/blog/?p=55#comment-91772</guid>
		<description>For exact the same problem, I find ConstantRecord very helpful. It is very lightweight and can be easily exchanged with ActiveRecord in both directions: http://github.com/ChristophPetschnig/constantrecord</description>
		<content:encoded><![CDATA[<p>For exact the same problem, I find ConstantRecord very helpful. It is very lightweight and can be easily exchanged with ActiveRecord in both directions: <a href="http://github.com/ChristophPetschnig/constantrecord" rel="nofollow">http://github.com/ChristophPetschnig/constantrecord</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

