<?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>Transitionpoint</title>
	<atom:link href="http://transitionpoint.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://transitionpoint.com</link>
	<description>Web applications built right!!!</description>
	<lastBuildDate>Wed, 22 Sep 2010 12:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing older REE in RVM</title>
		<link>http://transitionpoint.com/2010/09/22/installing-older-ree-in-rvm/</link>
		<comments>http://transitionpoint.com/2010/09/22/installing-older-ree-in-rvm/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 12:49:33 +0000</pubDate>
		<dc:creator>John Paul</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.transitionpoint.com/?p=49</guid>
		<description><![CDATA[The latest RVM installs have had problems installing older versions of RVM. Here's how to find the download link for an older REE, download it to your RVM archive, and then have RVM finish the installation process.]]></description>
			<content:encoded><![CDATA[<p>This week I reinstalled rvm a few times after several problems with the latest update &#8211;head (thanks for fixing those wayne!)</p>
<p>I have sites using 3 different versions of Ruby Enterprise Edition, so I installed the latest REE-2010.02 no problem. But then moving on to install REE-2010.01&#8230; </p>
<p>$ rvm install ree-1.8.7-2010.01<br />
&#8230;. log messages &#8230;.<br />
error: There has been an error while trying to run the ree installer. Halting the installation.</p>
<p>Looking through the RVM output, this jumped out</p>
<p>md5: ruby-enterprise-1.8.7-2010.01.tar.gz: No such file or directory<br />
mv: rename /Users/johnpaul/.rvm/src/ruby-enterprise-1.8.7-2010.01 to /Users/johnpaul/.rvm/src/ree-1.8.7-2010.01: No such file or directory<br />
/Users/johnpaul/.rvm/scripts/manage: line 447: cd: /Users/johnpaul/.rvm/src/ree-1.8.7-2010.01: No such file or directory<br />
/Users/johnpaul/.rvm/scripts/manage: line 74: cd: /Users/johnpaul/.rvm/src/ree-1.8.7-2010.01/source: No such file or directory</p>
<p>Long story short, RVM can&#8217;t find the REE-2010.01 file to download, and then everything else blows up since there&#8217;s no file. Never fear though, there&#8217;s an easy solution &#8212; install the REE archive by hand and then let the RVM install it from there. </p>
<p>The first challenge is finding where to get REE from rubyforge. You can use this URL:</p>
<p>http://rubyforge.org/frs/?group_id=5833</p>
<p>Pick your REE version (I actually had to install 2009.0610 &#8212; don&#8217;t ask) and substitute it into the wget step below</p>
<p>$cd .rvm/archives<br />
$wget http://rubyforge.org/frs/download.php/68719/ruby-enterprise-1.8.7-2010.01.tar.gz<br />
$tar xvfz ruby-enterprise-1.8.7-2010.01.tar.gz -C ../src/ree-1.8.7-2010.01<br />
$rvm install</p>
<p>This worked like a champ for me. Though since I was a RubyDCamp this past weekend on an iffy Internet connection, I&#8217;ll point out the basic rvm install fails if you&#8217;re not connnected to the web</p>
]]></content:encoded>
			<wfw:commentRss>http://transitionpoint.com/2010/09/22/installing-older-ree-in-rvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFUnited 2010 talk on NoSQL</title>
		<link>http://transitionpoint.com/2010/02/15/cfunited-2010-talk-on-nosql/</link>
		<comments>http://transitionpoint.com/2010/02/15/cfunited-2010-talk-on-nosql/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:14:16 +0000</pubDate>
		<dc:creator>John Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.transitionpoint.com/?p=36</guid>
		<description><![CDATA[For those that missed the CFUnited blog post (http://cfunited.com/blog/index.cfm/2010/2/15/The-next-set-of-topics), I&#8217;ll be explaining how to do ColdFusion with noSQL! Do you have data that doesn&#8217;t fit cleanly into a relational model? A social graph? Or sparsely populated (spreadsheet-style) tables? Does your relational database limit your scalability? There&#8217;s an app for that! Come find out about the [...]]]></description>
			<content:encoded><![CDATA[<p>For those that missed the CFUnited blog post (http://cfunited.com/blog/index.cfm/2010/2/15/The-next-set-of-topics), I&#8217;ll be explaining how to do ColdFusion with noSQL!</p>
<blockquote><p>Do you have data that doesn&#8217;t fit cleanly into a relational model? A social graph? Or sparsely populated (spreadsheet-style) tables? Does your relational database limit your scalability? There&#8217;s an app for that! </p>
<p>Come find out about the NoSQL movement used everywhere from Twitter and Yahoo to state governments to the Large Hadron Collider. The NoSQL (aka Not Only SQL) movement encompasses a wide range of database alternatives including:<br />
* document-centric (schema-less) databases<br />
* massively scalable data * graph databases<br />
* distributed and parallel processing data </p>
<p>The vast majority of these tools are open-source, play nicely with Java servers, and speak JSON which makes them very serious contenders for building ColdFusion applications that just don&#8217;t fit cleanly into SQL-based models.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://transitionpoint.com/2010/02/15/cfunited-2010-talk-on-nosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby NoSQL at ShRUG</title>
		<link>http://transitionpoint.com/2010/02/12/ruby-nosql-at-shrug/</link>
		<comments>http://transitionpoint.com/2010/02/12/ruby-nosql-at-shrug/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 15:40:13 +0000</pubDate>
		<dc:creator>John Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[shrug]]></category>

		<guid isPermaLink="false">http://www.transitionpoint.com/?p=33</guid>
		<description><![CDATA[John Paul is going to be presenting a talk about NoSQL and using Ruby to work with NoSQL databases at the next meeting of the Shenandoah Ruby Users Group (ShRUG). If you&#8217;re in the Harrisonburg, VA area, please join us at the Transitionpoint office on Tu, Feb 23 at 5:30 PM. More on ShRUG meetings [...]]]></description>
			<content:encoded><![CDATA[<p>John Paul is going to be presenting a talk about NoSQL and using Ruby to work with NoSQL databases at the next meeting of the Shenandoah Ruby Users Group (ShRUG).</p>
<p>If you&#8217;re in the Harrisonburg, VA area, please join us at the Transitionpoint office on Tu, Feb 23 at 5:30 PM.</p>
<p>More on ShRUG meetings is available at <a href="http://ruby.meetup.com/128/">our meetup.com site</a><br />
More on John Paul Ashenfelter is available on his <a href="http://www.ashenfelter.com">personal blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://transitionpoint.com/2010/02/12/ruby-nosql-at-shrug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to Bigger Accelerator</title>
		<link>http://transitionpoint.com/2010/02/11/moving-to-bigger-accelerator/</link>
		<comments>http://transitionpoint.com/2010/02/11/moving-to-bigger-accelerator/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 03:42:03 +0000</pubDate>
		<dc:creator>John Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://transitionpoint.com/2010/02/11/moving-to-bigger-accelerator/</guid>
		<description><![CDATA[Turns out that WordPress needs more horsepower than the shared Accelerators at Joyent can readily provide. The dedicated accelerator I&#8217;ve had just sitting there seems to be more than adequate but it will take a while for the dust to settle from this change as well.]]></description>
			<content:encoded><![CDATA[<p>Turns out that WordPress needs more horsepower than the shared Accelerators at Joyent can readily provide. The dedicated accelerator I&#8217;ve had just sitting there seems to be more than adequate but it will take a while for the dust to settle from this change as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://transitionpoint.com/2010/02/11/moving-to-bigger-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to WordPress</title>
		<link>http://transitionpoint.com/2010/02/11/upgrading-to-wordpress/</link>
		<comments>http://transitionpoint.com/2010/02/11/upgrading-to-wordpress/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:54:16 +0000</pubDate>
		<dc:creator>John Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://transitionpoint.com/?p=4</guid>
		<description><![CDATA[Finally crossing off a 5-year todo list item and upgrading the Transitionpoint site to WordPress. Things will be rocky for the rest of the evening as I make the changes.]]></description>
			<content:encoded><![CDATA[<p>Finally crossing off a 5-year todo list item and upgrading the Transitionpoint site to WordPress. Things will be rocky for the rest of the evening as I make the changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://transitionpoint.com/2010/02/11/upgrading-to-wordpress/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! -->
