question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Models aren't showing up in data when registered manually

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 9 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Phoxlycommented, Jan 27, 2017

Still having this problem. Any updates?

1reaction
rwwagner90commented, Nov 2, 2018

@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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

model not showing up in django admin - Stack Overflow
I solve this to add register of admin to admin.py . And I don't need to add extra class. Like: from jalka.game.models import...
Read more >
About eSIM on iPhone - Apple Support
* iPhone 14 models that are eSIM only can activate without a Wi-Fi network. How to set up an eSIM on iPhone. Setting...
Read more >
Manual registration for existing devices | Microsoft Learn
To register existing devices: Obtain the hardware hash for each device. Merge the hash data. Register the devices in Microsoft Managed Desktop.
Read more >
Setting up AWS Lake Formation
If you like to clean up the AWS CloudFormation stack resources: De-register the Amazon S3 bucket that your stack created and registered as...
Read more >
Creating forms from models - Django documentation
If the model field has choices set, then the form field's widget will be set to Select , with choices coming from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found