David Pett
David Pett
This should be easy enough to at least put a placeholder class that implements: ## constants `State` {'UNDETERMINED', 'BEGAN', 'ACTIVE', 'CANCELLED', 'FAILED', 'END'} `Direction`: {'RIGHT', 'LEFT', 'UP', 'DOWN'} ## methods...
This PR still hasn't been merged
@morganick i just pushed a failing polymorphic demo to https://github.com/davidpett/ember-data-contentful/tree/failing-polymorphic if you `ember s` and visit http://localhost:4200/test-page and look at the ember inspector, you will see 1 `module` all with...
Hey @bretmorris, I have done something similar to this before, the idea is to have a base model (`module.js`) and then any module will then extend from that base module....
Looking at my app more (it's been a while) I have all of the attrs for all sub modules in the module model. The sub modules are blank except for...
Thanks @bretmorris, would it be possible to create a small ember twiddle or a private repo that you can share with me so I can see more of what's happening?...
referenced in the following places: - [ ] https://github.com/ember-fastboot/fastboot-website/blob/master/markdown/docs/user-guide.md#the-fastboot-server - [ ] https://github.com/ember-fastboot/fastboot-website/blob/master/markdown/docs/deploying.md#from-the-command-line - [ ] https://github.com/ember-fastboot/fastboot-website/blob/master/markdown/docs/deploying.md#as-a-middleware