Gabriel Klein

Results 7 comments of Gabriel Klein

After couple of test its a problem with gem "mongoid", :git => 'git://github.com/mongoid/mongoid.git', :branch => "4.0.0-dev"

Hi @marcemira, did you find a work around this issue?

My workaround is to add a property in the controller that return an has_many array. ``` javascript clients: function() { return this.get('model.clients').reject(function(object) { return object.get('hasDirtyAttributes'); }); }.property('model.clients') ``` Note the...

@chawchaw Could you provide us with more details on how you solved this issue?