Saul Mora
|
ffc8a0c28d
|
Prepping for some different block APIs
|
2011-04-20 14:58:38 -06:00 |
|
Saul Mora
|
02969aeb62
|
Adding a request helper for a predicate
|
2011-04-20 14:58:13 -06:00 |
|
Saul Mora
|
c4b0715d2e
|
Merging pull request
|
2011-04-19 17:47:42 -06:00 |
|
Saul Mora
|
0c60bcd4b8
|
Added inContext helper to get a managed object in another context
|
2011-04-19 17:41:08 -06:00 |
|
Saul Mora
|
89d2e38370
|
Moving block helpers into another class
|
2011-04-19 17:34:42 -06:00 |
|
Brian King
|
287896d830
|
Bug fix for deleteEntity. Use the objects context, not any of the global contexts.
|
2011-04-05 11:14:05 -04:00 |
|
Brian King
|
40527741b9
|
slight change to the typedef so XCode's auto completion is fully populated
|
2011-04-03 23:01:59 -04:00 |
|
Brian King
|
8169d88fd0
|
Simplified inContext to not be clever and plugged in contextForCurrentThread rather than defaultContext. Fixed compiler warning for ARLog when used in a class method.
|
2011-04-03 09:51:49 -04:00 |
|
Brian King
|
cba632cd8f
|
Added a Managed Object Proxy function to pass Managed Objects between threads
|
2011-04-01 15:02:16 -04:00 |
|
Saul Mora
|
f2640001a8
|
remove nil check for NSUIntger (duh), made defaultBatchSizeProperty public
|
2011-02-15 10:35:20 -07:00 |
|
Saul Mora
|
4627257e43
|
Changed type of default batch size to NSUInteger, fixed logging
|
2011-02-15 09:41:02 -07:00 |
|
Saul Mora
|
2bbf4c68f5
|
Added query for performing a unique search; fixed logging macro
|
2011-02-03 08:05:39 -07:00 |
|
Saul Mora
|
39b3c75379
|
added ARLog to enable and disable CoreData errors (useful during development)
|
2011-01-20 01:08:12 -07:00 |
|
Saul Mora
|
99722682ee
|
added new method with completion block after a save has completed in the background. Callback is called on the main thread
|
2011-01-20 01:07:32 -07:00 |
|
Saul Mora
|
60744a080d
|
use only 1 coordinator for bg operations by default, clean up code
|
2011-01-02 17:59:29 -07:00 |
|
Saul Mora
|
dfd2ec4e5a
|
Create a new PSC for every background thread (optional via compile constant)
|
2010-12-08 14:38:00 -07:00 |
|
Saul Mora
|
dc6ab2c5bf
|
updated readme, changed to markdown
|
2010-11-29 11:50:18 -07:00 |
|
Saul Mora
|
ce932be3fa
|
Merge branch 'master' of git.magicalpanda.com:magicalpanda/activerecord-fetching-for-core-data
|
2010-11-29 10:51:48 -07:00 |
|
Saul Mora
|
65c284e162
|
Use mogenerator insert method if present
|
2010-11-29 10:51:33 -07:00 |
|
Saul Mora
|
89cce3d210
|
remove merge conflicts
|
2010-11-19 10:23:43 -07:00 |
|
Saul Mora
|
1083ca4119
|
merging
|
2010-11-19 10:21:51 -07:00 |
|
Saul Mora
|
53624d3824
|
Merge commit '3aa4954483990419abb63799043c1565981e7078'
|
2010-11-19 10:19:34 -07:00 |
|
Saul Mora
|
6b8e57078c
|
Adding CNAME to github, adding logging when using default context
|
2010-11-15 19:08:29 -07:00 |
|
Peter Steinberger
|
b255dc40ab
|
fixes a "missing selector" warning and a typdef warning
|
2010-11-05 10:22:03 +01:00 |
|
Peter Steinberger
|
8135e96471
|
add missing core data define
|
2010-11-05 10:21:42 +01:00 |
|
Peter Steinberger
|
3aa4954483
|
It's not always a good idea to use caches, esp. in an environment where objects are changed in the background. let the user device, but turn them off per default.
|
2010-11-05 10:16:20 +01:00 |
|
Saul Mora
|
70e03df81e
|
add autorelease pool for background operation, don't lock main thread if already on main thread
|
2010-11-04 00:13:36 -06:00 |
|
Saul Mora
|
6c6ce4366f
|
adding helper to reset default context for memory issues
|
2010-10-25 16:44:40 -06:00 |
|
Saul Mora
|
dadf0a3ccf
|
Add truncate methods
Add requestAllWhere method
Added background operations for core data operations
|
2010-10-18 12:49:52 -06:00 |
|
Saul Mora
|
467fb071a5
|
don't need ifdefs when importing headers, only include
|
2010-10-01 07:27:31 -07:00 |
|
Saul Mora
|
1a05ff4139
|
resolve static analyser warning
|
2010-09-25 13:50:44 -07:00 |
|
Saul Mora
|
d56b7ecd5f
|
Fix memory leak, add check for previous import
|
2010-09-25 13:48:18 -07:00 |
|
Saul Mora
|
0a735fc706
|
add extra output on error
|
2010-09-25 13:37:12 -07:00 |
|
Saul Mora
|
bad382bcce
|
removing error message when setting store to nil
|
2010-08-31 09:06:25 -06:00 |
|
Saul Mora
|
271806d38d
|
Merge branch 'master' of git.magicalpanda.com:magicalpanda/activerecord-fetching-for-core-data
|
2010-08-30 09:58:31 -06:00 |
|
Saul Mora
|
91a05a794d
|
adding findFirstWithPredicate method
|
2010-08-30 09:58:26 -06:00 |
|
Saul Mora
|
2edc8c212f
|
merging
|
2010-08-23 14:58:57 -06:00 |
|
Saul Mora
|
e048f91c71
|
fix comments, add new context helper, made helpers more consistent
|
2010-08-23 14:46:51 -06:00 |
|
Saul Mora
|
c715a6343e
|
use the mogenerator entity if present
|
2010-08-13 10:12:58 -06:00 |
|
Saul Mora
|
2192016f96
|
Added alert when schema changes
|
2010-08-01 01:31:30 -07:00 |
|
Saul Mora
|
4e1051f109
|
block helpers, clean up
|
2010-07-29 14:31:19 -07:00 |
|
Saul Mora
|
52e88bfe68
|
Added block helper method for common save operations
|
2010-07-28 18:54:42 -07:00 |
|
Saul Mora
|
228b89da4c
|
adding some extra helper methods
|
2010-07-27 23:38:40 -07:00 |
|
Saul Mora
|
83efdec8be
|
fix github rendering
|
2010-07-27 18:34:06 -07:00 |
|
Saul Mora
|
9a88f024da
|
Added README
|
2010-07-27 17:24:11 -07:00 |
|
Saul Mora
|
738628f400
|
Initial commit
|
2010-07-27 17:01:06 -07:00 |
|