ember_data_example icon indicating copy to clipboard operation
ember_data_example copied to clipboard

restAdapter needs error handling

Open dgeb opened this issue 13 years ago • 3 comments

This was intentionally left out initially, as it's unclear how errors should flow from the adapter, and back through the store and model in ember-data.js.

Validations have been added to the Contact model in Rails. If either the first or last name is left blank, a record will not be saved properly. This needs to be conveyed to the user.

dgeb avatar Dec 30 '11 22:12 dgeb

A possible solution: https://github.com/emberjs/data/pull/87

dgeb avatar Feb 21 '12 02:02 dgeb

A more recent PR to watch: https://github.com/emberjs/data/pull/376

dgeb avatar Sep 12 '12 03:09 dgeb

Even more recent: emberjs/data/pull/958

ZenCocoon avatar May 15 '13 11:05 ZenCocoon