<?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"
	>
<channel>
	<title>Comments on: CRUD Scaffold Generator</title>
	<atom:link href="http://www.nullislove.com/2008/06/27/crud-scaffold-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/</link>
	<description>Code for Coders</description>
	<pubDate>Thu, 20 Nov 2008 18:14:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Branden Silva</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1249</link>
		<dc:creator>Branden Silva</dc:creator>
		<pubDate>Tue, 19 Aug 2008 11:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1249</guid>
		<description>Hey Kevin,

I know this is a fairly older post but I wanted to chime in on your post.

I agree with your post. I know when I was going through your courses (which are excellent by the way) I was wondering why the dynamic scaffolding technique was not working when I installed the latest version of ruby on rails. I love the language and I'm slowly learning but the only way I found out how to do scaffolding the RESTful way and a way a beginner would understand was by searching the net for an hour or so.

I'm no hardcore programmer. I'm fluent in XHTML, CSS, &#38; a little in PHP but I wanted to just say thanks for the courses, they have gave me a great insight into RoR and I hope to see more from you in the future.</description>
		<content:encoded><![CDATA[<p>Hey Kevin,</p>
<p>I know this is a fairly older post but I wanted to chime in on your post.</p>
<p>I agree with your post. I know when I was going through your courses (which are excellent by the way) I was wondering why the dynamic scaffolding technique was not working when I installed the latest version of ruby on rails. I love the language and I&#8217;m slowly learning but the only way I found out how to do scaffolding the RESTful way and a way a beginner would understand was by searching the net for an hour or so.</p>
<p>I&#8217;m no hardcore programmer. I&#8217;m fluent in XHTML, CSS, &amp; a little in PHP but I wanted to just say thanks for the courses, they have gave me a great insight into RoR and I hope to see more from you in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1220</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Thu, 24 Jul 2008 09:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1220</guid>
		<description>@Aditya: In general, yes, I prefer Ruby on Rails.  I find it more enjoyable, mostly because I love the Ruby language.  But it's not necessarily the right tool for every project.  I also like the simplicity and no-fuss of working in PHP.

A client's needs or project's requirements are the driving factor in making a language choice.  Some clients already know which language they want for a new project.  Sometimes you will be brought in to work on existing code.  If a client already has a large site in one language, rewriting their site in another might not be in their best interest.

I also factor in the client's budget, their technical expertise and what ongoing technical support they will have when I complete the project.  Simple sites may not need a full framework like Ruby on Rails.  For clients with small budgets, it can be cheaper and easier for them to find a PHP developer to help them out down the road.  (Rails developers are fewer and in high demand right now.)

For form field validation, I do most validation after form submission in PHP or RoR. I use JavaScript when I want to give a different user experience or to correct simple mistakes (like only letting a user check 2 out of 10 checkboxes).</description>
		<content:encoded><![CDATA[<p>@Aditya: In general, yes, I prefer Ruby on Rails.  I find it more enjoyable, mostly because I love the Ruby language.  But it&#8217;s not necessarily the right tool for every project.  I also like the simplicity and no-fuss of working in PHP.</p>
<p>A client&#8217;s needs or project&#8217;s requirements are the driving factor in making a language choice.  Some clients already know which language they want for a new project.  Sometimes you will be brought in to work on existing code.  If a client already has a large site in one language, rewriting their site in another might not be in their best interest.</p>
<p>I also factor in the client&#8217;s budget, their technical expertise and what ongoing technical support they will have when I complete the project.  Simple sites may not need a full framework like Ruby on Rails.  For clients with small budgets, it can be cheaper and easier for them to find a PHP developer to help them out down the road.  (Rails developers are fewer and in high demand right now.)</p>
<p>For form field validation, I do most validation after form submission in PHP or RoR. I use JavaScript when I want to give a different user experience or to correct simple mistakes (like only letting a user check 2 out of 10 checkboxes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1218</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1218</guid>
		<description>Seeing maximum number of RoR articles on your weblog,it is not difficult to guess your favourite programmimg language. 

I have been following some of your articles for quiet some time now. Sometimes when one knows two or more scripting languages, he may be confused while selecting a language  for a particular project. How do you decide? For example both RoR and PHP can be used to develop data driven web applications. Also when do you choose between Javascript or PHP or RoR for form field validation.</description>
		<content:encoded><![CDATA[<p>Seeing maximum number of RoR articles on your weblog,it is not difficult to guess your favourite programmimg language. </p>
<p>I have been following some of your articles for quiet some time now. Sometimes when one knows two or more scripting languages, he may be confused while selecting a language  for a particular project. How do you decide? For example both RoR and PHP can be used to develop data driven web applications. Also when do you choose between Javascript or PHP or RoR for form field validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ellioman</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1202</link>
		<dc:creator>ellioman</dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1202</guid>
		<description>"And FWIW, we are working right now on updating the Lynda.com Ruby on Rails training to the newest version."

Great to hear.
I am currently going through your Essential Ruby class and had a problem in the "Scaffold: Magic CRUD". I just skipped that chapter and I'm going strong ;)

Great classes and I hope you continue to produce more...!

Cheers from Iceland
Elvar</description>
		<content:encoded><![CDATA[<p>&#8220;And FWIW, we are working right now on updating the Lynda.com Ruby on Rails training to the newest version.&#8221;</p>
<p>Great to hear.<br />
I am currently going through your Essential Ruby class and had a problem in the &#8220;Scaffold: Magic CRUD&#8221;. I just skipped that chapter and I&#8217;m going strong <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Great classes and I hope you continue to produce more&#8230;!</p>
<p>Cheers from Iceland<br />
Elvar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #238</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1194</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #238</dc:creator>
		<pubDate>Mon, 30 Jun 2008 10:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1194</guid>
		<description>[...] CRUD Scaffold Generator - Rails&#8217; original non-RESTful scaffolding lives on in a plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] CRUD Scaffold Generator - Rails&#8217; original non-RESTful scaffolding lives on in a plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1188</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Fri, 27 Jun 2008 20:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1188</guid>
		<description>Lucy, thank you for the kind words and for your perspective on scaffolding.  I'll definitely keep it in mind.

And FWIW, we are working right now on updating the Lynda.com Ruby on Rails training to the newest version.</description>
		<content:encoded><![CDATA[<p>Lucy, thank you for the kind words and for your perspective on scaffolding.  I&#8217;ll definitely keep it in mind.</p>
<p>And FWIW, we are working right now on updating the Lynda.com Ruby on Rails training to the newest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1187</link>
		<dc:creator>Lucy</dc:creator>
		<pubDate>Fri, 27 Jun 2008 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1187</guid>
		<description>I see your objection, here, but I'm not sure I entirely agree. I started learning Rails about six months ago, and as such I have only ever used the RESTful scaffolding. I was coming from a background of zero programming knowledge - I knew extremely basic html and that was it. I didn't realy find it a barrier - as you say, there's so much to learn, so it's just one more thing among many. Maybe for those coming from other programming langauges the old version was easier to grasp, but I can say that as a complete n00b it makes no real difference.

That said, I completely agree with the &lt;i&gt;principle&lt;/i&gt; behind what you're saying. I've been following your Lynda.com course and it's defnitely the best introduction to Rails I've come across. The reason for that is your step-by-step approach, so that the priciples behind what's happening are very clear. Since I already had experience generating the RESTful scaffold (and I knew the course was a version or so  behind the Rails version I was using) I just assumed things were done differently in the old version, but followed the principles, and I've found that really, really awesome. But just explaining the principles the same way would have worked, I think, even when generating a RESTful scaffold. Again as a new user, I'd always rather learn the best practice way to do it from the get-go - it's just having the priciples behind the Rails defaults explained that really makes the difference.

All that said, I LOVE your course, I think you're the best Rails trainer out there. I  hope to see a bnew version for the updated Rails soon. So, if your experiecne as a teacher suggests this update is bad news, I'm definitely willing to believe you could be right. But I thought you might be interested to hear the perspective of someone who is both new to Rails and a user of your course.

Thanks again!</description>
		<content:encoded><![CDATA[<p>I see your objection, here, but I&#8217;m not sure I entirely agree. I started learning Rails about six months ago, and as such I have only ever used the RESTful scaffolding. I was coming from a background of zero programming knowledge - I knew extremely basic html and that was it. I didn&#8217;t realy find it a barrier - as you say, there&#8217;s so much to learn, so it&#8217;s just one more thing among many. Maybe for those coming from other programming langauges the old version was easier to grasp, but I can say that as a complete n00b it makes no real difference.</p>
<p>That said, I completely agree with the <i>principle</i> behind what you&#8217;re saying. I&#8217;ve been following your Lynda.com course and it&#8217;s defnitely the best introduction to Rails I&#8217;ve come across. The reason for that is your step-by-step approach, so that the priciples behind what&#8217;s happening are very clear. Since I already had experience generating the RESTful scaffold (and I knew the course was a version or so  behind the Rails version I was using) I just assumed things were done differently in the old version, but followed the principles, and I&#8217;ve found that really, really awesome. But just explaining the principles the same way would have worked, I think, even when generating a RESTful scaffold. Again as a new user, I&#8217;d always rather learn the best practice way to do it from the get-go - it&#8217;s just having the priciples behind the Rails defaults explained that really makes the difference.</p>
<p>All that said, I LOVE your course, I think you&#8217;re the best Rails trainer out there. I  hope to see a bnew version for the updated Rails soon. So, if your experiecne as a teacher suggests this update is bad news, I&#8217;m definitely willing to believe you could be right. But I thought you might be interested to hear the perspective of someone who is both new to Rails and a user of your course.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1186</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Fri, 27 Jun 2008 19:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1186</guid>
		<description>I didn't say REST was hard and I never said I would avoid it in my courses.

I said that it is a lot to throw at a beginner.  Maybe you have enough experience to make the leap straight to REST, but I work with students from a wide variety of backgrounds and many don't.  Most beginners are not coming from an object-oriented background and have little or no experience with an MVC framework.  Some beginners have only a small understanding of the difference between GET and POST, much less PUT and DELETE.

It is my opinion based on my teaching experience (and you are welcome to disagree) that it is easier for beginners to understand the fundamentals of Rails, and then learn REST from there.  Essentially to say: look how this is just like what you were doing in language X before and see how much easier it is in Rails.  Once they have made that switch, you can move on to learn REST from there.

Like I said, I hope it helps beginners.  I know that it will help me to teach them.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t say REST was hard and I never said I would avoid it in my courses.</p>
<p>I said that it is a lot to throw at a beginner.  Maybe you have enough experience to make the leap straight to REST, but I work with students from a wide variety of backgrounds and many don&#8217;t.  Most beginners are not coming from an object-oriented background and have little or no experience with an MVC framework.  Some beginners have only a small understanding of the difference between GET and POST, much less PUT and DELETE.</p>
<p>It is my opinion based on my teaching experience (and you are welcome to disagree) that it is easier for beginners to understand the fundamentals of Rails, and then learn REST from there.  Essentially to say: look how this is just like what you were doing in language X before and see how much easier it is in Rails.  Once they have made that switch, you can move on to learn REST from there.</p>
<p>Like I said, I hope it helps beginners.  I know that it will help me to teach them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton R. Nixon</title>
		<link>http://www.nullislove.com/2008/06/27/crud-scaffold-generator/#comment-1185</link>
		<dc:creator>Clinton R. Nixon</dc:creator>
		<pubDate>Fri, 27 Jun 2008 18:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=272#comment-1185</guid>
		<description>I find it hard to imagine that any Rails developer anyway wants to make it easier at the expense of quality code. Even if one did, though, REST is not a hard concept at all to understand. To say that REST makes it hard for beginners to get started with Rails - to say that you'll avoid it in your courses - is an insult to the people you teach.

The structure of REST is amazingly simple, and it simplifies working with Rails. Perhaps your assumptions about its difficulty come from your familiarity with pre-REST Rails, which I can understand. You're incorrect, though.</description>
		<content:encoded><![CDATA[<p>I find it hard to imagine that any Rails developer anyway wants to make it easier at the expense of quality code. Even if one did, though, REST is not a hard concept at all to understand. To say that REST makes it hard for beginners to get started with Rails - to say that you&#8217;ll avoid it in your courses - is an insult to the people you teach.</p>
<p>The structure of REST is amazingly simple, and it simplifies working with Rails. Perhaps your assumptions about its difficulty come from your familiarity with pre-REST Rails, which I can understand. You&#8217;re incorrect, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
