<?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>greynode &#187; os x</title>
	<atom:link href="http://greynode.org/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://greynode.org</link>
	<description>ingénierie de tous les aspects de vie</description>
	<lastBuildDate>Wed, 11 Aug 2010 04:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Updating Rails on OS X</title>
		<link>http://greynode.org/2009/06/23/updating-rails-on-os-x/</link>
		<comments>http://greynode.org/2009/06/23/updating-rails-on-os-x/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 02:04:17 +0000</pubDate>
		<dc:creator>Jeff Aigner</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://greynode.org/?p=60</guid>
		<description><![CDATA[If you install XCode for OS X 10.5, it automatically comes with a version of rails. This is (generally) not the latest version however, and you must take a few steps to update it. First you need to update rubygems with the following: macintosh$ sudo gem install rubygems-update macintosh$ sudo update_rubygems After updating rubygems, you [...]]]></description>
			<content:encoded><![CDATA[<p>If you install XCode for OS X 10.5, it automatically comes with a version of rails. This is (generally) not the latest version however, and you must take a few steps to update it. First you need to update rubygems with the following:</p>
<blockquote>
<pre>macintosh$ sudo gem install rubygems-update</pre>
<pre>macintosh$ sudo update_rubygems</pre>
</blockquote>
<p>After updating rubygems, you should be able to update the rest of your gems without a problem (including rails) via the following:</p>
<blockquote>
<pre>macintosh$ sudo gem update</pre>
</blockquote>
<p>After that you should be ready to build a rails app.</p>
]]></content:encoded>
			<wfw:commentRss>http://greynode.org/2009/06/23/updating-rails-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->