> > is there a way to install dataobjects via thor as yet? the > > merb:stack: seems to install dm-** without do- , which results in a > > stack that doesn't function, afai can tell... > > How would thor task guess your database? Given database.yml may be missing.
indeed, but it is confusing to setup a "stack" that is incomplete, requiring other tasks to be run afterward. also the do- tasks are kind of hidden away. there is no dataobjects: namespace. maybe just that stack is a misleading word in this case? the relevant tasks seem to be: thor merb:gem:install do_sqlite3 or from edge: thor merb:source:install do_sqlite3 etc. based of course on your adapter... perhaps since a stack leans toward being opinionated (DM has been selected), it could by default install also mysql DO ... /dc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
