<?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: Playing with Rails</title>
	<atom:link href="http://www.darcynorman.net/2005/10/11/playing-with-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Fri, 20 Nov 2009 14:35:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robby Russell</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80262</link>
		<dc:creator>Robby Russell</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80262</guid>
		<description>&quot;I have to wonder, thoughâ€¦ If Oâ€™Reilly is such a supporter of Rails, touting it as one of the Next Big Things, wtf isnâ€™t there a book in The Oâ€™Reilly Safari???&quot;

Because I am not finished writing the book yet! :-)</description>
		<content:encoded><![CDATA[<p>&#8220;I have to wonder, thoughâ€¦ If Oâ€™Reilly is such a supporter of Rails, touting it as one of the Next Big Things, wtf isnâ€™t there a book in The Oâ€™Reilly Safari???&#8221;</p>
<p>Because I am not finished writing the book yet! <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80263</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80263</guid>
		<description>Ah! That explains it :-)

Looking forward to it... What kind of animal will represent Ruby on Rails???</description>
		<content:encoded><![CDATA[<p>Ah! That explains it <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Looking forward to it&#8230; What kind of animal will represent Ruby on Rails???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunter</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80264</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80264</guid>
		<description>I do Rails all day and certainly don&#039;t run script/server as root!</description>
		<content:encoded><![CDATA[<p>I do Rails all day and certainly don&#8217;t run script/server as root!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80265</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80265</guid>
		<description>hm. If I don&#039;t run it as root, all I get is this:

&lt;pre&gt;&lt;code&gt;Not Found

`/people&#039; not found.
WEBrick/1.3.1 (Ruby/1.8.2/2004-12-25) at localhost:3000&lt;/code&gt;&lt;/pre&gt;

When I run it as root, I get the expected &quot;people&quot; index. Freaky. Perhaps some kind of permissions issue on the Rails installation?</description>
		<content:encoded><![CDATA[<p>hm. If I don&#8217;t run it as root, all I get is this:</p>
<pre><code>Not Found

`/people' not found.
WEBrick/1.3.1 (Ruby/1.8.2/2004-12-25) at localhost:3000</code></pre>
<p>When I run it as root, I get the expected &#8220;people&#8221; index. Freaky. Perhaps some kind of permissions issue on the Rails installation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas St-Laurent</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80266</link>
		<dc:creator>Nicolas St-Laurent</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80266</guid>
		<description>The default installation of Ruby on Rails on the Mac OS X Tiger isn&#039;t very good. I suggest that you follow this fix : http://tech.rufy.com/entry/46. Your life will be much easier after that.

There&#039;s not a lot of books on Ruby on Rails. I agree with you that is strange that O&#039;Reilly don&#039;t have a book on it, when we know how much they that talk about it. The best book I know is http://www.pragmaticprogrammer.com/titles/rails/index.html. You should find almost all the answers in this book. It&#039;s very complete.

Rails is still in development (not yet a 1.x version) and is difficult to get good documentation on it.</description>
		<content:encoded><![CDATA[<p>The default installation of Ruby on Rails on the Mac OS X Tiger isn&#8217;t very good. I suggest that you follow this fix : <a href="http://tech.rufy.com/entry/46" rel="nofollow">http://tech.rufy.com/entry/46</a>. Your life will be much easier after that.</p>
<p>There&#8217;s not a lot of books on Ruby on Rails. I agree with you that is strange that O&#8217;Reilly don&#8217;t have a book on it, when we know how much they that talk about it. The best book I know is <a href="http://www.pragmaticprogrammer.com/titles/rails/index.html" rel="nofollow">http://www.pragmaticprogrammer.com/titles/rails/index.html</a>. You should find almost all the answers in this book. It&#8217;s very complete.</p>
<p>Rails is still in development (not yet a 1.x version) and is difficult to get good documentation on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Kraus</title>
		<link>http://www.darcynorman.net/2005/10/11/playing-with-rails/#comment-80267</link>
		<dc:creator>Lee Kraus</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">685045352#comment-80267</guid>
		<description>I am having trouble logging into MySQL.  It started during my attempt to install Rails on Windows XP.  Can anyone point me in the right direction for help?

Thanks,

Lee</description>
		<content:encoded><![CDATA[<p>I am having trouble logging into MySQL.  It started during my attempt to install Rails on Windows XP.  Can anyone point me in the right direction for help?</p>
<p>Thanks,</p>
<p>Lee</p>
]]></content:encoded>
	</item>
</channel>
</rss>
