<?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>Blognote &#187; Ruby</title>
	<atom:link href="http://blog.edwardsmit.com/category/dev/ruby-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.edwardsmit.com</link>
	<description>Edward&#039;s Unicode Sequences</description>
	<lastBuildDate>Tue, 08 Nov 2011 10:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Snow Leopard with Ruby 1.9 and Rails 2.3.5</title>
		<link>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/</link>
		<comments>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:39:44 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/?p=40</guid>
		<description><![CDATA[I&#8217;m working my way through &#8220;Agile Web Development with Rails &#8211; Third Edition&#8221; and the latest version of the PickAxe &#8220;Programming Ruby &#8211; Third Edition&#8221; books of the Pragmatic Programmers. As Snow Leopard is my OS I need to update the default shipped Ruby and Rails versions to get to Ruby 1.9 and Rails on [...]]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense V2.41 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:12px;"><script type="text/javascript"><!--
google_ad_client = "pub-1213643583738263";
/* 234x60 ezAdsense, created 11/25/08 */
google_ad_slot = "8050392339";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>I&#8217;m working my way through &#8220;Agile Web Development with Rails &#8211; Third Edition&#8221; and the latest version of the PickAxe &#8220;Programming Ruby &#8211; Third Edition&#8221; books of the Pragmatic Programmers.<br />
As Snow Leopard is my OS I need to update the default shipped Ruby and Rails versions to get to Ruby 1.9 and Rails on top of that.</p>
<p>I&#8217;ve been installing and uninstalling multiple things before finally settling on my ultimate recipe for installing the correct Ruby version and Gems:<br />
(Within Terminal and already running the latest version of <a href="http://www.macports.org/install.php">macports</a> )</p>
<pre class="brush: bash">sudo port install ruby19 +nosuffix
sudo port install sqlite3
sudo gem update --system
sudo gem install sqlite3-ruby
sudo gem install rails
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

