rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to Ember

Results 216 rfcs issues
Sort by recently updated
recently updated
newest added

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...

T-ember-data
Needs Champion
Needs Implementer

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...

T-ember-data
Needs Champion
T-deprecation

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...

T-ember-data
T-deprecation

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...

T-ember-data
Needs Champion
T-deprecation

[Rendered](https://github.com/SergeAstapov/rfcs/blob/tracked-built-ins/text/0812-tracked-built-ins.md)

T-framework

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:...

T-ember-data
T-deprecation
T-framework

As #487 lands and with the deprecation of `Model.toJSON()` in #522 we should investigate improved primitives and APIs for the Ember Inspector.

T-ember-data

[Rendered text](https://github.com/smilland/rfcs/blob/hanli/rfc-deprecate-prototype-extensions/text/0000-deprecate-array-prototype-extensions.md)

Final Comment Period
T-deprecation
T-framework
T-ember-cli
S-Exploring

## 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...