Zatvobor / ember-couchdb-kit

An Ember.js adapter for Apache CouchDB
MIT License
43 stars 13 forks source link

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

Closed samheuck closed 9 years ago

samheuck commented 9 years ago

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.

Zatvobor commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

Zatvobor commented 9 years ago

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

Zatvobor commented 9 years ago

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

samheuck commented 9 years ago

Should be good to go.

Zatvobor commented 9 years ago

Well done. Will check this one asap