Krati Ahuja
Krati Ahuja
This issue is an *enhancement* for future purposes. Post FastBoot 1.0, we should look at emmitting some useful metrics like server side latency, memory used by the node processes so...
Fastboot supports a `resilient` mode that allows one to swallow errors and not reject the promise if there are rendering errors. Often this can troll the consumers where they expect...
Fixes #99 PS: I haven't tested this, so please make sure to test this with an app before merging cc: @soulim
It seems it gives back "unknown mixin" and is different than `Ember.Test.adapter`. There doesn't seem to `Ember.Test.Adapter` but it actually is `Ember.Test.adapter`. cc: @rwjblue
This change wraps the browser specific libraries with if (typeof FastBoot === 'undefined') {...} check so that they are eval'd and run in browser but only eval'd and skipped in...
User guide should have a table of contents so that it is easier for readers to jump to sections of their interest and know the overall intent of the user...