-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManifest.txt
162 lines (162 loc) · 6.56 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
COPYING
HISTORY.txt
Manifest.txt
README.txt
Rakefile
bin/rubysync
bin/rubysync.rb
docs/init_openldap.ldif
docs/schema/99rubysync.ldif
docs/schema/rubysync.schema
examples/ar_webapp/README
examples/ar_webapp/Rakefile
examples/ar_webapp/app/controllers/application.rb
examples/ar_webapp/app/controllers/hobbies_controller.rb
examples/ar_webapp/app/controllers/interests_controller.rb
examples/ar_webapp/app/controllers/people_controller.rb
examples/ar_webapp/app/controllers/ruby_sync_associations_controller.rb
examples/ar_webapp/app/helpers/application_helper.rb
examples/ar_webapp/app/models/hobby.rb
examples/ar_webapp/app/models/interest.rb
examples/ar_webapp/app/models/person.rb
examples/ar_webapp/app/models/ruby_sync_association.rb
examples/ar_webapp/app/models/ruby_sync_event.rb
examples/ar_webapp/app/models/ruby_sync_observer.rb
examples/ar_webapp/app/models/ruby_sync_operation.rb
examples/ar_webapp/app/models/ruby_sync_state.rb
examples/ar_webapp/app/models/ruby_sync_value.rb
examples/ar_webapp/app/views/layouts/application.rhtml
examples/ar_webapp/app/views/people/show.rhtml
examples/ar_webapp/config/boot.rb
examples/ar_webapp/config/database.yml
examples/ar_webapp/config/environment.rb
examples/ar_webapp/config/environments/development.rb
examples/ar_webapp/config/environments/production.rb
examples/ar_webapp/config/environments/test.rb
examples/ar_webapp/config/routes.rb
examples/ar_webapp/db/migrate/001_create_people.rb
examples/ar_webapp/db/migrate/002_create_interests.rb
examples/ar_webapp/db/migrate/003_create_hobbies.rb
examples/ar_webapp/db/migrate/004_create_ruby_sync_associations.rb
examples/ar_webapp/db/migrate/005_create_ruby_sync_events.rb
examples/ar_webapp/db/migrate/006_create_ruby_sync_operations.rb
examples/ar_webapp/db/migrate/007_create_ruby_sync_values.rb
examples/ar_webapp/db/migrate/008_ruby_sync_tracking.rb
examples/ar_webapp/db/migrate/009_create_ruby_sync_states.rb
examples/ar_webapp/db/schema.rb
examples/ar_webapp/doc/README_FOR_APP
examples/ar_webapp/log/development.log
examples/ar_webapp/log/production.log
examples/ar_webapp/log/server.log
examples/ar_webapp/log/test.log
examples/ar_webapp/public/.htaccess
examples/ar_webapp/public/404.html
examples/ar_webapp/public/500.html
examples/ar_webapp/public/dispatch.cgi
examples/ar_webapp/public/dispatch.fcgi
examples/ar_webapp/public/dispatch.rb
examples/ar_webapp/public/favicon.ico
examples/ar_webapp/public/images/rails.png
examples/ar_webapp/public/index.html
examples/ar_webapp/public/javascripts/application.js
examples/ar_webapp/public/javascripts/controls.js
examples/ar_webapp/public/javascripts/dragdrop.js
examples/ar_webapp/public/javascripts/effects.js
examples/ar_webapp/public/javascripts/prototype.js
examples/ar_webapp/public/robots.txt
examples/ar_webapp/script/about
examples/ar_webapp/script/breakpointer
examples/ar_webapp/script/console
examples/ar_webapp/script/destroy
examples/ar_webapp/script/generate
examples/ar_webapp/script/performance/benchmarker
examples/ar_webapp/script/performance/profiler
examples/ar_webapp/script/plugin
examples/ar_webapp/script/process/inspector
examples/ar_webapp/script/process/reaper
examples/ar_webapp/script/process/spawner
examples/ar_webapp/script/runner
examples/ar_webapp/script/server
examples/ar_webapp/test/fixtures/association_keys.yml
examples/ar_webapp/test/fixtures/hobbies.yml
examples/ar_webapp/test/fixtures/interests.yml
examples/ar_webapp/test/fixtures/people.yml
examples/ar_webapp/test/fixtures/ruby_sync_events.yml
examples/ar_webapp/test/fixtures/ruby_sync_operations.yml
examples/ar_webapp/test/fixtures/ruby_sync_states.yml
examples/ar_webapp/test/fixtures/ruby_sync_values.yml
examples/ar_webapp/test/test_helper.rb
examples/ar_webapp/test/unit/association_key_test.rb
examples/ar_webapp/test/unit/hobby_test.rb
examples/ar_webapp/test/unit/interest_test.rb
examples/ar_webapp/test/unit/person_test.rb
examples/ar_webapp/test/unit/ruby_sync_event_test.rb
examples/ar_webapp/test/unit/ruby_sync_observer_test.rb
examples/ar_webapp/test/unit/ruby_sync_operation_test.rb
examples/ar_webapp/test/unit/ruby_sync_state_test.rb
examples/ar_webapp/test/unit/ruby_sync_value_test.rb
examples/csv_to_ldap/config/connectors/hr_connector.rb
examples/csv_to_ldap/config/connectors/ldap_vault_connector.rb
examples/csv_to_ldap/config/db/HrImportPipeline(vault)_assoc_to_path.db
examples/csv_to_ldap/config/db/HrImportPipeline(vault)_mirror.db
examples/csv_to_ldap/config/db/HrImportPipeline(vault)_path_to_assoc.db
examples/csv_to_ldap/config/pipelines/hr_import_pipeline.rb
examples/csv_to_ldap/in/henchmen.csv.bak
examples/csv_to_xml/config/connectors/databank_connector.rb
examples/csv_to_xml/config/connectors/hr_connector.rb
examples/csv_to_xml/config/db/HrImportPipeline(vault)_assoc_to_path.db
examples/csv_to_xml/config/db/HrImportPipeline(vault)_mirror.db
examples/csv_to_xml/config/db/HrImportPipeline(vault)_path_to_assoc.db
examples/csv_to_xml/config/pipelines/hr_import_pipeline.rb
examples/csv_to_xml/databank.xml
examples/csv_to_xml/in/henchmen.csv.bak
examples/csv_to_xml/transcript.txt
examples/data/henchmen.csv
examples/data/more.csv
lib/net/ldif.rb
lib/ruby_sync.rb
lib/ruby_sync/connectors/active_record_association_handler.rb
lib/ruby_sync/connectors/active_record_connector.rb
lib/ruby_sync/connectors/active_record_event_handler.rb
lib/ruby_sync/connectors/base_connector.rb
lib/ruby_sync/connectors/connector_event_processing.rb
lib/ruby_sync/connectors/csv_file_connector.rb
lib/ruby_sync/connectors/file_connector.rb
lib/ruby_sync/connectors/ldap_associations.rb
lib/ruby_sync/connectors/ldap_changelog_connector.rb
lib/ruby_sync/connectors/ldap_connector.rb
lib/ruby_sync/connectors/memory_connector.rb
lib/ruby_sync/connectors/xml_connector.rb
lib/ruby_sync/connectors/dbm_association_tracking.rb
lib/ruby_sync/connectors/dbm_change_tracking.rb
lib/ruby_sync/connectors/memory_association_tracking.rb
lib/ruby_sync/connectors/memory_change_tracking.rb
lib/ruby_sync/event.rb
lib/ruby_sync/operation.rb
lib/ruby_sync/pipelines/base_pipeline.rb
lib/ruby_sync/util/metaid.rb
lib/ruby_sync/util/utilities.rb
test/data/example1.ldif
test/data/example2.ldif
test/data/example3.ldif
test/data/example4.ldif
test/data/example5.ldif
test/data/example6.ldif
test/data/example7.ldif
test/hashlike_tests.rb
test/ruby_sync_test.rb
test/tc_active_record_connector.rb
test/tc_base_connector.rb
test/tc_base_pipeline.rb
test/tc_changelog_ldap_connector.rb
test/tc_csv_file_connector.rb
test/tc_event.rb
test/tc_ldap_changelog.rb
test/tc_ldap_connector.rb
test/tc_ldap_vault.rb
test/tc_ldif.rb
test/tc_memory_connectors.rb
test/tc_transformation.rb
test/tc_utilities.rb
test/tc_xml_connectors.rb
test/ts_rubysync.rb