-
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 no longer pres…
-
http://stackoverflow.com/questions/16057520/ember-js-indexeddb-adapter
-
### Issue
New to PouchDB and Ember. Following the instructions on https://github.com/pouchdb-community/ember-pouch.
When running the command "ember g pouch-adapter application", the Ember server b…
-
Hey @fsmanuel
We've been using this addon in production for about a year now and we're hitting the limits of LocalStorage. Some of our users are hitting the 5MB size limit, and nearly all of them ar…
-
I'm finding that it doesn't seem to be doing all the things it needs to do in order to be the default store.
-
I don't know what I'm missing, but it seems like it's not possible to destroy (delete & save) records, at least not when using local (`IndexedDB`) or in-memory database adapters (haven't tried others)…
-
Steps to reproduce:
1. Define a model with at least two async hasMany associations.
2. Create an instance with values in one of the associations and save it.
3. Clear the store's cache (e.g., by reloa…
-
I'm going nuts trying to debug this.
When I do a `this.store.query('model',{filter: filter})` , it will add a record to my model. However, if I rerun the query inside the session, it won't add a r…
-
I believe the initializers cause a problem with Fastboot as I get an error that
`Error: Assertion failed: Your browser does not support IndexedDB!`
because trying to be run in Node I believe
-
Setup like so:
```
export default IndexedDbConfigurationService.extend({
currentVersion: 1,
version1: computed(function () {
return {
stores: {
'restaurant': '&id,*are…