Artur Małecki

Results 4 comments of Artur Małecki

@ebryn, @raytiley do you have any idea how interface should looks for this? Maybe something like this: ``` App.User.batchCreate(arrayOfModelsToSave) App.User.batchDelete(arrayOfModelsToDeleteOrIds) ``` or ``` App.User.batchAction('create', arrayOfModels) ``` What do you think?

@mikejholly @ebryn is this still open issue? I can do it if you want.

Hi @ebryn I need a little help with that. First of all how to reproduce this bug: ``` User.clearCache(); User.find(1).get('name'); # => undefined ``` But when you try this ```...

@ebryn I have tried to reproduce this, and I can't. I have created test for this: https://github.com/seeweer/ember-model/commit/afb245e8235e523097e93000a80c5b7494ebebc2 Can you check if I understand this right?