<?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"
	>
<channel>
	<title>Comments on: How to Install Merb: Use thor to get merb:edge</title>
	<atom:link href="http://scottmotte.com/archives/432/feed" rel="self" type="application/rss+xml" />
	<link>http://scottmotte.com/archives/432</link>
	<description>codes a lot</description>
	<pubDate>Tue, 06 Jan 2009 19:52:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: scott</title>
		<link>http://scottmotte.com/archives/432#comment-463</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 30 Oct 2008 01:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-463</guid>
		<description>@Michael. I am almost positive this doesn't work now. Merb is supposed to have its own stack now, but I haven't found time to play with it yet. 

Talk to the guys on #merb channel, but I think installing merb is now as easy as "sudo gem install merb"</description>
		<content:encoded><![CDATA[<p>@Michael. I am almost positive this doesn&#8217;t work now. Merb is supposed to have its own stack now, but I haven&#8217;t found time to play with it yet. </p>
<p>Talk to the guys on #merb channel, but I think installing merb is now as easy as &#8220;sudo gem install merb&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Johnston</title>
		<link>http://scottmotte.com/archives/432#comment-460</link>
		<dc:creator>Michael Johnston</dc:creator>
		<pubDate>Wed, 29 Oct 2008 19:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-460</guid>
		<description>does this still work?

It seems this now (as of October 28 2008) will create a gems folder and install the gems there, not install them globally.</description>
		<content:encoded><![CDATA[<p>does this still work?</p>
<p>It seems this now (as of October 28 2008) will create a gems folder and install the gems there, not install them globally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris V</title>
		<link>http://scottmotte.com/archives/432#comment-423</link>
		<dc:creator>Chris V</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-423</guid>
		<description>I was trying to do a local only install of the edge and this really helped. But, for a local only install, the merb_datamapper doesn't work (and since I didn't install the gems in the system it couldn't find depenedencies). 

The fix was simple. 
cd ~/documents/code/merb/sources/dm-more/merb_datamapper
gem clobber_package
gem package
gem install --install-dir ~/documents/code/merb/gems -f pkg/merb_datamapper-0.9.8.gem

Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>I was trying to do a local only install of the edge and this really helped. But, for a local only install, the merb_datamapper doesn&#8217;t work (and since I didn&#8217;t install the gems in the system it couldn&#8217;t find depenedencies). </p>
<p>The fix was simple.<br />
cd ~/documents/code/merb/sources/dm-more/merb_datamapper<br />
gem clobber_package<br />
gem package<br />
gem install &#8211;install-dir ~/documents/code/merb/gems -f pkg/merb_datamapper-0.9.8.gem</p>
<p>Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Hill &#187; Blog Archive &#187; &#8220;windows&#8221; man walking</title>
		<link>http://scottmotte.com/archives/432#comment-376</link>
		<dc:creator>Clint Hill &#187; Blog Archive &#187; &#8220;windows&#8221; man walking</dc:creator>
		<pubDate>Wed, 24 Sep 2008 19:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-376</guid>
		<description>[...] We actually need to get Merb first. The rest of this post will politely be stolen from this post. There are a few hiccups along the way due to Cygwin and Windows that I will [...]</description>
		<content:encoded><![CDATA[<p>[...] We actually need to get Merb first. The rest of this post will politely be stolen from this post. There are a few hiccups along the way due to Cygwin and Windows that I will [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://scottmotte.com/archives/432#comment-371</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Wed, 24 Sep 2008 00:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-371</guid>
		<description>@Peter: thanks, i've updated the post with your change. (an earlier thor included the tasks I mentioned, but no longer does as far as I can tell.)

@Clint Hill: thanks Clint. good to know for any windows users using cygwin.</description>
		<content:encoded><![CDATA[<p>@Peter: thanks, i&#8217;ve updated the post with your change. (an earlier thor included the tasks I mentioned, but no longer does as far as I can tell.)</p>
<p>@Clint Hill: thanks Clint. good to know for any windows users using cygwin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Hill</title>
		<link>http://scottmotte.com/archives/432#comment-370</link>
		<dc:creator>Clint Hill</dc:creator>
		<pubDate>Tue, 23 Sep 2008 16:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-370</guid>
		<description>Thanks for the post. 

Just wanted to note (maybe for others) that ruby2ruby and ParseTree bomb out in Cygwin. Their dependencies on each other really screw up the install call you have above. 

They will install together or separately but not while in the list as shown above. Even when the order is switched to match dependency (ParseTree first then ruby2ruby). 

I have them installed but fought this a little bit and wanted to mention it.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. </p>
<p>Just wanted to note (maybe for others) that ruby2ruby and ParseTree bomb out in Cygwin. Their dependencies on each other really screw up the install call you have above. </p>
<p>They will install together or separately but not while in the list as shown above. Even when the order is switched to match dependency (ParseTree first then ruby2ruby). </p>
<p>I have them installed but fought this a little bit and wanted to mention it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://scottmotte.com/archives/432#comment-345</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 19 Sep 2008 21:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://scottmotte.com/?p=432#comment-345</guid>
		<description>Hi, nice post.

I think it is thor merb:edge:dm_more --install

Tks,

Peter.</description>
		<content:encoded><![CDATA[<p>Hi, nice post.</p>
<p>I think it is thor merb:edge:dm_more &#8211;install</p>
<p>Tks,</p>
<p>Peter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
