Skip to content
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

Updated all dependencies except ember-data. Fixed hasmany relationships. #96

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

joshfester
Copy link

This includes changes to the adapter, serializer, tests, and dummy app. Everything except ember-data is up to date. The dummy app is working and all tests are passing.

I'm not completely sure about how hasmany relationships should be handled. The serializer is currently checking relationship.options to see if the relationship "type" is either an array or a relation. I changed it to use a relation by default, since an array is not technically a relationship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants