<?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/"
	>
<channel>
	<title>Comments on: Ruby on Rails Beyond the Basics</title>
	<atom:link href="http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/</link>
	<description>Code for Coders</description>
	<pubDate>Tue, 07 Sep 2010 01:20:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-1112</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Mon, 05 May 2008 19:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-1112</guid>
		<description>Jason: Yes, you need to have a database configuration now for Rails to start.  I'm hoping they reconsider this change to the default settings in the next version (which is due out soon).

Don't bother with the scaffolding plug-in.  Scaffold only shows off the sensible defaults that let you get basic CRUD (create, read, update, delete) running quickly.  It's not actually useful for development.  Just watch the movie to get the idea of what it used to do and to see what standard CRUD pages look like.</description>
		<content:encoded><![CDATA[<p>Jason: Yes, you need to have a database configuration now for Rails to start.  I&#8217;m hoping they reconsider this change to the default settings in the next version (which is due out soon).</p>
<p>Don&#8217;t bother with the scaffolding plug-in.  Scaffold only shows off the sensible defaults that let you get basic CRUD (create, read, update, delete) running quickly.  It&#8217;s not actually useful for development.  Just watch the movie to get the idea of what it used to do and to see what standard CRUD pages look like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-1110</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 05 May 2008 02:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-1110</guid>
		<description>Kevin,

Great RoR tutorials on lynda.com. I am having the same rails 2.0 issues as noted above.

1) Hello World in not working; but with further review I have found that the database has to be up and running first before a RoR applications will work. Is this true? (I was able to get Mysql up!!) 

2) It seems that scaffolding is a trick of the past. Should is skip the lessons on that or should I install the the scaffolding plugin? If yes, do you know a good place to find info on adding the plugins needed?

Regards,

Jason</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Great RoR tutorials on lynda.com. I am having the same rails 2.0 issues as noted above.</p>
<p>1) Hello World in not working; but with further review I have found that the database has to be up and running first before a RoR applications will work. Is this true? (I was able to get Mysql up!!) </p>
<p>2) It seems that scaffolding is a trick of the past. Should is skip the lessons on that or should I install the the scaffolding plugin? If yes, do you know a good place to find info on adding the plugins needed?</p>
<p>Regards,</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-1042</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Tue, 26 Feb 2008 00:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-1042</guid>
		<description>Emily,

There are 2 main things that have changed since Rails version 2.0.2 came out.

1) scaffolding has been removed.  You can still watch the movie where I demonstrate it.  As I'm showing it, you'll notice that I say something to the effect of "Cool trick, but you'll never actually do it this way when developing."  The important point is that Rails is based on sensible defaults, so sensible that a single command used to give you all the CRUD of a basic database application.

2) The default database is now SQLite.  Rails with MySQL still works exactly as I demonstrate, but you'll have to edit your database.yml file to match mine.  By default it will be hoping to use SQLite.

I'm talking to Lynda.com now about how to best handle these revisions.

In the meantime, I hope that helps!</description>
		<content:encoded><![CDATA[<p>Emily,</p>
<p>There are 2 main things that have changed since Rails version 2.0.2 came out.</p>
<p>1) scaffolding has been removed.  You can still watch the movie where I demonstrate it.  As I&#8217;m showing it, you&#8217;ll notice that I say something to the effect of &#8220;Cool trick, but you&#8217;ll never actually do it this way when developing.&#8221;  The important point is that Rails is based on sensible defaults, so sensible that a single command used to give you all the CRUD of a basic database application.</p>
<p>2) The default database is now SQLite.  Rails with MySQL still works exactly as I demonstrate, but you&#8217;ll have to edit your database.yml file to match mine.  By default it will be hoping to use SQLite.</p>
<p>I&#8217;m talking to Lynda.com now about how to best handle these revisions.</p>
<p>In the meantime, I hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-1036</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-1036</guid>
		<description>Kevin,

I love the lynda.com tutorial videos you made for Ruby on Rails, but as a total newbie I'm getting stuck when it comes to scaffolding and some other things that have changed in version 2.0. The tutorial steps don't work and I'm at a loss as to what to do to keep going. Do you have any plans to release updates or notes to help users get through the tutorials with the latest version of ROR?

Thanks!</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>I love the lynda.com tutorial videos you made for Ruby on Rails, but as a total newbie I&#8217;m getting stuck when it comes to scaffolding and some other things that have changed in version 2.0. The tutorial steps don&#8217;t work and I&#8217;m at a loss as to what to do to keep going. Do you have any plans to release updates or notes to help users get through the tutorials with the latest version of ROR?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Birch</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-797</link>
		<dc:creator>Michael Birch</dc:creator>
		<pubDate>Tue, 04 Dec 2007 23:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-797</guid>
		<description>The RoR tuts on lynda are incredibly easy to follow, and if programming has been a bit intimidating this is the easiest route I've found so far. If you can't get it with this......well there's always something else I guess. Unfortunately  The tutorial has been on hold in my world due to me forgetting the mysql password. I've had a pretty hard time trying to reset it with no luck. So if You do take the course REMEMBER YOUR PASSWORD.</description>
		<content:encoded><![CDATA[<p>The RoR tuts on lynda are incredibly easy to follow, and if programming has been a bit intimidating this is the easiest route I&#8217;ve found so far. If you can&#8217;t get it with this&#8230;&#8230;well there&#8217;s always something else I guess. Unfortunately  The tutorial has been on hold in my world due to me forgetting the mysql password. I&#8217;ve had a pretty hard time trying to reset it with no luck. So if You do take the course REMEMBER YOUR PASSWORD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-765</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Mon, 26 Nov 2007 16:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-765</guid>
		<description>@Victor: The training will teach you how to use Ruby on Rails and I use a simple blog as a sample project in Beyond the Basics.  I don't teach exactly the project you describe, mostly I'm using the blog project to make other points about how Ruby on Rails works and how you can get the most out of it.

Ruby on Rails is certainly capable of doing the type of project you are describing, and I think Ruby on Rails Essential Training and Ruby on Rails Beyond the Basics will give you enough skills to accomplish it.</description>
		<content:encoded><![CDATA[<p>@Victor: The training will teach you how to use Ruby on Rails and I use a simple blog as a sample project in Beyond the Basics.  I don&#8217;t teach exactly the project you describe, mostly I&#8217;m using the blog project to make other points about how Ruby on Rails works and how you can get the most out of it.</p>
<p>Ruby on Rails is certainly capable of doing the type of project you are describing, and I think Ruby on Rails Essential Training and Ruby on Rails Beyond the Basics will give you enough skills to accomplish it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Deltoro</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-760</link>
		<dc:creator>Victor Deltoro</dc:creator>
		<pubDate>Fri, 23 Nov 2007 18:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-760</guid>
		<description>Hi Kevin,

Compliments. I want to thank you for producing the Beyond the Basics series for RoR. I live in Africa and I haven't had the opportunity to see the previews yet but I have read the curriculum on lynda.com.

Here's what I want to do: I want to build a social networking site such that each registered user shall have a solid blog system. Can I use your training, Kevin, to learn how to build a blog, and then to make that blog available to each registered user of my social networking site?

Secondly, I want to build a video blog as well, i.e. a flash player app above with a comment system below. Can I also glean the fundamentals of building such a system from your training title minus the flash player app?

Thanks Kevin and I look forward to hearing from you.

Regards,
Victor</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Compliments. I want to thank you for producing the Beyond the Basics series for RoR. I live in Africa and I haven&#8217;t had the opportunity to see the previews yet but I have read the curriculum on lynda.com.</p>
<p>Here&#8217;s what I want to do: I want to build a social networking site such that each registered user shall have a solid blog system. Can I use your training, Kevin, to learn how to build a blog, and then to make that blog available to each registered user of my social networking site?</p>
<p>Secondly, I want to build a video blog as well, i.e. a flash player app above with a comment system below. Can I also glean the fundamentals of building such a system from your training title minus the flash player app?</p>
<p>Thanks Kevin and I look forward to hearing from you.</p>
<p>Regards,<br />
Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-748</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 17 Nov 2007 21:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-748</guid>
		<description>I signed up at lynda.com for this training set.
Just finished watching all 17 chapters and I must say, well explained and easy to follow...
Thanks.</description>
		<content:encoded><![CDATA[<p>I signed up at lynda.com for this training set.<br />
Just finished watching all 17 chapters and I must say, well explained and easy to follow&#8230;<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-742</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Fri, 16 Nov 2007 16:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-742</guid>
		<description>@john: I did some checking. You are correct--some of the Lynda.com titles are on the O'Reilly site too as part of a special program they worked out.  Currently the titles are limited only to the "Essential Training" level and not to more advanced titles like "Ruby on Rails Beyond the Basics".  So you'll have to go to Lynda.com or Amazon.com to watch "Ruby on Rails Beyond the Basics".</description>
		<content:encoded><![CDATA[<p>@john: I did some checking. You are correct&#8211;some of the Lynda.com titles are on the O&#8217;Reilly site too as part of a special program they worked out.  Currently the titles are limited only to the &#8220;Essential Training&#8221; level and not to more advanced titles like &#8220;Ruby on Rails Beyond the Basics&#8221;.  So you&#8217;ll have to go to Lynda.com or Amazon.com to watch &#8220;Ruby on Rails Beyond the Basics&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/comment-page-1/#comment-717</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 13 Nov 2007 21:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/10/18/ruby-on-rails-beyond-the-basics/#comment-717</guid>
		<description>@Kevin,

I am a Safari Library member and I have access to your Essential Training course.  See - http://safari.oreilly.com/1596713089.

Your material is great and helps justify paying oreilly 39.95 per month.</description>
		<content:encoded><![CDATA[<p>@Kevin,</p>
<p>I am a Safari Library member and I have access to your Essential Training course.  See - <a href="http://safari.oreilly.com/1596713089" rel="nofollow">http://safari.oreilly.com/1596713089</a>.</p>
<p>Your material is great and helps justify paying oreilly 39.95 per month.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
