Ricardo Mendes
Ricardo Mendes
The hack of making all the embedded records into arrays breaks `belongsTo` relationships in models. Ideas: - Check how JSON/RESTAdapter deal with records - Use metadata to only parse attributes...
As discussed on Slack, it would be interesting to have a way to perform the CRUD operations through Ember Inspector's interface. My suggestion for the operations: - Create - a...
Related: https://github.com/ember-learn/guides-source/pull/1802 Backport https://github.com/ember-learn/guides-source/pull/1802 to previous version where it makes sense. The code will need to be tweaked for versions that don't support `import { service } from '@ember/object;` and...
Guide: https://guides.emberjs.com/release/routing/defining-your-routes/#toc_wildcard--globbing-routes > The error catching flow in https://guides.emberjs.com/release/routing/defining-your-routes/#toc_wildcard--globbing-routes is not ideal, it swallows all errors silently. Also, promise API is being used inside an `async` function which is not...
The task is to take the changes done in https://github.com/ember-learn/guides-source/issues/1721 and backport them to previous versions until v3.26. This should only be done once the original issue has been completely...
Since the values of each optional feature depend on which edition the application is on, we should make sure the documentation displays such information.
Currently the only way to get back to the index of the guides is through the navbar Docs > Guides. This task is to add a "Home" link between the...
`Ember.keys` and `Ember.TEMPLATES` are mentioned in the debugging guide, but `Ember.keys` is undefined in the console of a 3.7 application, and `Ember.TEMPLATES` is empty. The task is to investigate how...