<?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>Comentarios en: Delights of autoload in rails (or: Fixing class variables being cleared between requests)</title>
	<atom:link href="http://emmanueloga.wordpress.com/2008/01/31/delights-of-autoload-in-rails-or-fixing-class-variables-being-cleared-between-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://emmanueloga.wordpress.com/2008/01/31/delights-of-autoload-in-rails-or-fixing-class-variables-being-cleared-between-requests/</link>
	<description>the way that denies by denying</description>
	<lastBuildDate>Mon, 28 Sep 2009 00:30:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Casper Fabricius</title>
		<link>http://emmanueloga.wordpress.com/2008/01/31/delights-of-autoload-in-rails-or-fixing-class-variables-being-cleared-between-requests/#comment-109</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Thu, 19 Feb 2009 10:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://emmanueloga.wordpress.com/?p=48#comment-109</guid>
		<description>You can also do this in environment.rb:

config.to_prepare do
  NiceClass.value= &quot;Hi there&quot;
end</description>
		<content:encoded><![CDATA[<p>You can also do this in environment.rb:</p>
<p>config.to_prepare do<br />
  NiceClass.value= &#8220;Hi there&#8221;<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Richard</title>
		<link>http://emmanueloga.wordpress.com/2008/01/31/delights-of-autoload-in-rails-or-fixing-class-variables-being-cleared-between-requests/#comment-90</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 23 Nov 2008 07:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://emmanueloga.wordpress.com/?p=48#comment-90</guid>
		<description>In development mode, all classes are auto-refreshed.  This is design behavior so when you save a file you see the changes reflected immediately.</description>
		<content:encoded><![CDATA[<p>In development mode, all classes are auto-refreshed.  This is design behavior so when you save a file you see the changes reflected immediately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
