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

Fixes deprecation warnings for ember-data beta.15 #111

Merged
merged 7 commits into from
Jun 15, 2015

Conversation

samheuck
Copy link
Contributor

This project may want to start using semver - I'm pretty sure these changes are not backward compatible with earlier versions of ember-data. Doing that would mean ember and ember-data would need to be listed as a dev dependencies in bower.json.

There is also a failing test with the revision adapter - will create a separate issue for that.

…t to dev deps;

Signed-off-by: Sam Heuck <sam@samheuck.com>
Signed-off-by: Sam Heuck <sam@samheuck.com>
Signed-off-by: Sam Heuck <sam@samheuck.com>
Signed-off-by: Sam Heuck <sam@samheuck.com>
Signed-off-by: Sam Heuck <sam@samheuck.com>
@Zatvobor
Copy link
Owner

Absolutely agreed with you about start using semver. Moreover, I'm going to review the project state and available issues in order to produce a further roadmap.

That would be great to collaborate on that with you. Just let me know what you do think about collaboration.

Will review this PR and thank you again for help.

@samheuck
Copy link
Contributor Author

Yeah I’d love to collaborate on this - I’m using it for a pet side project, and so that I can keep up with the changes in ember-data.

Would you consider converting the project from CoffeeScript to javascript? I’m not very familiar with CofeeScript. It’s not too big a deal if that’s not something you want to do, I can learn CoffeeScript, I would just be better able to contribute.

@Zatvobor
Copy link
Owner

The project tests are completely outdated. Firstly, I believe we should refresh/review them, #112. Let's discuss it.

@@ -115,30 +115,31 @@ window.setupStore = (options) ->
env = {}

options = options or {}
container = env.container = new Ember.Container()
registry = new Ember.Registry(options)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please provide your Ember version? Well, all my tests are failed due to switching to Ember.Registry instead of using Ember.Container as first is undefined on 1.8.1.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was using 1.11.0 for the test suite

@Zatvobor
Copy link
Owner

Zatvobor commented Apr 1, 2015

Pushed devDependencies to make sure that we all on the same page.

@Zatvobor
Copy link
Owner

Zatvobor commented Apr 6, 2015

Could you please resolve conflicts and make sure that PR is available for merge. Thanks.

@samheuck
Copy link
Contributor Author

Should be good to go.

@Zatvobor
Copy link
Owner

Well done. Will check this one asap

Zatvobor added a commit that referenced this pull request Jun 15, 2015
Fixes deprecation warnings for ember-data beta.15
@Zatvobor Zatvobor merged commit 86f3d37 into Zatvobor:master Jun 15, 2015
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