forked from composite-primary-keys/composite_primary_keys
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManifest.txt
120 lines (120 loc) · 3.43 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
History.txt
Manifest.txt
README.txt
README_DB2.txt
Rakefile
init.rb
install.rb
lib/adapter_helper/base.rb
lib/adapter_helper/mysql.rb
lib/adapter_helper/oracle.rb
lib/adapter_helper/postgresql.rb
lib/adapter_helper/sqlite3.rb
lib/composite_primary_keys.rb
lib/composite_primary_keys/association_preload.rb
lib/composite_primary_keys/associations.rb
lib/composite_primary_keys/attribute_methods.rb
lib/composite_primary_keys/base.rb
lib/composite_primary_keys/calculations.rb
lib/composite_primary_keys/composite_arrays.rb
lib/composite_primary_keys/connection_adapters/ibm_db_adapter.rb
lib/composite_primary_keys/connection_adapters/oracle_adapter.rb
lib/composite_primary_keys/connection_adapters/postgresql_adapter.rb
lib/composite_primary_keys/connection_adapters/sqlite3_adapter.rb
lib/composite_primary_keys/fixtures.rb
lib/composite_primary_keys/migration.rb
lib/composite_primary_keys/reflection.rb
lib/composite_primary_keys/version.rb
loader.rb
local/database_connections.rb.sample
local/paths.rb.sample
local/tasks.rb.sample
scripts/console.rb
scripts/txt2html
scripts/txt2js
tasks/activerecord_selection.rake
tasks/databases.rake
tasks/databases/mysql.rake
tasks/databases/oracle.rake
tasks/databases/postgresql.rake
tasks/databases/sqlite3.rake
tasks/deployment.rake
tasks/local_setup.rake
tasks/website.rake
test/README_tests.txt
test/abstract_unit.rb
test/connections/native_ibm_db/connection.rb
test/connections/native_mysql/connection.rb
test/connections/native_oracle/connection.rb
test/connections/native_postgresql/connection.rb
test/connections/native_sqlite/connection.rb
test/fixtures/article.rb
test/fixtures/Article.yml
test/fixtures/comment.rb
test/fixtures/Comment.yml
test/fixtures/db_definitions/db2-create-tables.sql
test/fixtures/db_definitions/db2-drop-tables.sql
test/fixtures/db_definitions/mysql.sql
test/fixtures/db_definitions/oracle.drop.sql
test/fixtures/db_definitions/oracle.sql
test/fixtures/db_definitions/postgresql.sql
test/fixtures/db_definitions/sqlite.sql
test/fixtures/department.rb
test/fixtures/Department.yml
test/fixtures/employee.rb
test/fixtures/Employee.yml
test/fixtures/group.rb
test/fixtures/Group.yml
test/fixtures/hack.rb
test/fixtures/Hack.yml
test/fixtures/membership.rb
test/fixtures/membership_status.rb
test/fixtures/MembershipStatus.yml
test/fixtures/Membership.yml
test/fixtures/product.rb
test/fixtures/product_tariff.rb
test/fixtures/ProductTariff.yml
test/fixtures/Product.yml
test/fixtures/reading.rb
test/fixtures/Reading.yml
test/fixtures/reference_code.rb
test/fixtures/ReferenceCode.yml
test/fixtures/reference_type.rb
test/fixtures/ReferenceType.yml
test/fixtures/street.rb
test/fixtures/Street.yml
test/fixtures/suburb.rb
test/fixtures/Suburb.yml
test/fixtures/tariff.rb
test/fixtures/Tariff.yml
test/fixtures/user.rb
test/fixtures/User.yml
test/hash_tricks.rb
test/plugins/pagination.rb
test/plugins/pagination_helper.rb
test/test_associations.rb
test/test_attribute_methods.rb
test/test_attributes.rb
test/test_clone.rb
test/test_composite_arrays.rb
test/test_create.rb
test/test_delete.rb
test/test_dummy.rb
test/test_find.rb
test/test_ids.rb
test/test_miscellaneous.rb
test/test_pagination.rb
test/test_polymorphic.rb
test/test_santiago.rb
test/test_tutorial_examle.rb
test/test_update.rb
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.js
website/template.rhtml
website/version-raw.js
website/version-raw.txt
website/version.js
website/version.txt