<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>novolocus.com &#187; 2005 &#187; November</title>
	<atom:link href="http://www.novolocus.com/2005/11/feed" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com</link>
	<description>Whatever Andy Burns is working on...</description>
	<pubDate>Tue, 18 Nov 2008 12:00:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Porting Java to Ruby</title>
		<link>http://www.novolocus.com/2005/11/28/porting-java-to-ruby/</link>
		<comments>http://www.novolocus.com/2005/11/28/porting-java-to-ruby/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 10:11:50 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Ruby &amp; Rails]]></category>

		<category><![CDATA[Xiangqi]]></category>

		<guid isPermaLink="false">http://www.novolocus.com/?p=216</guid>
		<description><![CDATA[Long time ago I wrote a Java engine for figuring out valid Chinese Chess (Xiangqi) moves. I was going to build it into a website, something like Red Hot Pawn. Well, it seems that Ruby might be much quicker to develop the database and presentation parts of a website, so I decided to port my [...]]]></description>
			<content:encoded><![CDATA[<p>Long time ago I wrote a Java engine for figuring out valid Chinese Chess (Xiangqi) moves. I was going to build it into a website, something like <a href="http://www.redhotpawn.com/">Red Hot Pawn</a>. Well, it seems that Ruby might be much quicker to develop the database and presentation parts of a website, so I decided to port my Java code across to Ruby. It was very easy, both being very object oriented. It works just fine. Now, all I have to do is the site itself - which should be quick in Ruby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novolocus.com/2005/11/28/porting-java-to-ruby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby on Rails on Apache</title>
		<link>http://www.novolocus.com/2005/11/05/ruby-on-rails-on-apache/</link>
		<comments>http://www.novolocus.com/2005/11/05/ruby-on-rails-on-apache/#comments</comments>
		<pubDate>Sat, 05 Nov 2005 00:11:18 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Ruby &amp; Rails]]></category>

		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.novolocus.com/?p=220</guid>
		<description><![CDATA[I just got Rails working on Apache, which is pretty cool, and fairly straight forward really. My big complaint about the whole process is, though, that the tip below was necessary to make apache stop just returning errors&#8230;
Note from porter.ea:
One additional edit that I found necessary was to add &#8220;#!c:/pathto/rubybin/rubyw&#8221; (note the &#8220;w&#8221;) at the [...]]]></description>
			<content:encoded><![CDATA[<p>I just got <a href="http://electricvisions.com/rails.html">Rails working on Apache</a>, which is pretty cool, and fairly straight forward really. My big complaint about the whole process is, though, that the <a href="http://wiki.rubyonrails.com/rails/pages/Fast+CGI+and+Apache2+for+Windows+XP/versions/new">tip below</a> was necessary to make apache stop just returning errors&#8230;</p>
<p class="insetA">Note from porter.ea:</p>
<p>One additional edit that I found necessary was to add &#8220;#!c:/pathto/rubybin/rubyw&#8221; (note the &#8220;w&#8221;) at the top of the &#8220;C:\appname\public\dispatch.fcgi&#8221; file.</p>
<p>It&#8217;s worth noting the bit about (for performance):<br />
<code>FastCgiConfig -maxClassProcesses 1 -maxProcesses 1 -minProcesses 1 -processSlack 1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.novolocus.com/2005/11/05/ruby-on-rails-on-apache/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
