<?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: Installing Rails on Windows (step-by-step tutorial)</title>
	<atom:link href="http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/</link>
	<description>Ruby newbie view on the web development using Ruby on Rails</description>
	<lastBuildDate>Tue, 03 Nov 2009 23:19:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Max</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10766</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10766</guid>
		<description>This is a really great tutorial for Windows users with screen shots.  It is a very in depth tutorial. If you are just looking to get started with Ruby on Rails, please check out the article at: http://topcweb.com/content/ruby-rails-setup</description>
		<content:encoded><![CDATA[<p>This is a really great tutorial for Windows users with screen shots.  It is a very in depth tutorial. If you are just looking to get started with Ruby on Rails, please check out the article at: <a href="http://topcweb.com/content/ruby-rails-setup" rel="nofollow">http://topcweb.com/content/ruby-rails-setup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBONE</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10707</link>
		<dc:creator>JBONE</dc:creator>
		<pubDate>Thu, 03 Sep 2009 22:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10707</guid>
		<description>go to start-&gt; settings -&gt; control pane -&gt; l administrative tools--&gt;component services --&gt;services 

find MySQL  

right click and restart

or

restart the MySQL server through the software might work too</description>
		<content:encoded><![CDATA[<p>go to start-&gt; settings -&gt; control pane -&gt; l administrative tools&#8211;&gt;component services &#8211;&gt;services </p>
<p>find MySQL  </p>
<p>right click and restart</p>
<p>or</p>
<p>restart the MySQL server through the software might work too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instalar Ruby On Rails en Windows &#124; Tutoriales &#124; Noticias de Tecnologia</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10644</link>
		<dc:creator>Instalar Ruby On Rails en Windows &#124; Tutoriales &#124; Noticias de Tecnologia</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10644</guid>
		<description>[...] http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/" rel="nofollow">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allaboutruby</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10640</link>
		<dc:creator>allaboutruby</dc:creator>
		<pubDate>Sun, 19 Jul 2009 21:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10640</guid>
		<description>I don&#039;t know why you&#039;re redirected, but you should actually access 127.0.0.1:3000 (unless you changed the defaults) and not the localhost.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you&#8217;re redirected, but you should actually access 127.0.0.1:3000 (unless you changed the defaults) and not the localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10639</link>
		<dc:creator>Augusto</dc:creator>
		<pubDate>Sun, 19 Jul 2009 20:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10639</guid>
		<description>I&#039;m trying to test my first Rails app in a already existing code that&#039;s in c:\stepgreen.org\

After running most of your steps (and adding the correct tables in the database) I ran 

$ ruby script/server 

on c:\stepgreen.org\, but I can&#039;t see nothing on http://localhost:3000 (and I&#039;m redirected to http://www.strepgreen.org:3000/

Supposedly I have o add 

127.0.0.1 localhost pittsburgh.stepgreen.dev www.stepgreen.dev 

on c:\windows\system32\drivers\etc\hosts

But this doesn&#039;t solve anything :/</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to test my first Rails app in a already existing code that&#8217;s in c:\stepgreen.org\</p>
<p>After running most of your steps (and adding the correct tables in the database) I ran </p>
<p>$ ruby script/server </p>
<p>on c:\stepgreen.org\, but I can&#8217;t see nothing on <a href="http://localhost:3000" rel="nofollow">http://localhost:3000</a> (and I&#8217;m redirected to <a href="http://www.strepgreen.org:3000/" rel="nofollow">http://www.strepgreen.org:3000/</a></p>
<p>Supposedly I have o add </p>
<p>127.0.0.1 localhost pittsburgh.stepgreen.dev <a href="http://www.stepgreen.dev" rel="nofollow">http://www.stepgreen.dev</a> </p>
<p>on c:\windows\system32\drivers\etc\hosts</p>
<p>But this doesn&#8217;t solve anything :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10597</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10597</guid>
		<description>Thanks for the installation help.I was struggling to install it until I found this page. Great Work.</description>
		<content:encoded><![CDATA[<p>Thanks for the installation help.I was struggling to install it until I found this page. Great Work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adım Adım Rails Kurulumu &#171; gurkanoluc</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10587</link>
		<dc:creator>Adım Adım Rails Kurulumu &#171; gurkanoluc</dc:creator>
		<pubDate>Sun, 28 Jun 2009 16:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10587</guid>
		<description>[...] Windows Üzerinde ( Her ne kadar performans açısından kötü olsada ) kurmayı anlatacağım. Çeviri yaptığım makalede veritabanı olarak MySQL&#8216;i nasıl yükleyeceğinizden de bahsediyor ancak biz şimdilik o [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows Üzerinde ( Her ne kadar performans açısından kötü olsada ) kurmayı anlatacağım. Çeviri yaptığım makalede veritabanı olarak MySQL&#8216;i nasıl yükleyeceğinizden de bahsediyor ancak biz şimdilik o [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10582</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Wed, 17 Jun 2009 03:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10582</guid>
		<description>Thanks so much! helped alot!</description>
		<content:encoded><![CDATA[<p>Thanks so much! helped alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10581</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10581</guid>
		<description>I found this article very helpful.Well, can anyone tell dat is there any way to set mysql permanently as my database server for ROR applications?....Right now i have to set it for each and every project config/database.yml file.</description>
		<content:encoded><![CDATA[<p>I found this article very helpful.Well, can anyone tell dat is there any way to set mysql permanently as my database server for ROR applications?&#8230;.Right now i have to set it for each and every project config/database.yml file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installer Rails sur Windows &#171; 29 minutes par jour : un blog anti-procrastination</title>
		<link>http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10580</link>
		<dc:creator>Installer Rails sur Windows &#171; 29 minutes par jour : un blog anti-procrastination</dc:creator>
		<pubDate>Sun, 17 May 2009 22:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/#comment-10580</guid>
		<description>[...] lu sur ce blog qu&#8217;il était préférable de rajouter le suffixe [...]</description>
		<content:encoded><![CDATA[<p>[...] lu sur ce blog qu&#8217;il était préférable de rajouter le suffixe [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
