emberjs-addons / sproutcore-datastore

(Ember Only) Repository for the DataStore package
www.sproutcore.com
46 stars 9 forks source link

Fix SC.ManyArray to work properly with collection + add Rakefile to build sproutcore-datastore #3

Closed drogus closed 13 years ago

drogus commented 13 years ago

I've added another fix - addInverseRecord shuold not require record with id - it's more intuitive as other record arrays can load record lazily, SC.ManyArray silently failed in such situation adding undefined item to storeIds array.