Ghost/core/client/models
David Arvelo 8cbc6dc3b7 Calls to POST API have include=tags
closes #2998
- update PostSerializer to use DS.EmbeddedRecordsMixin
- create PostAdapter to include include=tags in query params for POST and PUT
- set include=tags for various GET post requests
- change PostModel to have { embedded: always } instead of { async: true }
- update Ember-Data to beta8 from beta7
- make call to get tags from model in editor.edit route synchronous since the tags now exist in the store
- change casper test to wait for call to posts api with `?include=tags`
2014-06-28 03:13:31 -04:00
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
post.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
setting.js Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
slug-generator.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
tag.js Make exports consitent. 2014-06-09 13:58:35 -04:00
user.js Merge pull request #2922 from lholmquist/user_model 2014-06-09 20:14:53 +02:00