<?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: DataMapper Problems on DreamHost</title>
	<atom:link href="http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/</link>
	<description>The ramblings of Charlotte</description>
	<lastBuildDate>Wed, 04 Jan 2012 09:16:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Duane</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-613</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-613</guid>
		<description>Hi Charlotte. Yes, I&#039;m on Dreamhost, too. I&#039;m just starting out with Ruby apps there, so I&#039;ll see how it goes. All the best.</description>
		<content:encoded><![CDATA[<p>Hi Charlotte. Yes, I&#8217;m on Dreamhost, too. I&#8217;m just starting out with Ruby apps there, so I&#8217;ll see how it goes. All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlotte</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-600</link>
		<dc:creator>Charlotte</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-600</guid>
		<description>Thanks! I actually was able to run it after a few days after this post.

Now my problem is, since I&#039;m hosted on a shared server, my ruby apps are being killed by a DreamHost script due to exceeding of RAM usage.

Are you hosted on a shared server too?</description>
		<content:encoded><![CDATA[<p>Thanks! I actually was able to run it after a few days after this post.</p>
<p>Now my problem is, since I&#8217;m hosted on a shared server, my ruby apps are being killed by a DreamHost script due to exceeding of RAM usage.</p>
<p>Are you hosted on a shared server too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-599</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-599</guid>
		<description>Hi. I was able to get DataMapper working on Dreamhost with Sinatra. I installed all of the needed gems (sinatra, rack, datamapper, json, etc.) locally in my ~/.gem/gems folder following the instructions at:

http://wiki.dreamhost.com/index.php/RubyGems

Then, I needed to make a .htaccess file in my public folder with the following lines, to make sure Phusion used my local gems:

SetEnv GEM_HOME /home/username/.gems
SetEnv GEM_PATH /home/username/.gems:/usr/lib/ruby/gems/1.8

following these instructions:

http://markcarey.org/blog/2008/12/09/passenger-rack-on-dreamhost/

So, you may not need &#039;gem.clear_paths&#039; before requiring datamapper, so you don&#039;t call the dreamhost gem.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi. I was able to get DataMapper working on Dreamhost with Sinatra. I installed all of the needed gems (sinatra, rack, datamapper, json, etc.) locally in my ~/.gem/gems folder following the instructions at:</p>
<p><a href="http://wiki.dreamhost.com/index.php/RubyGems" rel="nofollow">http://wiki.dreamhost.com/index.php/RubyGems</a></p>
<p>Then, I needed to make a .htaccess file in my public folder with the following lines, to make sure Phusion used my local gems:</p>
<p>SetEnv GEM_HOME /home/username/.gems<br />
SetEnv GEM_PATH /home/username/.gems:/usr/lib/ruby/gems/1.8</p>
<p>following these instructions:</p>
<p><a href="http://markcarey.org/blog/2008/12/09/passenger-rack-on-dreamhost/" rel="nofollow">http://markcarey.org/blog/2008/12/09/passenger-rack-on-dreamhost/</a></p>
<p>So, you may not need &#8216;gem.clear_paths&#8217; before requiring datamapper, so you don&#8217;t call the dreamhost gem.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlotte</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-141</link>
		<dc:creator>Charlotte</dc:creator>
		<pubDate>Fri, 22 May 2009 08:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-141</guid>
		<description>Thanks for the reply. I posted this problem on the DataMapper google group but no one answered.

I did try removing version of the dependency a long time ago, it did work. But I didn&#039;t have time to test it. I was also afraid that maybe DataMapper needed something in that specific version. 

That would be cool, by removing the dependencies from the library code, would give more flexibility to DataMapper.
I&#039;ll look forward for that release.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. I posted this problem on the DataMapper google group but no one answered.</p>
<p>I did try removing version of the dependency a long time ago, it did work. But I didn&#8217;t have time to test it. I was also afraid that maybe DataMapper needed something in that specific version. </p>
<p>That would be cool, by removing the dependencies from the library code, would give more flexibility to DataMapper.<br />
I&#8217;ll look forward for that release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kubb</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-140</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Fri, 22 May 2009 02:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-140</guid>
		<description>Technically you should just be able to downgrade the dependency on fastthread 1.0.4 to 1.0.1 and it should just work.

The main reason we had it set as a dep is because we haven&#039;t personally tested that specific version with DataMapper.  It&#039;s very likely it won&#039;t cause any problems at all though.

In the next minor release of DataMapper I&#039;m going to remove all the hard dependencies in the code and allow programmers to manage their own gem dependencies.  I&#039;ll set up version recommendations in the gemspec/Rakefile, but we won&#039;t enforce them in the library code anymore.</description>
		<content:encoded><![CDATA[<p>Technically you should just be able to downgrade the dependency on fastthread 1.0.4 to 1.0.1 and it should just work.</p>
<p>The main reason we had it set as a dep is because we haven&#8217;t personally tested that specific version with DataMapper.  It&#8217;s very likely it won&#8217;t cause any problems at all though.</p>
<p>In the next minor release of DataMapper I&#8217;m going to remove all the hard dependencies in the code and allow programmers to manage their own gem dependencies.  I&#8217;ll set up version recommendations in the gemspec/Rakefile, but we won&#8217;t enforce them in the library code anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlotte</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-99</link>
		<dc:creator>Charlotte</dc:creator>
		<pubDate>Fri, 08 May 2009 05:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-99</guid>
		<description>Hmmmn... She has Short hair... hahaha
So I guess I should keep in mind how big baobaos are...
Haruhi chars are cute, but I prefer Nagato the most.

I will not give up on using DataMapper. hehe. There&#039;s still one way I know on making DataMapper work, but I&#039;m not sure if it will cause errors though..

Hopefully, I&#039;m going to start the programming by next week. Since I&#039;m going to upgrade to the latest Ubuntu.</description>
		<content:encoded><![CDATA[<p>Hmmmn&#8230; She has Short hair&#8230; hahaha<br />
So I guess I should keep in mind how big baobaos are&#8230;<br />
Haruhi chars are cute, but I prefer Nagato the most.</p>
<p>I will not give up on using DataMapper. hehe. There&#8217;s still one way I know on making DataMapper work, but I&#8217;m not sure if it will cause errors though..</p>
<p>Hopefully, I&#8217;m going to start the programming by next week. Since I&#8217;m going to upgrade to the latest Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogelio</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/comment-page-1/#comment-98</link>
		<dc:creator>rogelio</dc:creator>
		<pubDate>Thu, 07 May 2009 19:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623#comment-98</guid>
		<description>I like the shading and also the hair it&#039;s kinda small though, the bao-bao that is.

Hehe, I thought that you wouldn&#039;t like Haruhi, cute isn&#039;t? 

Anyways, so you can&#039;t use datamapper? So what are going to do?</description>
		<content:encoded><![CDATA[<p>I like the shading and also the hair it&#8217;s kinda small though, the bao-bao that is.</p>
<p>Hehe, I thought that you wouldn&#8217;t like Haruhi, cute isn&#8217;t? </p>
<p>Anyways, so you can&#8217;t use datamapper? So what are going to do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

