<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rails Running Slower in Dev?</title>
	<link>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/</link>
	<description>Ruby on Rails news resources and information RoR code snippets and help scripts for newbies.</description>
	<pubDate>Mon, 08 Sep 2008 11:16:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Shad</title>
		<link>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#comment-656</link>
		<author>Shad</author>
		<pubDate>Sun, 01 Jul 2007 06:21:42 +0000</pubDate>
		<guid>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#comment-656</guid>
		<description>Point well made. Thanks for the clarification Tim.</description>
		<content:encoded><![CDATA[<p>Point well made. Thanks for the clarification Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#comment-64</link>
		<author>Tim Harper</author>
		<pubDate>Wed, 04 Apr 2007 17:19:35 +0000</pubDate>
		<guid>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#comment-64</guid>
		<description>Good article.  It's also noteworthy to point out that in Dev mode, models and controllers are not cached once their compiled.  They are re-parsed and recompiled once per use per request.

In production mode, it's not so.  Controllers and models are all parsed and compiled on startup, and then reused until the end of the process life.</description>
		<content:encoded><![CDATA[<p>Good article.  It&#8217;s also noteworthy to point out that in Dev mode, models and controllers are not cached once their compiled.  They are re-parsed and recompiled once per use per request.</p>
<p>In production mode, it&#8217;s not so.  Controllers and models are all parsed and compiled on startup, and then reused until the end of the process life.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
