-
Just adding https://feeds.feedburner.com/HlavnZprvy to the 'Add RSS feed' box and pressing `Add` button leads to Podcasts endlessly showing the wait icon and these errors in the JavaScript console (te…
mcepl updated
9 years ago
-
Looking back on the past month of commits, it seems the major changes are:
- Experimental browser adapter plugins (#2190)
- Fix Ember.js integration (#2158)
- Fix Browserify integration (#2249, pouchd…
-
Looks like the bower install is pointing to wrong repository:
git://github.com/chlu/ember-indexeddb-adapter.git
instead of
git://github.com/kurko/ember-indexeddb-adapter.git
(i'm guessing thats t…
-
On the line:
var req = global.indexedDB.open(name, ADAPTER_VERSION);
firefox reports"InvalidStateError"
In Chrome and IE this works fine.
Example: https://github.com/broerse/ember-cli-blog
-
Hi! I’d like to use the latest version of your adapter with Bower but I can’t find it in the registry. Could you publish it officially on Bower or at least git-tag the latest version so that we can li…
-
in user-route.js is:
```
...
model: function(){
return this.store.find('user');
}
...
```
Ary time i select the user route, it always request server, why it doesn't save in store after the first s…
ghost updated
10 years ago
-
Started getting this error after pulling latest updates from master:
```
$ ember server
version: 0.0.44-master-148593e0a0
Cannot read property 'options' of undefined
TypeError: Cannot read property '…
-
First of all, thanks for putting this project in Github, available with an open source license. It's really useful.
But it would be just a little bit more useful if you could tag every release with a…
-
Hi,
I'm not sure if it's bug in Ember or Zombie, so for now I'm creating it here.
My problem is that when I try to crawl Ember-created page it's not running scripts on it and browser.html() is retur…
-
One to one relationships work perfectly but I'm having issues with the hasMany relationships.
I have a team that hasMany teamMembers. When I create the team I can view all the teamMembers by looping…