<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fun with Rails Constantize</title>
	<atom:link href="http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/</link>
	<description>A collection of cool ideas we come across while building ThriveSmart.</description>
	<lastBuildDate>Wed, 30 Sep 2009 04:19:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lex Sheehan</title>
		<link>http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-331</link>
		<dc:creator>Lex Sheehan</dc:creator>
		<pubDate>Mon, 15 Dec 2008 16:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-331</guid>
		<description>Nice example.

However, as of rails v2.1.0, constantize has been deprecated.

http://apidock.com/rails/Inflector/constantize</description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>However, as of rails v2.1.0, constantize has been deprecated.</p>
<p><a href="http://apidock.com/rails/Inflector/constantize" rel="nofollow">http://apidock.com/rails/Inflector/constantize</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-296</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-296</guid>
		<description>Model.send (”foo_#{bar}=”,true) is perhaps a better option?</description>
		<content:encoded><![CDATA[<p>Model.send (”foo_#{bar}=”,true) is perhaps a better option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanti Braford</title>
		<link>http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-274</link>
		<dc:creator>Shanti Braford</dc:creator>
		<pubDate>Tue, 08 Jan 2008 23:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/12/01/fun-with-rails-constantize/#comment-274</guid>
		<description>Yup, Constantize rocks!

Also don&#039;t know how I&#039;d live without hacks like Model.send (&quot;foo_#{bar}&quot;) or eval(&quot;model.foo_#{bar}=true&quot;).</description>
		<content:encoded><![CDATA[<p>Yup, Constantize rocks!</p>
<p>Also don&#8217;t know how I&#8217;d live without hacks like Model.send (&#8220;foo_#{bar}&#8221;) or eval(&#8220;model.foo_#{bar}=true&#8221;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
