Models aren't showing up in data when registered manually
We have an ember-cli 0.1.7 project where we register several models within an initializer
app.register('model:person', DS.Model.extend({}));
This seems to work for ember and they are functional but they never show up in the inspector.
Potentially related issues: #202 and #245
We should look into the registry in addition to the resolver here. This is unrelated to the other issues. The fix will be in Ember core not in this repo, but let's track the issue here since it's related to the inspector.
+1
@teddyzeenny Do you know if there is an open issue in Ember core that would address this?
+1 needed :+1:
Is there any progress on dynamic models being visible in the data tab?
Can you please update the status on this issue?
Is there any progress on this issue?
Still having this problem. Any updates?
@teddyzeenny it seems people have been having issues with this for quite awhile. You mentioned the fix needs to be in Ember core. Did we open an issue there? If not, would you mind helping me understand the changes we need and I can open one?
+1
I'm still not sure why people are manually registering models. Can they not be normal models?
That being said, I'm pretty sure we just ask ember-data for the models, so I assume the fix is in ember core or ember-data. Definitely would love some help here!