In that case, why not add a lib_dependency/ies method for dependencies vendored in the lib directory:
lib_dependency :model_fu # adds a dependency that loads Merb.root / :lib / :model_fu lib_dependency :model_fu, :require_as => 'foo/bar/model_fu' #adds a dependency that loads Merb.root / :lib / :foo / :bar / :model_fu On Sun, Nov 16, 2008 at 1:03 PM, Michael Klishin < [EMAIL PROTECTED]> wrote: > > 2008/11/16 Matt Aimonetti <[EMAIL PROTECTED]>: > > Ben, the problem is that the lib folder gets loaded AFTER the app loads. > > Some people have mentioned that they would like it to load BEFORE the app > > loads. > > Right, that is what I should have said. > > The problem is with order or loading of lib and app. > -- > MK > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
