<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Sinatra on Site5</title>
	<atom:link href="http://giordano.scalzo.biz/2009/09/24/installing-sinatra-on-site5/feed/" rel="self" type="application/rss+xml" />
	<link>http://giordano.scalzo.biz/2009/09/24/installing-sinatra-on-site5/</link>
	<description>Just another useless weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Nathan Fritz</title>
		<link>http://giordano.scalzo.biz/2009/09/24/installing-sinatra-on-site5/comment-page-1/#comment-846</link>
		<dc:creator>Nathan Fritz</dc:creator>
		<pubDate>Sun, 13 Feb 2011 20:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://giordano.scalzo.biz/?p=127#comment-846</guid>
		<description>John is correct. Something changed, and now rubygems are loading too early to honor the environmental variables.

I corrected it with:

require &#039;rubygems&#039; &#124;&#124; Gem.clear_paths

I did a write up (and cited your post) at:
http://forums.site5.com/showthread.php?p=166476#post166476</description>
		<content:encoded><![CDATA[<p>John is correct. Something changed, and now rubygems are loading too early to honor the environmental variables.</p>
<p>I corrected it with:</p>
<p>require &#8216;rubygems&#8217; || Gem.clear_paths</p>
<p>I did a write up (and cited your post) at:<br />
<a href="http://forums.site5.com/showthread.php?p=166476#post166476" rel="nofollow">http://forums.site5.com/showthread.php?p=166476#post166476</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rengo.Java</title>
		<link>http://giordano.scalzo.biz/2009/09/24/installing-sinatra-on-site5/comment-page-1/#comment-664</link>
		<dc:creator>rengo.Java</dc:creator>
		<pubDate>Tue, 12 Oct 2010 15:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://giordano.scalzo.biz/?p=127#comment-664</guid>
		<description>I cant get clearly where to put the .htaccess and config.ru files.
How is the directory tree?
/home/your_user/sinatra/htaccess ?</description>
		<content:encoded><![CDATA[<p>I cant get clearly where to put the .htaccess and config.ru files.<br />
How is the directory tree?<br />
/home/your_user/sinatra/htaccess ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://giordano.scalzo.biz/2009/09/24/installing-sinatra-on-site5/comment-page-1/#comment-621</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 08 Sep 2010 12:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://giordano.scalzo.biz/?p=127#comment-621</guid>
		<description>I thought I would show what I had to do (with the help of site5 great staff) to get your tutorial to work on the current site5 ruby setup.
Add the following line below your 2 ENV lines in the config.ru file:
Gem.clear_paths

Without it, ruby cant&#039;t seem to find the sinatra gem installed.
-John</description>
		<content:encoded><![CDATA[<p>I thought I would show what I had to do (with the help of site5 great staff) to get your tutorial to work on the current site5 ruby setup.<br />
Add the following line below your 2 ENV lines in the config.ru file:<br />
Gem.clear_paths</p>
<p>Without it, ruby cant&#8217;t seem to find the sinatra gem installed.<br />
-John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

