Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 43bf325800 use ember-ajax in place of ember-data's networking (#283)
closes #7014
- uses the `AjaxServiceSupport` mixin from `ember-ajax` to replace Ember Data's internal `ajax` method with our own ajax service
- normalizes all error handling to use `ember-ajax` style errors
- default to the `application/vnd.api+json` content-type so that we don't have a mix of urlencoded and plain JSON content
- fix `normalizeErrorResponse` in our `ajax` service so that it doesn't add an empty `errors` array to payloads
2016-09-26 11:59:04 -05:00
..
posts
settings replace gh-select-native with one-way-select (#286) 2016-09-26 11:39:43 -05:00
authentication-test.js
editor-test.js replace gh-select-native with one-way-select (#286) 2016-09-26 11:39:43 -05:00
ghost-desktop-test.js
password-reset-test.js
setup-test.js
signin-test.js
signup-test.js use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00
subscribers-test.js
team-test.js use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00
version-mismatch-test.js