Alex Oliveira

Results 86 comments of Alex Oliveira

Thanks for the message :D 1. regarding releases, I just checked and something very weird happened. I've been releasing frequently, but for some reason https://www.npmjs.com/package/ember-sync was showing 0.1.2 now. Perhaps...

> Doc: my understanding is that if you don't create / save or find a post Record through emberAsync, you will not be able to call post.emberAsync on it later...

I think your code is wrong. ``` js export default Ember.Route.extend({ model: function () { return this.emberSync.find('user', '2oj9m'); }, actions: { save: function () { // do something cool this.get('content').emberSync.save();...

@codepreneur @csprocket777 I really don't have a way to debug this, but I'll be helping you with whatever I can. Can you perhaps put some `debugger;` here and there and...

@csprocket777 you rock, sir! Do you think you can code a PR to implement this? I'll do it myself but I can't guarantee when.

@csprocket777 under the gun? :scream: :gun: You can hit me up at #emberjs channel on Freenode if you need. If you can at least write a failing spec in a...

@csprocket777 from our conversation on IRC, here's a gist with what I think should be done: https://gist.github.com/kurko/7ca3b17fa6b7590b93a1

Not really. As far as I can remember, it's covered by tests and should work. Unfortunately I'm busy on a project that's not using Ember Sync, so I can't debug...

@Globegitter did you give up on this? I have some time and could take a look at it myself.

Makes total sense. If no one does it, I'll do it myself likely in a month from now.