<?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 Tutorial, now with more 2.0.2!</title>
	<atom:link href="http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Mon, 28 Jun 2010 23:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rowena</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-784</link>
		<dc:creator>Rowena</dc:creator>
		<pubDate>Tue, 12 May 2009 08:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-784</guid>
		<description>I solve the problem just add space before the password</description>
		<content:encoded><![CDATA[<p>I solve the problem just add space before the password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowena</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-785</link>
		<dc:creator>Rowena</dc:creator>
		<pubDate>Tue, 12 May 2009 05:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-785</guid>
		<description>I got an error in db:migrate, I&#039;m using mysql, is that code ok for mysql?</description>
		<content:encoded><![CDATA[<p>I got an error in db:migrate, I&#39;m using mysql, is that code ok for mysql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowena</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-737</link>
		<dc:creator>Rowena</dc:creator>
		<pubDate>Tue, 12 May 2009 01:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-737</guid>
		<description>I solve the problem just add space before the password</description>
		<content:encoded><![CDATA[<p>I solve the problem just add space before the password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowena</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-736</link>
		<dc:creator>Rowena</dc:creator>
		<pubDate>Mon, 11 May 2009 22:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-736</guid>
		<description>I got an error in db:migrate, I&#039;m using mysql, is that code ok for mysql?</description>
		<content:encoded><![CDATA[<p>I got an error in db:migrate, I&#39;m using mysql, is that code ok for mysql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-685</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-685</guid>
		<description>Love it, quick and to the point. Great way to start learning Rails.</description>
		<content:encoded><![CDATA[<p>Love it, quick and to the point. Great way to start learning Rails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-667</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Tue, 09 Dec 2008 00:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-667</guid>
		<description>*Big Thumbs Up*</description>
		<content:encoded><![CDATA[<p>*Big Thumbs Up*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe Odess</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-574</link>
		<dc:creator>Gabe Odess</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-574</guid>
		<description>I am new on rails, I am trying to find a way to change my table columns and scaffolding fields from within rails.  At this point, the only way I know how to accomplish this is to make the changes through MySQL, and then delete the rails helper file before I run a &#039;generate scaffold&#039; again.

There must be a more efficient way of doing this.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I am new on rails, I am trying to find a way to change my table columns and scaffolding fields from within rails.  At this point, the only way I know how to accomplish this is to make the changes through MySQL, and then delete the rails helper file before I run a &#8216;generate scaffold&#8217; again.</p>
<p>There must be a more efficient way of doing this.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-528</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 27 Jul 2008 14:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-528</guid>
		<description>Tanfastic!

Great pace!

Keep &#039;em coming</description>
		<content:encoded><![CDATA[<p>Tanfastic!</p>
<p>Great pace!</p>
<p>Keep &#8216;em coming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4four12 &#124; Lashings of Process</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-527</link>
		<dc:creator>4four12 &#124; Lashings of Process</dc:creator>
		<pubDate>Sun, 27 Jul 2008 08:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-527</guid>
		<description>[...] there I setup the database and got to work coding the commenting functionality. Here is a gallery of the process:  .gallery { margin: auto; } .gallery-item { float: left; [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; padding-left: 20px; background-color: #FFFF95; color: darkred">
<p>[...] there I setup the database and got to work coding the commenting functionality. Here is a gallery of the process:  .gallery { margin: auto; } .gallery-item { float: left; [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: jefe</title>
		<link>http://jonathanng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/comment-page-2/#comment-496</link>
		<dc:creator>jefe</dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/ruby-on-rails-tutorial-now-with-more-202/#comment-496</guid>
		<description>Those with MySql probs:

MySQL runs on port 3306 by default, so you connection thru the Query browser should be something like hostname: localhost, port: 3306.

The only account created after installing MySQL is &quot;root&quot; and with no password, I believe.

&quot;root&quot; is the admin account, so you will have all access

hope this helps</description>
		<content:encoded><![CDATA[<p>Those with MySql probs:</p>
<p>MySQL runs on port 3306 by default, so you connection thru the Query browser should be something like hostname: localhost, port: 3306.</p>
<p>The only account created after installing MySQL is &#8220;root&#8221; and with no password, I believe.</p>
<p>&#8220;root&#8221; is the admin account, so you will have all access</p>
<p>hope this helps</p>
]]></content:encoded>
	</item>
</channel>
</rss>
