Thomas Chen
Thomas Chen
Currently, array values get serialized as comma-separated strings. This is less than ideal since the only real reason to use FormData over json is to handle files, and servers have...
### The Problem Suppose you are writing code for some DS.Model using `computedPromise` ``` coffeescript IssueThread = DS.Model.extend comments: DS.hasMany "comments", async: true okToMerge: computedPromise "comments.[]", -> @get("comments") .then (comments)...
remove ember-cli-coffeescript and the used stuff in the addon folder