<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nick has a blog! &#187; mac</title>
	<atom:link href="http://www.nickpeters.net/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickpeters.net</link>
	<description></description>
	<lastBuildDate>Thu, 16 Dec 2010 07:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Fix for &#8220;uninitialized constant Gem::GemRunner (NameError)&#8221;</title>
		<link>http://www.nickpeters.net/2007/12/31/fix-for-uninitialized-constant-gemgemrunner-nameerror/</link>
		<comments>http://www.nickpeters.net/2007/12/31/fix-for-uninitialized-constant-gemgemrunner-nameerror/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 20:43:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[fix]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/12/31/fix-for-uninitialized-constant-gemgemrunner-nameerror/</guid>
		<description><![CDATA[I tried upgrading my version of rubygems to the most current version by running sudo gem update --system Which introduced this error: /usr/bin/gem:23: uninitialized constant Gem::GemRunner(NameError) whenever I tried to run rubygems. On the rails forum, I found a fix for it! Simply add the line to the file /usr/bin/gem (may be different on a [...]]]></description>
			<content:encoded><![CDATA[<p>I tried upgrading my version of rubygems to the most current version by running<br />
<code>sudo gem update --system</code><br />
Which introduced this error:<br />
<code>/usr/bin/gem:23: uninitialized constant Gem::GemRunner(NameError)</code><br />
whenever I tried to run rubygems.  On the <a href="http://railsforum.com/" target="_blank">rails forum</a>, I found <a href="http://railsforum.com/viewtopic.php?pid=48963">a fix for it!</a><br />
Simply add the line to the file /usr/bin/gem (may be different on a mac)<br />
<code>require 'rubygems/gem_runner'</code><br />
after<br />
<code>require 'rubygems'</code><br />
This fixed the issue in both Ubuntu and OS 10.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/12/31/fix-for-uninitialized-constant-gemgemrunner-nameerror/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://www.nickpeters.net/2006/07/30/introduction/</link>
		<comments>http://www.nickpeters.net/2006/07/30/introduction/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 02:40:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=3</guid>
		<description><![CDATA[With the advent of &#8220;Web 2.0&#8243; it shouldn&#8217;t be a surprise that I have finally given in and started a blog (at least it&#8217;s not a video podcast). For a lack of a better term, but as a former PHP web programmer, I see this as an opportunity to get back on board and learn [...]]]></description>
			<content:encoded><![CDATA[<p>With the advent of &#8220;Web 2.0&#8243; it shouldn&#8217;t be a surprise that I have finally given in and started a blog (at least it&#8217;s not a video podcast).  For a lack of a better term, but as a <em>former</em> PHP web programmer, I see this as an opportunity to get back on board and learn more about developing web technologies and trends (AJAX, RSS, etc.).  Aside from that, I see this also as an opportunity to voice my thoughts or share information with whoever is reading this.  Perhaps even share entertaining/informative links? Currently the only topics that come to mind in regards to writing material deal with technology and drinking.  As we see on podcasts like diggnation, that is quite the combo.  Perhaps as time goes on I will be more inspired, but those are the topics I had in mind while setting this up.</p>
<p>Soon I will be one of <em>them</em>.  Yes, <em>them</em>.  I will soon own my first Mac computer (a mac-mini to be precise).   I see this as an opportunity to get into new hobbies&#8230;especially video editing and more web development.  Also, simply put, it will allow me to add &#8220;OS X&#8221; to my IT resume.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/07/30/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

