-
Move spec to readme
https://github.co...
was committed by Dan Schultz
Monday Apr 16
-
Add created record state
https://gith...
was committed by Dan Schultz
Wednesday Apr 11
-
Add init state
https://github.com/dan...
was committed by Dan Schultz
Thursday Apr 05
- Change init state to created state ht... was committed by Dan Schultz 08:45 AM
- Abstract load, persistence methods to... was committed by Dan Schultz 07:29 AM
- Rename persist() to save() https://gi... was committed by Dan Schultz 07:18 AM
-
Create snapshot for has-many associat...
was committed by Dan Schultz
Wednesday Mar 28
- Group data source persistence by reco... was committed by Dan Schultz 12:36 AM
-
Disable Customer.orders.isMaster
http...
was committed by Dan Schultz
Tuesday Mar 27
- Fix issue with persisting newly assoc... was committed by Dan Schultz 08:24 PM
- Only commit records that are dirty ht... was committed by Dan Schultz 08:23 PM
- Update query tests to reflect new des... was committed by Dan Schultz 08:22 PM
- Fix metadata hinting for isMaster att... was committed by Dan Schultz 08:20 PM
-
Update record states
https://github.c...
was committed by Dan Schultz
Saturday Mar 24
- Update persistence tests https://gith... was committed by Dan Schultz 08:20 AM
- Update unit tests to handle async loa... was committed by Dan Schultz 04:17 AM
- Fix issue marking record state as syn... was committed by Dan Schultz 04:16 AM
- Mark record as busy when loading http... was committed by Dan Schultz 04:15 AM
- Mimic latency with test data source h... was committed by Dan Schultz 04:15 AM
- Marks records as busy when being comm... was committed by Dan Schultz 04:14 AM
- Have Snapshots behave like an array h... was committed by Dan Schultz 04:13 AM
- Add AsyncTest class for helping with ... was committed by Dan Schultz 04:12 AM
- Add ArrayProxy https://github.com/dan... was committed by Dan Schultz 04:11 AM
-
Add record busy state
https://github....
was committed by Dan Schultz
Friday Mar 23
-
Add more descriptive error for invali...
was committed by Dan Schultz
Wednesday Mar 21
- Update ASDoc for Data deserializer ht... was committed by Dan Schultz 09:07 AM
-
Don't force data source implementatio...
was committed by Dan Schultz
Saturday Mar 17
- Refactor loading of has-many associat... was committed by Dan Schultz 06:47 AM
- Remove unused Records argument from R... was committed by Dan Schultz 06:47 AM
- Wrap data source data in Data object ... was committed by Dan Schultz 06:41 AM
- Fix indexing with Set https://github.... was committed by Dan Schultz 06:26 AM
-
Add commit callbacks
https://github.c...
was committed by Dan Schultz
Wednesday Mar 07
- Commits are immediately successful sn... was committed by Dan Schultz 09:25 PM
- Implement record destruction https://... was committed by Dan Schultz 08:55 PM
- Ignore property changes to Record.sta... was committed by Dan Schultz 08:54 PM
- Only set record ID if given https://g... was committed by Dan Schultz 08:53 PM
- Add Set collection type https://githu... was committed by Dan Schultz 08:53 PM
- Add destroy record test for where que... was committed by Dan Schultz 04:41 AM
- Fix load bug in results list https://... was committed by Dan Schultz 04:40 AM
- Don't include destroyed records in re... was committed by Dan Schultz 04:35 AM
- Update spec for data source https://g... was committed by Dan Schultz 03:14 AM
- Implement quick and dirty persistence... was committed by Dan Schultz 03:02 AM
- Add finished callback for persistence... was committed by Dan Schultz 02:19 AM
- Add Snapshots for grouping related sn... was committed by Dan Schultz 02:19 AM
- Rename RecordSnapshot to Snapshot htt... was committed by Dan Schultz 02:18 AM
- Move Commit to data source package ht... was committed by Dan Schultz 01:36 AM
- Move Snapshot to data source package ... was committed by Dan Schultz 01:31 AM
- Update data source to use responders ... was committed by Dan Schultz 01:08 AM
- Add data source responder interfaces ... was committed by Dan Schultz 12:58 AM
- Update spec to describe data source r... was committed by Dan Schultz 12:58 AM
-
Implement commit methods for multi so...
was committed by Dan Schultz
Tuesday Mar 06
- Update spec https://github.com/dansch... was committed by Dan Schultz 04:27 AM
- Add synced method for record https://... was committed by Dan Schultz 02:23 AM
- Add Store.create() https://github.com... was committed by Dan Schultz 02:22 AM
- Update snapshot to be specific for Re... was committed by Dan Schultz 02:22 AM
-
Add record persistence
https://github...
was committed by Dan Schultz
Wednesday Feb 29
-
Mark record as dirty on property chan...
was committed by Dan Schultz
Tuesday Feb 28
- Fix bug where Changes.hasChanges alwa... was committed by Dan Schultz 07:59 PM
- Add record state for representing rec... was committed by Dan Schultz 07:58 PM
- Add at() method to List https://githu... was committed by Dan Schultz 05:08 AM
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>