<?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; Dev</title>
	<atom:link href="http://blog.edwardsmit.com/category/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>
		<item>
		<title>Great Visual Diff/Merge tool for OSX</title>
		<link>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/</link>
		<comments>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:12:34 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/?p=37</guid>
		<description><![CDATA[Back when my primary dev-environment was Microsoft I would use the open-source tool WinMerge for all my Diff/Merge needs. Great tool, good performance, does the job. Now that I&#8217;ve switched to the Mac I had to find a new visual Diff/Merge tool, and I want it cheap, or better free Searches in the past didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Back when my primary dev-environment was Microsoft I would use the open-source tool <a href="http://winmerge.org/">WinMerge</a> for all my Diff/Merge needs. Great tool, good performance, does the job.<br />
Now that I&#8217;ve switched to the Mac I had to find a new visual Diff/Merge tool, and I want it cheap, or better free <img src='http://blog.edwardsmit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Searches in the past didn&#8217;t turn up any satisfying results, but I think I&#8217;ve found the tool to do the job. Sourcegear, a company I knew from the past for their Vault product, which is a compelling replacement of Visual SourceSafe, has been so kind to distribute their Diff/Merge tool as a standalone and <strong>free</strong> cross-platform tool.<br />
Downloaded, used it for comparing and merging FAST indexprofile files (which are plain XML), loving it.<br />
Oh, I&#8217;m not affiliated to Sourcegear in any way, just like their Diff/Merge tool on OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching the Java RunTime for Vista 64-bit</title>
		<link>http://blog.edwardsmit.com/2007/08/searching-the-java-runtime-for-vista-64-bit/</link>
		<comments>http://blog.edwardsmit.com/2007/08/searching-the-java-runtime-for-vista-64-bit/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 06:37:27 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Dev]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/Searching+The+Java+RunTime+For+Vista+64bit.aspx</guid>
		<description><![CDATA[I had a hard time finding the correct JRE for my Vista 64-bit installation. Apparantly it&#8217;s not on the Www.Java.Com site, at least I couldn&#8217;t find it on the downloads page, and don&#8217;t get me started on the automated detection/installation procedure at that site. I had more luck on the Sun-site, follow the path of [...]]]></description>
			<content:encoded><![CDATA[<p>I had a hard time finding the correct JRE for my Vista 64-bit installation. Apparantly it&#8217;s not on the <a href="http://www.Java.Com">Www.Java.Com</a> site, at least I couldn&#8217;t find it on the downloads page, and don&#8217;t get me started on the automated detection/installation procedure at that site. I had more luck on the Sun-site, follow the path of downloads, category, Java, Java 2 Platform Standard Edition, Latest Release (in the top blue header part) for some reason it redirects me first to the Java 5 downloads, Java Runtime 6 update X and there on the bottom the 64-bit for Windows AMD.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2007/08/searching-the-java-runtime-for-vista-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

