2008/9/17 Praveen <[EMAIL PROTECTED]>: > > Hi All > This is not strictly related to Merb but since Merb (and Rails) seem > to use it effectively, I'm assuming it's ok to ask this question > anyway...How does Merb detect the file changes (in development mode) > and automatically reloads those files? Is it a mechanism built into > Ruby? I'd like to use the same feature in another Ruby App server I'm > developing, if possible.
You can find how out certain pieces of Merb core work using this handbook: https://github.com/michaelklishin/merb-internals-handbook/tree It's a work in progress but early stages like startup, boot, request dispatching, rackup are already pretty well covered. -- 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 -~----------~----~----~----~------~----~------~--~---
