rfcs
rfcs copied to clipboard
RFCs for changes to Ember
json-api is introducing [operations](https://github.com/json-api/json-api/pull/1254). The ember-data team would like to introduce a new async API (`store.pushOperations`) for handling a subset of these operations. For the time, this subset would be...
Currently, if a synchronous relationship receives a payload containing no information about it's state, we initialize the relationship as if it were canonically empty. This is incorrect, as we don't...
I'll post more thoughts on this later, but I think the debug-info API which largely exists to support the chrome extension is unnecessary. Some of this information will be more...
Alternatives: - Use `store.push` for already normalized payloads - Use `store.serializerFor` and `serializer.normalizeResponse` to normalize payloads before using `store.push`. - Some previous discussion https://github.com/emberjs/data/issues/4213#issuecomment-413370235 - Some examples of how to...
[Rendered](https://github.com/SergeAstapov/rfcs/blob/tracked-built-ins/text/0812-tracked-built-ins.md)
See (private) docs for this intimate API that often trolls users of `ember-engines` and `ember-data`. https://emberjs.com/api/ember/3.4/classes/Route/methods/store?anchor=store&show=inherited%2Cprivate ## Motivations * address learning concerns around where `ember` ends and `ember-data` begins, specifically:...
As #487 lands and with the deprecation of `Model.toJSON()` in #522 we should investigate improved primitives and APIs for the Ember Inspector.
[Rendered text](https://github.com/smilland/rfcs/blob/hanli/rfc-deprecate-prototype-extensions/text/0000-deprecate-array-prototype-extensions.md)
## TODO - [x] Create a github user with only access to `emberjs/rfcs`. Get a personal access token with scope 'repo' and add to the repo's secrets under `PERSONAL_ACCESS_TOKEN`. This...
*I'd like to gauge interest / comments for an easier way to customize index.html output.* ## Use-case We have some dynamic values that we want to interpolate into the index.html...