<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: On Code Generators</title>
	<link>http://rift.org/1128/2006/05/on-code-generators/</link>
	<description>Adam Preble's Weblog</description>
	<pubDate>Sun, 23 Nov 2008 12:38:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Shawn Veader</title>
		<link>http://rift.org/1128/2006/05/on-code-generators/#comment-1413</link>
		<pubDate>Tue, 09 May 2006 17:24:10 +0000</pubDate>
		<guid>http://rift.org/1128/2006/05/on-code-generators/#comment-1413</guid>
					<description>&lt;p&gt;Rails is very nice and the generated code done by the controller and model generators is very trim. (ie: mostly just stub code). However, if you use ./script/generate scaffolding ObjectName then it will generate a bunch of code that you'd have to fix to make it work. Some beginners prefer this method as they see the whole MVC notion and are more comfortable with fixing/changing an existing item rather than building from scratch. That being said, I never use anything but the controller, model, migration and sometimes plugin generators. All that is generated is blank stub files and test files that associate with whatever you create. Drop me a line if you want more insight.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rails is very nice and the generated code done by the controller and model generators is very trim. (ie: mostly just stub code). However, if you use ./script/generate scaffolding ObjectName then it will generate a bunch of code that you&#8217;d have to fix to make it work. Some beginners prefer this method as they see the whole MVC notion and are more comfortable with fixing/changing an existing item rather than building from scratch. That being said, I never use anything but the controller, model, migration and sometimes plugin generators. All that is generated is blank stub files and test files that associate with whatever you create. Drop me a line if you want more insight.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
