<?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: The complete stes to install Merb and DataMapper from source</title>
	<atom:link href="http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/</link>
	<description>50% of the effects comes from 5% of the causes</description>
	<pubDate>Thu, 11 Mar 2010 23:44:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Fabien</title>
		<link>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/#comment-210</link>
		<dc:creator>Fabien</dc:creator>
		<pubDate>Tue, 30 Sep 2008 20:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=33#comment-210</guid>
		<description>@eric - thanks for your comments about merb.thor - it's appreciated!

I'm happy to inform you that I've recently added merb:stable:do and merb:edge:do. 

Both take a an optional argument that specifies a supported DO adapter:

bin/thor merb:edge:do # install DO
bin/thor merb:edge:do mysql # install DO and do_mysql

To get the latest merb.thor, just run merb:tasks:update.</description>
		<content:encoded><![CDATA[<p>@eric - thanks for your comments about merb.thor - it&#8217;s appreciated!</p>
<p>I&#8217;m happy to inform you that I&#8217;ve recently added merb:stable:do and merb:edge:do. </p>
<p>Both take a an optional argument that specifies a supported DO adapter:</p>
<p>bin/thor merb:edge:do # install DO<br />
bin/thor merb:edge:do mysql # install DO and do_mysql</p>
<p>To get the latest merb.thor, just run merb:tasks:update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Ashton</title>
		<link>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/#comment-209</link>
		<dc:creator>Graham Ashton</dc:creator>
		<pubDate>Thu, 25 Sep 2008 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=33#comment-209</guid>
		<description>Hey. Good list of instructions. Have you tried using sake to automate a bunch of this stuff?

I wrote up some notes here: http://effectif.com/2008/7/14/merb-and-datamapper-on-the-edge

Cheers...</description>
		<content:encoded><![CDATA[<p>Hey. Good list of instructions. Have you tried using sake to automate a bunch of this stuff?</p>
<p>I wrote up some notes here: <a href="http://effectif.com/2008/7/14/merb-and-datamapper-on-the-edge" rel="nofollow">http://effectif.com/2008/7/14/merb-and-datamapper-on-the-edge</a></p>
<p>Cheers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/#comment-207</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Thu, 25 Sep 2008 22:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=33#comment-207</guid>
		<description>I was running into similar headaches until I ran across this article (http://merbunity.com/tutorials/18) on Merb's new bundling functionality. 

To accomplish almost the same thing as you posted above, the following (should) work:
merb-gen app .
thor merb:tasks:setup 
bin/thor merb:edge --install
bin/thor merb:edge:plugins --install
bin/thor merb:edge:dm_core --install
bin/thor merb:edge:dm_more --install

The new thor tasks are pretty awesome once you figure out what's going on. The '--install' option packages the repository code into the /gems directory. This seems to be just a shortcut for:

 bin/thor merb:source:clone git://example.com/myrepos.git
 bin/thor merb:source:install myrepos 

The default thor tasks did seem to miss some dependencies (like do_mysql).</description>
		<content:encoded><![CDATA[<p>I was running into similar headaches until I ran across this article (http://merbunity.com/tutorials/18) on Merb&#8217;s new bundling functionality. </p>
<p>To accomplish almost the same thing as you posted above, the following (should) work:<br />
merb-gen app .<br />
thor merb:tasks:setup<br />
bin/thor merb:edge &#8211;install<br />
bin/thor merb:edge:plugins &#8211;install<br />
bin/thor merb:edge:dm_core &#8211;install<br />
bin/thor merb:edge:dm_more &#8211;install</p>
<p>The new thor tasks are pretty awesome once you figure out what&#8217;s going on. The &#8216;&#8211;install&#8217; option packages the repository code into the /gems directory. This seems to be just a shortcut for:</p>
<p> bin/thor merb:source:clone git://example.com/myrepos.git<br />
 bin/thor merb:source:install myrepos </p>
<p>The default thor tasks did seem to miss some dependencies (like do_mysql).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
