<?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>Ed Schmalzle &#187; Sinatra</title>
	<atom:link href="http://www.edschmalzle.com/category/sinatra/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edschmalzle.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 22:59:46 +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>Deploying Sinatra with Passenger on Dreamhost</title>
		<link>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/</link>
		<comments>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 23:07:38 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Passenger]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Sinatra]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=12</guid>
		<description><![CDATA[If the following is true: You want to deploy a Sinatra application with Passenger on Dreamhost You&#8217;re using a Dreamhost shared hosting account You&#8217;re application relies on gems that aren&#8217;t installed globally on Dreamhost You&#8217;ve got the gems you need installed locally like this Then you&#8217;ll want to include something like this in your rackup [...]]]></description>
			<content:encoded><![CDATA[<p>If the following is true:</p>

<ol class="circle">
    <li>You want to deploy a Sinatra application with Passenger on Dreamhost</li>
    <li>You&#8217;re using a Dreamhost shared hosting account</li>
    <li>You&#8217;re application relies on gems that aren&#8217;t installed globally on Dreamhost</li>
    <li>You&#8217;ve got the gems you need installed locally like <a href="http://wiki.dreamhost.com/index.php/RubyGems">this</a></li>
</ol>

<p style="margin-top: 15px;">Then you&#8217;ll want to include something like this in your rackup file:</p>

<script src="http://gist.github.com/137958.js"></script>

<p>This will make sure your locally installed gems will be available to your application. Maybe my google skills are getting rusty, but it took me a while to find this solution. <a href="http://groups.google.com/group/phusion-passenger/browse_thread/thread/8bad6d58f88fdbe2">Here&#8217;s</a> the original source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

