The Merb meta gem won't work with jRuby because of the DataMapper dependency. jRuby users should install merb-core and what they need from merb-more.
Note that Glashfish works great with Merb, I personally gave it a try with wycats last night and it's pretty cool! -Matt On Sat, Nov 8, 2008 at 10:03 AM, Luis Lavena <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 8, 2008 at 11:56 AM, Per Melin <[EMAIL PROTECTED]> wrote: > > > >>> Any workaround that I can use to get past this? > >> > >> "merb" gem add as dependency datamapper components, which includes > >> do_sqlite3. At this time do_sqlite3 has no Java implementation. > > > > The merb gem is just merb-core, merb-more and datamapper. So by > > installing merb-core and merb-more directly you get around the > > problem. > > > > An datamapper defines do_sqlite3 as dependency, which end with this > situation. > > So again -- merb add datamapper as dependency, isn't the right statement? > > -- > Luis Lavena > AREA 17 > - > Human beings, who are almost unique in having the ability to learn from > the experience of others, are also remarkable for their apparent > disinclination to do so. > Douglas Adams > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
