-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecordData errors #6197
RecordData errors #6197
Conversation
caa5172
to
4dadc81
Compare
@mike-north reviewed in person |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outside of these review comments I have the additional concern that we seem to have put a lot of new private methods on Model
. If this logic truly belongs living with the record can it be encapsulated as util functions within the module instead of leaking methods to consumers?
Added two methods, which after we have a subscription mechanism with custom model classes can be isolated in a callback/not exposed |
0182979
to
73c1661
Compare
73c1661
to
d011ece
Compare
Implements emberjs/rfcs#465
Also cleans up some of the feature flagging infra thanks to @rwjblue