Sha256: 84b4dab5784547a5eeedbd0efb3aef05195090744960532a507821d02eae8a48
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
== 0.2.1 / 2008-06-11 * Deprecated in_transform and out_transform. Replaced in_trasform with in_event_transform (before other rules) and in_command_transform (after other rules). Likewise, out_transform is replaced by out_event_transform and out_command_transform. The command_transforms are useful for dropping attributes from the final record that were required for rule processing. * Improved pipeline template. * Various bug fixes. == 0.2.0 / 2008-03-17 * Added show command to do simple record lookups from a connector * Extracted out the dbm functionality from base_connector into dbm_change_tracking and dbm_association_tracking * Added memory_association and memory_change_tracking modules for testing purposes * More pipeline streamlining * Tests now pass under jruby 1.1R2 as well as ruby 1.8.6 == 0.1.1 / 2007-10-29 * Some streamlining of the base_pipeline in_handler and out_handler methods * Added documentation to the base_connector class so you get a template for building your own connector if you run "rubysync connector my_connector -t base" == 0.1.0 / 2007-09-26 * Dropped the map_client_to_vault and map_vault_to_client methods. in_transform and out_transform now handle that this enables calculated and literal values as well as simple mappings * Now uses the class loader from activesupport - much more stable * Refreshed the examples == 0.0.5 / 2007-09-18 * Fixed gem dependency issues * Fixed shebang portability issues * XML Connector now works correctly even if id used isn't a valid XML tag * Improved transformations == 0.0.3 / 2007-08-27 * Added XML Connector to enable demonstration with no dependencies on LDAP or DB servers * Added DBM based association tracking to enable any connector to be used as a vault * Added DBM based change tracking to make writing a simple (albeit inefficient) connector trivial
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysync-0.2.1 | HISTORY.txt |