public
Fork of vigetlabs/foreign_key_migrations
Description: A gem/plugin for ActiveRecord that lets you define foreign keys in migrations.
Clone URL: git://github.com/crnixon/foreign_key_migrations.git
crnixon (author)
Sun Jul 20 10:34:18 -0700 2008
commit  9afb492e862c936d04f0507d5b82ef96b9a02260
tree    1c386cfdf3cfa1756ebf980ca815ef1aafe51d6b
parent  1796cc7672e9c5c6a489aad374e9eb2204446720
foreign_key_migrations / Manifest.txt
100644 31 lines (30 sloc) 0.848 kb
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
.gitignore
CHANGELOG
History.txt
Manifest.txt
README.rdoc
Rakefile
bones_tasks/bones.rake
bones_tasks/gem.rake
bones_tasks/manifest.rake
bones_tasks/notes.rake
bones_tasks/post_load.rake
bones_tasks/rdoc.rake
bones_tasks/rubyforge.rake
bones_tasks/setup.rb
bones_tasks/test.rake
init.rb
integration_tests/mysql_test.rb
integration_tests/test_helper.rb
lib/foreign_key_migrations.rb
lib/foreign_key_migrations/database_support.rb
lib/foreign_key_migrations/database_support/postgresql_adapter.rb
lib/foreign_key_migrations/database_support/sqlite_adapter.rb
lib/foreign_key_migrations/foreign_key_definition.rb
lib/foreign_key_migrations/schema_statements.rb
lib/foreign_key_migrations/table_definition.rb
test/test_add_drop_foreign_key.rb
test/test_create_table.rb
test/test_database_dependency.rb
test/test_helper.rb
test/test_multiple_columns.rb