<?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: Help for Rails Beginners using the book AWDwR and Rails 2.0</title>
	<atom:link href="http://woonzai.com/blog/2007/12/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://woonzai.com/blog/2007/12/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=help-for-rails-beginners-using-the-book-awdwr-and-rails-20</link>
	<description>The Way of the Writer</description>
	<lastBuildDate>Tue, 08 May 2012 14:13:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bg</title>
		<link>http://woonzai.com/blog/2007/12/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/comment-page-1/#comment-5</link>
		<dc:creator>bg</dc:creator>
		<pubDate>Mon, 07 Jan 2008 00:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://woonzai.com/blog/2007/12/18/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/#comment-5</guid>
		<description>Thanx for this article and especially for
rails -d mysql xxx

I spent 2 days trying make hello-world-application works (on Agile tutorial)... Now it works :)</description>
		<content:encoded><![CDATA[<p>Thanx for this article and especially for<br />
rails -d mysql xxx</p>
<p>I spent 2 days trying make hello-world-application works (on Agile tutorial)&#8230; Now it works <img src='http://woonzai.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Lewis</title>
		<link>http://woonzai.com/blog/2007/12/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/comment-page-1/#comment-4</link>
		<dc:creator>Joe Lewis</dc:creator>
		<pubDate>Fri, 04 Jan 2008 06:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://woonzai.com/blog/2007/12/18/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/#comment-4</guid>
		<description>As another new Rails developer hitting the AWDWR book with a fresh 2.0 install, this was very helpful. This has been a rough start.

I believe that jumping in to the 2.0 game is important for the future, but I find it unfortunate and frustrating that so much key stuff right off the bat was broken between it and this key book.

One tip for the newbies if it isn&#039;t obvious: Don&#039;t forget to run rake db:migrate after generating the scaffold. If you see an error that reads:

ActiveRecord::StatementInvalid in ProductsController#index
Mysql::Error: Table &#039;depot_development.products&#039; doesn&#039;t exist: SELECT * FROM `products`

then you still need to run rake db:migrate.</description>
		<content:encoded><![CDATA[<p>As another new Rails developer hitting the AWDWR book with a fresh 2.0 install, this was very helpful. This has been a rough start.</p>
<p>I believe that jumping in to the 2.0 game is important for the future, but I find it unfortunate and frustrating that so much key stuff right off the bat was broken between it and this key book.</p>
<p>One tip for the newbies if it isn&#8217;t obvious: Don&#8217;t forget to run rake db:migrate after generating the scaffold. If you see an error that reads:</p>
<p>ActiveRecord::StatementInvalid in ProductsController#index<br />
Mysql::Error: Table &#8216;depot_development.products&#8217; doesn&#8217;t exist: SELECT * FROM `products`</p>
<p>then you still need to run rake db:migrate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chu Yeow</title>
		<link>http://woonzai.com/blog/2007/12/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/comment-page-1/#comment-3</link>
		<dc:creator>Chu Yeow</dc:creator>
		<pubDate>Sat, 29 Dec 2007 03:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://woonzai.com/blog/2007/12/18/help-for-rails-beginners-using-the-book-awdwr-and-rails-20/#comment-3</guid>
		<description>Ah, the scaffold generator has changed from AWDwR - the syntax is now &quot;Usage: script/generate scaffold ModelName [field:type, field:type]&quot;

You can simply run script/generate scaffold for the latest syntax and usage examples.</description>
		<content:encoded><![CDATA[<p>Ah, the scaffold generator has changed from AWDwR &#8211; the syntax is now &#8220;Usage: script/generate scaffold ModelName [field:type, field:type]&#8221;</p>
<p>You can simply run script/generate scaffold for the latest syntax and usage examples.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

