data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Hi, I've found that if you perform a `.get` against an async hasMany relationship on a model and the underlying API request fails, subsequent calls to `.get` the relationship continue...
I have an API endpoint `/api/foos` that returns a collection of `Foo`s. Each `Foo` `belongsTo` a (has one) `Bar`, and the related link comes over in the JSON-API payload as...
When using serializers with 1.0.0.beta.15, they expect to receive a `snapshot` instead of the `record`. I have missed any doc that states which is the default way to create a...
I'm struggling to decide whether this is the desired behavior or not, I can see both arguments. It did however cause me considerable confusion when upgrading. Here is the use...
The `ds-finder-include` feature (enabled by default in ED 2.5) works for finder calls `store.find/findAll` but it doesn't for save operations. This is useful when creating/updating a record must request also...
Continue polishing the documentation I introduced in #7019. We'll want to expand that because it focuses chiefly on monolithic installs and only uses `yarn`. In reality people consume ember-data differently...
As requested by @runspired, here are the things I found to be undocumented, but required to be known for using ember-data: * [x] snapshot, as passed into many DS.Adapter functions....
[](https://guides.emberjs.com/v2.12.0/models/relationships/#toc_polymorphism) Would expect to see how to find/fetch exactly `my-model` or `my-model and all its descendants`.
There is some inconsistent naming the codebase. A first step to improving this is writing a clear glossary of objects, states and actions. It doesn't really need to be complete,...