<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Ruby on Rails</title>
	<atom:link href="http://candidcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://candidcode.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 15 May 2012 16:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by Blog Author</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-69</link>
		<dc:creator><![CDATA[Blog Author]]></dc:creator>
		<pubDate>Tue, 15 May 2012 16:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-69</guid>
		<description><![CDATA[Thanks, I&#039;ve updated the article and credited you in the troubleshooting section.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve updated the article and credited you in the troubleshooting section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by SPR</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-68</link>
		<dc:creator><![CDATA[SPR]]></dc:creator>
		<pubDate>Tue, 15 May 2012 15:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-68</guid>
		<description><![CDATA[Was banging my head against the “abort: The system cannot find the file specified” error. Followed this excellent article to the letter. Tried a couple of others which all suggested a similar approach. No joy. Then, finally, squirreled away in a google discussion group - the answer...

I was using the Windows command line dialog. This was the problem. Try typing &#039;git&#039; and it works. Try typing &#039;git.exe&#039; and it fails because the git installation actually uses &#039;git.cmd&#039; to fire off instructions. But hggit / Dulwich / Python goes looking for &#039;git.exe&#039;, cannot find it and blows up with the all too familiar error (if only it could have displayed which file it could not find).

The solution is to use the Git Bash shell which does recognize &#039;git.exe&#039;.]]></description>
		<content:encoded><![CDATA[<p>Was banging my head against the “abort: The system cannot find the file specified” error. Followed this excellent article to the letter. Tried a couple of others which all suggested a similar approach. No joy. Then, finally, squirreled away in a google discussion group &#8211; the answer&#8230;</p>
<p>I was using the Windows command line dialog. This was the problem. Try typing &#8216;git&#8217; and it works. Try typing &#8216;git.exe&#8217; and it fails because the git installation actually uses &#8216;git.cmd&#8217; to fire off instructions. But hggit / Dulwich / Python goes looking for &#8216;git.exe&#8217;, cannot find it and blows up with the all too familiar error (if only it could have displayed which file it could not find).</p>
<p>The solution is to use the Git Bash shell which does recognize &#8216;git.exe&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by RasmusKL's Blog &#124; Converting a Mercurial repository to Git (Windows)</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-66</link>
		<dc:creator><![CDATA[RasmusKL's Blog &#124; Converting a Mercurial repository to Git (Windows)]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 21:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-66</guid>
		<description><![CDATA[[...] can find quite a few posts describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can find quite a few posts describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by RasmusKL's Blog &#124; Converting a Mercurial repository into a Git repository (Windows)</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-65</link>
		<dc:creator><![CDATA[RasmusKL's Blog &#124; Converting a Mercurial repository into a Git repository (Windows)]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 21:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-65</guid>
		<description><![CDATA[[...] can find quite a few posts&#160;describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can find quite a few posts&#160;describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by A guide to getting the hg-git Mercurial plugin to work on a Windows machine at VanDragt.com</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-64</link>
		<dc:creator><![CDATA[A guide to getting the hg-git Mercurial plugin to work on a Windows machine at VanDragt.com]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 16:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-64</guid>
		<description><![CDATA[[...] use openssh from cygwin, double click your github private key to add it to the keychain.via A guide to getting the hg-git Mercurial plugin to work on a Windows machineWritten by Sander February 12th, 2012 at 4:09 pmPosted in Uncategorized&#171; What Happens When You [...]]]></description>
		<content:encoded><![CDATA[<p>[...] use openssh from cygwin, double click your github private key to add it to the keychain.via A guide to getting the hg-git Mercurial plugin to work on a Windows machineWritten by Sander February 12th, 2012 at 4:09 pmPosted in Uncategorized&laquo; What Happens When You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paginating multiple models using will_paginate on the same page by pico farad</title>
		<link>http://candidcode.com/2009/11/03/paginating-multiple-models-using-will_paginate-on-the-same-page/#comment-53</link>
		<dc:creator><![CDATA[pico farad]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 22:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=33#comment-53</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by Brian Panulla</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-51</link>
		<dc:creator><![CDATA[Brian Panulla]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 18:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-51</guid>
		<description><![CDATA[Thanks for this post! One update: looks like Dulwich is included in recent builds of TortoiseHg. All I needed to do was clone hg-git, add it to hgrc, and go.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post! One update: looks like Dulwich is included in recent builds of TortoiseHg. All I needed to do was clone hg-git, add it to hgrc, and go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample nginx (with Phusion Passenger) configuration file to enable SSL by links for 2010-11-19 &#171; Caiwangqin&#8217;s delicious bog</title>
		<link>http://candidcode.com/2009/09/12/sample-nginx-with-phusion-passenger-configuration-file-to-enable-ssl/#comment-31</link>
		<dc:creator><![CDATA[links for 2010-11-19 &#171; Caiwangqin&#8217;s delicious bog]]></dc:creator>
		<pubDate>Fri, 19 Nov 2010 23:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=15#comment-31</guid>
		<description><![CDATA[[...] Sample nginx (with Phusion Passenger) configuration file to enable SSL « Ruby on Rails (tags: nginx passenger ssl certificate https) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Sample nginx (with Phusion Passenger) configuration file to enable SSL « Ruby on Rails (tags: nginx passenger ssl certificate https) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Phusion Passenger to install nginx with SSL support by links for 2010-11-19 &#171; Caiwangqin&#8217;s delicious bog</title>
		<link>http://candidcode.com/2009/09/12/getting-phusion-passenger-to-install-nginx-with-ssl-support/#comment-30</link>
		<dc:creator><![CDATA[links for 2010-11-19 &#171; Caiwangqin&#8217;s delicious bog]]></dc:creator>
		<pubDate>Fri, 19 Nov 2010 23:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=3#comment-30</guid>
		<description><![CDATA[[...] Getting Phusion Passenger to install nginx with SSL support « Ruby on Rails (tags: nginx passenger ssl) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Getting Phusion Passenger to install nginx with SSL support « Ruby on Rails (tags: nginx passenger ssl) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to getting the hg-git Mercurial plugin to work on a Windows machine by Michael Gatto</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-28</link>
		<dc:creator><![CDATA[Michael Gatto]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-28</guid>
		<description><![CDATA[I use Bitvise&#039;s Tunnelier and it seems one could alias &#039;ssh&#039; to Tunnelier&#039;s &#039;sexec&#039; instead of having to install Cygwin, which I really don&#039;t want to do. I&#039;ll try it and report back unless anyone knows a really good reason not to.]]></description>
		<content:encoded><![CDATA[<p>I use Bitvise&#8217;s Tunnelier and it seems one could alias &#8216;ssh&#8217; to Tunnelier&#8217;s &#8216;sexec&#8217; instead of having to install Cygwin, which I really don&#8217;t want to do. I&#8217;ll try it and report back unless anyone knows a really good reason not to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

