January 2014
December 2013
How should errors be handled when using the Ember.js Data RESTAdapter? - Stack Overflow
(via)his.ajax(this.buildURL(root, id), "PUT", {
data: data,
context: this,
success: function(json) {
Ember.run(this, function(){
this.didUpdateRecord(store, type, record, json);
});
},
error: function(xhr) {
this.didError(store, type, record, xhr);
}
November 2013
October 2013
ember-auth
exposes the following API end points
September 2013
1
(10 marks)