ember-data-model-fragments
ember-data-model-fragments copied to clipboard
Ember Data addon to support nested JSON documents
Hi, I run through compatibility issue with the latest version of ember data (2.11.0) and I would like to know if there no other solution than the compatibility table existing...
I am trying to use this addon with ``` "ember-cli": "2.6.2", "ember-data": "2.8.1", ``` As per the the [docs](https://github.com/lytics/ember-data-model-fragments#compatibility) I used version `2.3.3` of this addon but keep hitting >...
Less of an issue and more of a question. Standard ED model behaviour looks like this: ```JavaScript const foo = Model.extend({ foo: attr(), bar: attr() }); // say foo and...
I have a model with fragments, i want to create a `ember-cli-mirage` factory for the same model. I am not having any clue how can i make fragment part of...
Not sure if this is a bug or desired feature, but If I do the following: ``` fragment = this.get('store').createFragment('thingy') fragment.unloadRecord() ``` I get the error: ``` EmberError {description: undefined,...
https://github.com/offirgolan/ember-data-copyable/issues/15
Hi, I've been trying to get polymorphic records to work for the past day with no success. I believe I have followed the instructions correctly and I have searched the...
Versions: Ember Inspector: 2.1.1 (up to date) Ember: 2.13.1 Ember-Data: 2.15.0-beta.1 jQuery: 3.2.1 Ember Bootstrap: 1.0.0-rc.1 Model Fragments: 2.14.0 Steps to Reproduce: 1. Create a model with a fragment (example:...
I have a use case where I need to add new `attr()`'s to a ModelFragment on runtime. TL;DR; It involves getting metadata from a remote API, and based on that...
Hello, I'm running into an issue where an attribute on my model that is set to a `fragmentArray` is always set to `null` by default rather than an empty array...