<?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 for stew (@) rtmatheson.com</title>
	<atom:link href="http://rtmatheson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rtmatheson.com</link>
	<description>My name is Stewart Matheson. I work with code, servers and anything else that makes the web work.  I am also avaiable for hire to help you with any of your projects.</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:01:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Installing Ruby 1.9.2 on Mac os x 10.7 (Lion) by Stewart Matheson</title>
		<link>http://rtmatheson.com/2011/09/installing-ruby-1-9-2-on-mac-os-x-10-7-lion/comment-page-1/#comment-5376</link>
		<dc:creator>Stewart Matheson</dc:creator>
		<pubDate>Fri, 25 Nov 2011 00:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=355#comment-5376</guid>
		<description>Thanks Uraki,

Good to know. No doubt I will run in to this one when I try and install 1.9.3 :).</description>
		<content:encoded><![CDATA[<p>Thanks Uraki,</p>
<p>Good to know. No doubt I will run in to this one when I try and install 1.9.3 <img src='http://rtmatheson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby 1.9.2 on Mac os x 10.7 (Lion) by Uraki</title>
		<link>http://rtmatheson.com/2011/09/installing-ruby-1-9-2-on-mac-os-x-10-7-lion/comment-page-1/#comment-5372</link>
		<dc:creator>Uraki</dc:creator>
		<pubDate>Thu, 24 Nov 2011 23:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=355#comment-5372</guid>
		<description>If you are trying to install 1.9.3-p0, the final rvm command will fail with a confusing message.

You need to add an additional parameter &#039;--with-gcc=clang&#039; to the rvm command and then 1.9.3 will install with no issues.

See http://www.ruby-forum.com/topic/3072148 for more info.</description>
		<content:encoded><![CDATA[<p>If you are trying to install 1.9.3-p0, the final rvm command will fail with a confusing message.</p>
<p>You need to add an additional parameter &#8216;&#8211;with-gcc=clang&#8217; to the rvm command and then 1.9.3 will install with no issues.</p>
<p>See <a href="http://www.ruby-forum.com/topic/3072148" rel="nofollow">http://www.ruby-forum.com/topic/3072148</a> for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby 1.9.2 on Mac os x 10.7 (Lion) by G</title>
		<link>http://rtmatheson.com/2011/09/installing-ruby-1-9-2-on-mac-os-x-10-7-lion/comment-page-1/#comment-5150</link>
		<dc:creator>G</dc:creator>
		<pubDate>Tue, 15 Nov 2011 00:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=355#comment-5150</guid>
		<description>Thank you soooo much!!!!!</description>
		<content:encoded><![CDATA[<p>Thank you soooo much!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby 1.9.2 on Mac os x 10.7 (Lion) by Stewart Matheson</title>
		<link>http://rtmatheson.com/2011/09/installing-ruby-1-9-2-on-mac-os-x-10-7-lion/comment-page-1/#comment-4843</link>
		<dc:creator>Stewart Matheson</dc:creator>
		<pubDate>Sun, 23 Oct 2011 05:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=355#comment-4843</guid>
		<description>Glad I could help.</description>
		<content:encoded><![CDATA[<p>Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby 1.9.2 on Mac os x 10.7 (Lion) by despai</title>
		<link>http://rtmatheson.com/2011/09/installing-ruby-1-9-2-on-mac-os-x-10-7-lion/comment-page-1/#comment-4834</link>
		<dc:creator>despai</dc:creator>
		<pubDate>Sat, 22 Oct 2011 04:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=355#comment-4834</guid>
		<description>You saved my life</description>
		<content:encoded><![CDATA[<p>You saved my life</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working on the subject observer pattern by stabil</title>
		<link>http://rtmatheson.com/2010/03/working-on-the-subject-observer-pattern/comment-page-1/#comment-4095</link>
		<dc:creator>stabil</dc:creator>
		<pubDate>Tue, 09 Aug 2011 12:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=135#comment-4095</guid>
		<description>Actually, osk&#039;s solution is corrupted, too (due to the comments lack to handle angle brackets, I guess).

std::vector::iterator iter;
needs to be changed to
std::vector[Observer*]::iterator iter;

(hoping that brackets won&#039;t get corrupted here)</description>
		<content:encoded><![CDATA[<p>Actually, osk&#8217;s solution is corrupted, too (due to the comments lack to handle angle brackets, I guess).</p>
<p>std::vector::iterator iter;<br />
needs to be changed to<br />
std::vector[Observer*]::iterator iter;</p>
<p>(hoping that brackets won&#8217;t get corrupted here)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enhanced Array in Javascript with previous and next by Stewart Matheson</title>
		<link>http://rtmatheson.com/2011/02/enhanced-array-in-javascript-with-previous-and-next/comment-page-1/#comment-4093</link>
		<dc:creator>Stewart Matheson</dc:creator>
		<pubDate>Tue, 09 Aug 2011 07:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=271#comment-4093</guid>
		<description>Your welcome.</description>
		<content:encoded><![CDATA[<p>Your welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enhanced Array in Javascript with previous and next by RASKi</title>
		<link>http://rtmatheson.com/2011/02/enhanced-array-in-javascript-with-previous-and-next/comment-page-1/#comment-4092</link>
		<dc:creator>RASKi</dc:creator>
		<pubDate>Tue, 09 Aug 2011 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=271#comment-4092</guid>
		<description>Awesome, thx!</description>
		<content:encoded><![CDATA[<p>Awesome, thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading a single fixture in rails. by Stewart Matheson</title>
		<link>http://rtmatheson.com/2009/07/loading-a-single-fixture-in-rails/comment-page-1/#comment-3978</link>
		<dc:creator>Stewart Matheson</dc:creator>
		<pubDate>Tue, 26 Jul 2011 01:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=84#comment-3978</guid>
		<description>@Joshua

Fixed. Thanks for pointing that out.  I would recommend using the first example at the top of the post. That&#039;s the &quot;rails&quot; way to load a single fixture and works better than mine :). Plus it works out of the box.</description>
		<content:encoded><![CDATA[<p>@Joshua</p>
<p>Fixed. Thanks for pointing that out.  I would recommend using the first example at the top of the post. That&#8217;s the &#8220;rails&#8221; way to load a single fixture and works better than mine <img src='http://rtmatheson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Plus it works out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading a single fixture in rails. by Joshua Mostafa</title>
		<link>http://rtmatheson.com/2009/07/loading-a-single-fixture-in-rails/comment-page-1/#comment-3977</link>
		<dc:creator>Joshua Mostafa</dc:creator>
		<pubDate>Tue, 26 Jul 2011 01:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://rtmatheson.com/?p=84#comment-3977</guid>
		<description>That usage example has a typo. It says FIXTURE when it should be FIXTURES. If typed as written the argument will be ignored and all fixtures will be run.</description>
		<content:encoded><![CDATA[<p>That usage example has a typo. It says FIXTURE when it should be FIXTURES. If typed as written the argument will be ignored and all fixtures will be run.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

