<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: David Heinemeier Hansson&#8217;s &#8220;weblog&#8221; Rails tutorial, step by step</title>
	<atom:link href="http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/</link>
	<description>Occasional adventures of a freelance Rails coder</description>
	<lastBuildDate>Thu, 10 Sep 2009 13:43:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexwebmaster</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-1003</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-1003</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-21 at adoption curve dot net</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-993</link>
		<dc:creator>links for 2008-04-21 at adoption curve dot net</dc:creator>
		<pubDate>Mon, 21 Apr 2008 00:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-993</guid>
		<description>[...] David Heinemeier Hansson’s “weblog” Rails tutorial, step by step « nuby on rails A text version of the original DHH &#8220;create a blog in 30 mins&#8221; Rails demo. (tags: dhh ruby rubyonrails rails tutorial tutorials) [...]</description>
		<content:encoded><![CDATA[<p>[...] David Heinemeier Hansson’s “weblog” Rails tutorial, step by step « nuby on rails A text version of the original DHH &#8220;create a blog in 30 mins&#8221; Rails demo. (tags: dhh ruby rubyonrails rails tutorial tutorials) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nubyonrails</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-447</link>
		<dc:creator>nubyonrails</dc:creator>
		<pubDate>Sat, 03 Nov 2007 13:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-447</guid>
		<description>Thanks superbnerb, i&#039;ve done as you suggested, using migrations to set up the tables, and also a brief explanation about foreign keys in the comments table.  

I also added a note about the latest version of rails, 1.2.5, which has some pretty radical changes which will mean that this (and most others) tutorial won&#039;t work.  Use rails 1.2.3 or earlier to follow this tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks superbnerb, i&#8217;ve done as you suggested, using migrations to set up the tables, and also a brief explanation about foreign keys in the comments table.  </p>
<p>I also added a note about the latest version of rails, 1.2.5, which has some pretty radical changes which will mean that this (and most others) tutorial won&#8217;t work.  Use rails 1.2.3 or earlier to follow this tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: superbnerb</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-442</link>
		<dc:creator>superbnerb</dc:creator>
		<pubDate>Fri, 02 Nov 2007 20:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-442</guid>
		<description>Love the tute, dude.  I&#039;m wondering if you could spell out your database portions to include setting up your db files in rails, now that you know you don&#039;t have to use heidi or phpadmin.  I&#039;m &#039;stuck&#039; on this whole foreigntable_id thing...  If you wrote out what your 001_posts.rb file looked like, then we could &#039;see&#039; what you mean.

Others obviously didn&#039;t have a problem with it, and i&#039;m glad you put up the tutorial, but it&#039;s just could me and other rails noobs that may need it.
thanks.</description>
		<content:encoded><![CDATA[<p>Love the tute, dude.  I&#8217;m wondering if you could spell out your database portions to include setting up your db files in rails, now that you know you don&#8217;t have to use heidi or phpadmin.  I&#8217;m &#8217;stuck&#8217; on this whole foreigntable_id thing&#8230;  If you wrote out what your 001_posts.rb file looked like, then we could &#8217;see&#8217; what you mean.</p>
<p>Others obviously didn&#8217;t have a problem with it, and i&#8217;m glad you put up the tutorial, but it&#8217;s just could me and other rails noobs that may need it.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nubyonrails</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-435</link>
		<dc:creator>nubyonrails</dc:creator>
		<pubDate>Wed, 31 Oct 2007 09:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-435</guid>
		<description>I know next to nothing about rspec i&#039;m afraid.</description>
		<content:encoded><![CDATA[<p>I know next to nothing about rspec i&#8217;m afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemant</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-430</link>
		<dc:creator>hemant</dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-430</guid>
		<description>hi..it was a nice tutorial for a newbe.
do u have such tutorials for rspec in rails.

cheers
hemant sonker</description>
		<content:encoded><![CDATA[<p>hi..it was a nice tutorial for a newbe.<br />
do u have such tutorials for rspec in rails.</p>
<p>cheers<br />
hemant sonker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nubyonrails</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-84</link>
		<dc:creator>nubyonrails</dc:creator>
		<pubDate>Tue, 14 Aug 2007 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-84</guid>
		<description>You&#039;re absolutely right!  Thanks very much for pointing that out - i guess i got confused because he properly generates the scaffold a couple of minutes later, which automatically deletes the scaffold :post line from the controller at the same time that it puts in all the methods.  But yeah, in between those two sections it would be broken.

I&#039;ve updated the tutorial with an explanation about scaffolding.  Thanks again.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right!  Thanks very much for pointing that out &#8211; i guess i got confused because he properly generates the scaffold a couple of minutes later, which automatically deletes the scaffold :post line from the controller at the same time that it puts in all the methods.  But yeah, in between those two sections it would be broken.</p>
<p>I&#8217;ve updated the tutorial with an explanation about scaffolding.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-81</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-81</guid>
		<description>Found what Fei was missing.  You had forgotten to add the &#039;scaffold :post&#039; to blog_controller.rb

I was stuck there and decided to watch the screencast to see the source.

Peter</description>
		<content:encoded><![CDATA[<p>Found what Fei was missing.  You had forgotten to add the &#8217;scaffold :post&#8217; to blog_controller.rb</p>
<p>I was stuck there and decided to watch the screencast to see the source.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nubyonrails</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-73</link>
		<dc:creator>nubyonrails</dc:creator>
		<pubDate>Mon, 13 Aug 2007 08:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-73</guid>
		<description>haha no worries, i was going to say that it&#039;s definitely ruby script/generate rather than rails script/generate, for me at least.  I just tried the rails script/generate in an old test project and it didn&#039;t make any new files.  I&#039;m using windows, in case that&#039;s relevant.

Thanks for reading :) 

max</description>
		<content:encoded><![CDATA[<p>haha no worries, i was going to say that it&#8217;s definitely ruby script/generate rather than rails script/generate, for me at least.  I just tried the rails script/generate in an old test project and it didn&#8217;t make any new files.  I&#8217;m using windows, in case that&#8217;s relevant.</p>
<p>Thanks for reading :) </p>
<p>max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Brunn</title>
		<link>http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-69</link>
		<dc:creator>Tommy Brunn</dc:creator>
		<pubDate>Sun, 12 Aug 2007 22:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://nubyonrails.wordpress.com/2007/07/13/david-heinemeier-hanssons-weblog-rails-tutorial-step-by-step/#comment-69</guid>
		<description>Nevermind, I&#039;m a fucking moron, that&#039;s all. I forgot to cd to my project xD Thanks anyway</description>
		<content:encoded><![CDATA[<p>Nevermind, I&#8217;m a fucking moron, that&#8217;s all. I forgot to cd to my project xD Thanks anyway</p>
]]></content:encoded>
	</item>
</channel>
</rss>
