Ghost/ghost/admin/tests
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
..
acceptance use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00
helpers
integration deps: ember-ajax@2.5.1 (#282) 2016-09-26 08:07:18 -05:00
unit replace gh-select-native with one-way-select (#286) 2016-09-26 11:39:43 -05:00
.jscsrc
.jshintrc
index.html
test-helper.js