Jon, Thanks for the tip. I have installed dm with the following: bin/thor merb:edge:dm_core --install bin/thor merb:edge:dm_more --install bin/thor merb:source:install dm-more/merb_datamapper
This seems to work. The structure of these commands is inconsistent. In some cases, the command/operation "install" is part of the "namespace" and the object of the command is an argument, e.g. bin/thor merb:source:install dm-more/merb_datamapper In other cases the namespace is the object and the command/operation is an argument, e.g. bin/thor merb:edge:dm_more --install I certainly hope this can all get cleaned up as I do think that having to learn thor and the intricacies of the merb config is a showstopper for most newcomers to merb. Jon http://shellshadow.com On Oct 3, 7:09 pm, Jonathan Stott <[EMAIL PROTECTED]> wrote: > On Fri, 3 Oct 2008 03:32:53 -0700 (PDT) > > > > Jon Hancock <[EMAIL PROTECTED]> wrote: > > *snip stuff about dm* > > > The operations and naming are pretty new to me and I'm wondering how > > you plan on introducing merb app bootstrapping to folks that are less > > adventurous? > > I do realize I'm being pretty critical to something that you are > > obviously still in the throws of getting stable. But I do need to get > > moving with my own app and right now I have a broken system and this > > new app structure is causing me no shortage of headaches ;)... fyi, I > > do expect that at some point I will no want to keep tracking merb from > > git HEAD. I will want to go back to using published stable gems. I > > hope there is some thought being put into how these transitions are to > > be made without users needing to get into the muck of this thor > > configurations. > > > thanks, Jon > >http://shellshadow.com > > Have a look at 'thor list' > > And more specifically > > thor merb:edge:dm_core > > and > > thor merb:edge:dm_more > > Though it doesn't, for a reason I have yet to divine, install merb_datamapper > when you install merb:edge:dm_more. So you might also have to do 'thor > merb:source:install dm-more/merb_datamapper' > > Regards, > Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
