0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adjust logging More... about 15 years ago
fix find_by_permalink in app and source models More... about 15 years ago
typo More... about 15 years ago
typo, needs to be x[key] More... about 15 years ago
fixed the apostrophe quoting More... about 15 years ago
Merge branch 'master' into 1-1-unstable More... about 15 years ago
Merge branch 'master' of [email protected]:rhomobile/rhosync More... about 15 years ago
two important changes: 1) now has ObjectValue class hash_from_data method as both class and instance methods. NEEDED FOR BACKWARDS COMPATIBILITY WITH THIRD PARTY SOURCE ADAPTERS 2) the SourceAdapter base class sync now expects a "generic results" structure. generic results is an array of hashes. Each entry in the outer array represents an object. The hash keys for each entry represent object attributes. There must be a hash key called "id" that contains the unique ID of the object. The SugarAdapter base class contains the following function that may help to show what is meant by "generic results" More... about 15 years ago
switch example back to sqlite for windows folks More... about 15 years ago
Merge branch 'master' of [email protected]:rhomobile/rhosync More... about 15 years ago
queuesync is type boolean. make the test be for true instead of 1 (which works with sqlite) so that it works on mysql More... about 15 years ago
Merge branch 'master' into 1-0-stable More... about 15 years ago
Merge branch 'master' of [email protected]:rhomobile/rhosync More... about 15 years ago
removing unused adapters More... about 15 years ago
moved database.yml to .example More... about 15 years ago
now conditionally support either mysql or sqlite More... about 15 years ago
handle case of no records being returned More... about 15 years ago
Much faster source adapter sync. By using SQL instead of ActiveRecord object creation Please call super from all your own source adapter sync methods! More... about 15 years ago
there was an error where all syncs became queued syncs. this is now fixed More... about 15 years ago
[#121 state:resolved] More... about 15 years ago
made application subscription work. More... about 15 years ago
make defaults for new sources work. simplify the source editing form More... about 15 years ago
added demon runner to deploy script More... about 15 years ago
clean up yml files, clear out adapters that were removed More... about 15 years ago
removed adapters that are not part of general platform More... about 15 years ago
dont do send to client if the sync is queued More... about 15 years ago
Merge branch 'master' of [email protected]:rhomobile/rhosync More... about 15 years ago
finished implementing queued sync More... about 15 years ago
filter password logging More... about 15 years ago
value is text field More... about 15 years ago