<?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: Ruby on Rails on Windows</title>
	<atom:link href="http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/</link>
	<description>The thoughts of an Interface Engineer trying to find his way</description>
	<lastBuildDate>Fri, 23 Oct 2009 11:06:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james</title>
		<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-10</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 02 Sep 2006 04:06:25 +0000</pubDate>
		<guid isPermaLink="false">https://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-10</guid>
		<description>Hi,

I have recently taken a new job in a corporation that is IT-challenged.  We have several different RDBMS, including Oracle and SQLserver, so I find myself using Access to &quot;universally&quot; query data via ODBC.  Basically, I need to serve data to </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have recently taken a new job in a corporation that is IT-challenged.  We have several different RDBMS, including Oracle and SQLserver, so I find myself using Access to &#8220;universally&#8221; query data via ODBC.  Basically, I need to serve data to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hillemania</title>
		<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-8</link>
		<dc:creator>hillemania</dc:creator>
		<pubDate>Thu, 10 Aug 2006 21:24:36 +0000</pubDate>
		<guid isPermaLink="false">https://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-8</guid>
		<description>Wow,
Thanks so much for the information, now I&#039;ve got so much more stuff to try. This is exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Wow,<br />
Thanks so much for the information, now I&#8217;ve got so much more stuff to try. This is exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Sissitka</title>
		<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-7</link>
		<dc:creator>David Sissitka</dc:creator>
		<pubDate>Thu, 10 Aug 2006 21:01:17 +0000</pubDate>
		<guid isPermaLink="false">https://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-7</guid>
		<description>For production, proxying to Mongrel from Apache, LightTPD, or LiteSpeed (My preference.) has quickly become the deployment environment of choice for a lot of Rails developers. It&#039;s as effecient as FastCGI with a fraction of the problems. It&#039;s not so hot at serving static content, so use Apache, LightTPD, or LiteSpeed to serve the static content. With Apache you can get by with a little bit of ModRewrite trickery, and using LiteSpeed it&#039;s as easy as setting a static content for the relevant content in the public directory. As for load balancing, you can either run multiple instances of Mongrel or use mongrel_cluster (See: http://mongrel.rubyforge.org/docs/mongrel_cluster.html). In either situation you would proxy to the instances of Mongrel or mongrel_cluster, which is pretty straight forward. If it means anything Rick Olson, the man behind acts_as_versioned and Mephisto (See: http://weblog.rubyonrails.com), is rocking the LiteSpeed and mongrel_cluster combination.</description>
		<content:encoded><![CDATA[<p>For production, proxying to Mongrel from Apache, LightTPD, or LiteSpeed (My preference.) has quickly become the deployment environment of choice for a lot of Rails developers. It&#8217;s as effecient as FastCGI with a fraction of the problems. It&#8217;s not so hot at serving static content, so use Apache, LightTPD, or LiteSpeed to serve the static content. With Apache you can get by with a little bit of ModRewrite trickery, and using LiteSpeed it&#8217;s as easy as setting a static content for the relevant content in the public directory. As for load balancing, you can either run multiple instances of Mongrel or use mongrel_cluster (See: <a href="http://mongrel.rubyforge.org/docs/mongrel_cluster.html)" rel="nofollow">http://mongrel.rubyforge.org/docs/mongrel_cluster.html)</a>. In either situation you would proxy to the instances of Mongrel or mongrel_cluster, which is pretty straight forward. If it means anything Rick Olson, the man behind acts_as_versioned and Mephisto (See: <a href="http://weblog.rubyonrails.com)" rel="nofollow">http://weblog.rubyonrails.com)</a>, is rocking the LiteSpeed and mongrel_cluster combination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hillemania</title>
		<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-6</link>
		<dc:creator>hillemania</dc:creator>
		<pubDate>Thu, 10 Aug 2006 18:39:31 +0000</pubDate>
		<guid isPermaLink="false">https://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-6</guid>
		<description>You must have read this before I got me next post up.  I stumbled across that solution within minutes of my post.

Do you have any insight on how robust it is.  Can I do multiple virtual hosts, and is it meant for production or just development?</description>
		<content:encoded><![CDATA[<p>You must have read this before I got me next post up.  I stumbled across that solution within minutes of my post.</p>
<p>Do you have any insight on how robust it is.  Can I do multiple virtual hosts, and is it meant for production or just development?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Sissitka</title>
		<link>http://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-5</link>
		<dc:creator>David Sissitka</dc:creator>
		<pubDate>Thu, 10 Aug 2006 15:27:22 +0000</pubDate>
		<guid isPermaLink="false">https://hillemania.wordpress.com/2006/08/10/ruby-on-rails-on-windows/#comment-5</guid>
		<description>Have you considered using Mongrel? If not, Mongrel, MySQL, Rails, and Ruby can be set up within 10 minutes. 

Mongrel - gem install mongrel
MySQL - http://dev.mysql.com/downloads/
Ruby - http://rubyforge.org/projects/rubyinstaller/
Rails - gem install rails --include-dependencies

No configuration, just &quot;mongrel_rails start&quot; from an application&#039;s root directory (Same place you&#039;d do a &quot;ruby script/server&quot;.) and you&#039;re good to go.</description>
		<content:encoded><![CDATA[<p>Have you considered using Mongrel? If not, Mongrel, MySQL, Rails, and Ruby can be set up within 10 minutes. </p>
<p>Mongrel &#8211; gem install mongrel<br />
MySQL &#8211; <a href="http://dev.mysql.com/downloads/" rel="nofollow">http://dev.mysql.com/downloads/</a><br />
Ruby &#8211; <a href="http://rubyforge.org/projects/rubyinstaller/" rel="nofollow">http://rubyforge.org/projects/rubyinstaller/</a><br />
Rails &#8211; gem install rails &#8211;include-dependencies</p>
<p>No configuration, just &#8220;mongrel_rails start&#8221; from an application&#8217;s root directory (Same place you&#8217;d do a &#8220;ruby script/server&#8221;.) and you&#8217;re good to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
