Miguel Madero

Results 21 comments of Miguel Madero

@sarus I'm using ember-tools with the latest ember-data. Did you also update ember.js (I'm using `Version: v1.1.0-beta.4`)

Also I remember I also had to manually update localstorage_adapter (in case you're using that).

Ohh and I also changed `store.js`. The revision isn't needed and we just give it a reference to the adapter instead of creating it. ``` // by default, persist application...

Actually there's just a PR. https://github.com/rpflorence/ember-tools/pull/97 You could clone that repo and create the app by calling `path/to/clonedrepo/bin/ember create your-app-name` until it's merge.

Can you share `routes.js`? Also, I'm using the LSAdapter, could you try switching just to pin down the problem?

Hi @sarus Im glad you got it working. I'm not sure what the difference was with `ember`. I'm on `1.1.0 beta4` and works great. However, I agree with you, I...

Wow, for someone reason I missed this almost a year ago. Thanks for opening this PR. I'll have a look.

We should automate this. At Zenefits we're using a framework to drive ember acceptance tests from python. I would like to do use something similar (ideally from node and not...