strangelooper

Results 7 issues of strangelooper

I'm getting a new error that's killing all functionality after I updated to the latest ember-data beta. Looks like, maybe, the indexeddb adapter was using some private objects that are...

I tried loading a route without {async:true} on the hasMany relation of the route's model...but I got the "uncaught Error: Assertion Failed: You looked up the 'model' relationship on 'model'..."...

Hi, I was running the tests with `rackup` and it looks like more than a few are failing. `#findQuery - overriding Adapter#findQuerySearchCriteria` is one. I think I have that fixed......

This fixes two bugs, one was happening when deleting a record, json was getting returned causing problems for ember-data: http://discuss.emberjs.com/t/assertion-failure-when-deleting-record-with-hasmany-relationship/4537/2 - this fixed worked here too, removing the json returned...

When a redux wrapped component has a null value in its `stateToComputed` function ember-inspector fails with two errors (trying to read a property on null). Here's an example of a...

After migrating an old ember-rails project all my nicely nested routes ended up at the top level `app/routes` folder, but with dasherized names from the old file paths. What's the...

Is this a known/expected issue or is it just me? I setup a new ember app and noticed that after I removed the `welcome` component from the app.hbs the vendor.css...