>> This works, but it conflicts with the notion of using public APIs, >> rather then hacking up workarounds. So, is there a better way >> to get the effect I'm looking for?
if you want to hook into Merb before init file loads, you must use a custom script at the moment, that loads certain code with bootloaders before init file is loaded, framework layout file is loaded or even boot starts. It is rare case and people who do it must understand what they do. If you want to get yourself familiar with Merb's boot process, init file loading, framework layouts and how it all fits together, you may find this chapter useful: http://github.com/michaelklishin/merb-internals-handbook/tree/master/chapters%2F04_boot.textile 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 -~----------~----~----~----~------~----~------~--~---
