19 Commits

Author SHA1 Message Date
Ari Lazier
4cf19d0e87 Merge pull request #60 from realm/al-os
First pass at object_store refactor
2015-10-13 17:16:27 -07:00
Ari Lazier
f6e0d34022 RJSArray -> RJSList 2015-10-13 15:27:24 -07:00
Ari Lazier
385f387332 move property getters to object store code 2015-10-13 15:25:06 -07:00
Scott Kyle
d5ae329d8a Add Notification constructor and destructor
These handle the life cycle of the member variables.
2015-10-12 23:21:13 -07:00
Scott Kyle
d996147b09 Protect realm and callback from GC in addNotification
Fixes #54
2015-10-12 17:27:44 -07:00
Ari Lazier
f4715da2a4 Merge pull request #55 from realm/al-migrations
Minimal migration tests - use same path for all tests
2015-10-12 17:26:51 -07:00
Ari Lazier
8ad1b0907d minimal tests for migrations 2015-10-12 17:01:51 -07:00
Scott Kyle
a4194586ea Native methods should convert to numbers/bools
It will still throw if unable to make the conversion. Fixes #51
2015-10-12 15:42:56 -07:00
Ari Lazier
ed3cf01432 consolidate realm methods, code cleanup/remove some duplication 2015-10-08 10:43:38 -06:00
Ari Lazier
51e0551548 don't reset delegate when refetching an existing realm 2015-09-28 15:33:44 -07:00
Ari Lazier
6f2b137b1d use latest object store changes 2015-09-28 15:33:44 -07:00
Ari Lazier
4dca0358e1 add deleteAll to Realm 2015-09-08 14:07:14 -07:00
Ari Lazier
ee87cbc17a primary keys and upsert 2015-09-03 14:05:56 -07:00
Ari Lazier
df05636e7a delete can now take a results object as an argument 2015-09-02 21:31:29 -07:00
Ari Lazier
fa52cea8c3 function cordova example 2015-09-01 15:47:06 -07:00
Ari Lazier
e84c81542f fix for array enumeration, test array.push 2015-08-27 13:33:20 -07:00
Ari Lazier
dc0839772f add Realm.delete 2015-08-14 09:47:33 -07:00
Ari Lazier
ca4dfa052c proper copyright 2015-08-14 08:18:49 -07:00
Ari Lazier
12b942fecd move js work from realm-cocoa-private 2015-08-13 09:12:48 -07:00