perhaps the rake and test environments can be modified to use Michael's "fast boot"?
On Mon, Sep 29, 2008 at 12:49 PM, Matthijs Langenberg <[EMAIL PROTECTED] > wrote: > > Sounds like a good solution. I've also been annoyed by the fact that a > simple command-R from textmate in a model file takes a few seconds to > boot, before running the specs. > > On Mon, Sep 29, 2008 at 7:05 PM, Michael Klishin > <[EMAIL PROTECTED]> wrote: > > > > 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 -~----------~----~----~----~------~----~------~--~---
