2008/9/29 clintjhill <[EMAIL PROTECTED]>: > > I guess you can throw me into this group too. I've noticed to "rake > spec" it takes roughly 8-10s (occasionally more) before the specs will > run. I always knew it was the merb environment starting up and I > figured it was just me.
What we need to do is to wrap "fast boot" that I used in merb-gen executable into method on Merb bootloader: it only runs bootloaders needed to load application dependencies and classes. merb-gen no longer does full boot and runs faster. -- 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 -~----------~----~----~----~------~----~------~--~---
