.gitignore | 644 | 0 | 0 | | | 166 Bytes | 8231ecffe387ca303632daf7406a0ebffb926f0cf9f493ff2c4b57626e989f23 |
Gemfile | 644 | 0 | 0 | | | 166 Bytes | cef61446c2edf93923ab19ef1d438c95f76b7204f660ae5863856c5c97716fcd |
LICENSE.txt | 644 | 0 | 0 | | | 1.07 KB | 043c557565ed74b04d2f356617403f0734e42d59f58a095c644f6ea80b2fa55a |
README.md | 644 | 0 | 0 | | | 506 Bytes | f457fd8c4e03c0ddacfecc14358efbf7d00f147b198272d706725b3fd51e424e |
Rakefile | 644 | 0 | 0 | | | 28 Bytes | 5d20ab6abd8a77e0db94f9599c1ee015db492045de53207641ace9bca4862f24 |
ardb.gemspec | 644 | 0 | 0 | | | 1.01 KB | 042f92b1c45ac33e193f4f412b5e2c78d73952989edb69875d72c466a02d73c4 |
bin/ardb | 755 | 0 | 0 | | | 126 Bytes | c55289b61b210178f20646e01de22695a7f2edfec24abf0254155f8cf8e07e14 |
lib/ardb.rb | 644 | 0 | 0 | | | 2.46 KB | 7002b0a5baa3261258062db3cd7a02dca6e017e3060c67aae704a0389d496dd2 |
lib/ardb/adapter/base.rb | 644 | 0 | 0 | | | 1.7 KB | 4920ef47aae0ced3be5f3b23efe343ec01e2fb9011cba27ef41d05330c4e88d6 |
lib/ardb/adapter/mysql.rb | 644 | 0 | 0 | | | 382 Bytes | 1b8294a54179bb14ba83464c5f2b50d876fb71e16fc608bb9eee2c77e1e5889c |
lib/ardb/adapter/postgresql.rb | 644 | 0 | 0 | | | 2.71 KB | aa58e5aae9e02dc57a944c5e92afebc0dd983a98329e14a663d2c6afa79078f8 |
lib/ardb/adapter/sqlite.rb | 644 | 0 | 0 | | | 722 Bytes | 155be1ed5b7d5c4a1b9ea237d56ea1c41395f69171ea78c5150caddbf8e07d24 |
lib/ardb/adapter_spy.rb | 644 | 0 | 0 | | | 1.15 KB | b342359751331d1752eac2da3c36ba688ee1627aa38433c80284bc442f934d65 |
lib/ardb/cli.rb | 644 | 0 | 0 | | | 3.21 KB | b9c044158b8779bf29be9fc3624957b7fdb4ea9bb0fb3e0c71b802d4174e2bb1 |
lib/ardb/migration_helpers.rb | 644 | 0 | 0 | | | 1.81 KB | 183f7445a82e0d0579988d9bdcf144873445693aaae735e7c66449a918c25e56 |
lib/ardb/record_spy.rb | 644 | 0 | 0 | | | 5.35 KB | 95ce884592e4d43d95f65ca5acb7ea16e22f0f6ef3dfd41857ad17fc29cfdff0 |
lib/ardb/relation_spy.rb | 644 | 0 | 0 | | | 2.8 KB | 8f706004d02b4ff4079aa5a802729c1e4f85012ba0cc74ce0735a7424da3582c |
lib/ardb/root_path.rb | 644 | 0 | 0 | | | 335 Bytes | a3c71941c9040ee4cdf5241aea6f1386865240de4b23bb39c3a9279893ab410d |
lib/ardb/runner.rb | 644 | 0 | 0 | | | 1.14 KB | a67a70a9ca6943c81979f59d6efd94213763de6ca93aef1bc750ebe3ed187c59 |
lib/ardb/runner/connect_command.rb | 644 | 0 | 0 | | | 538 Bytes | 702f1f2c332840ad4a4d6490fdd3d26e21b06db07d189737a812e20cda2a9128 |
lib/ardb/runner/create_command.rb | 644 | 0 | 0 | | | 529 Bytes | 7afb3d3c9831e0719b7955250999153ab2761d0f898a55ea465c9376bbc09a2e |
lib/ardb/runner/drop_command.rb | 644 | 0 | 0 | | | 525 Bytes | 1ad4e2a41cfc95fdbb966fdc2c589168f6db5921d3a93d3e58151d5469960c13 |
lib/ardb/runner/generate_command.rb | 644 | 0 | 0 | | | 1.63 KB | d48b58addefd936f59f80389970fcc9811f10e701482a7fa5c06627c37845e43 |
lib/ardb/runner/migrate_command.rb | 644 | 0 | 0 | | | 1.24 KB | 282afee0f9ebe65e1f7b59cc09fb5d4e8fc80f801ffe42cb8e588975cec07db3 |
lib/ardb/test_helpers.rb | 644 | 0 | 0 | | | 524 Bytes | 8eeebae66bd7b6b7e381d1591ba0b0c7512400d337487aa0bface8070866cf4e |
lib/ardb/version.rb | 644 | 0 | 0 | | | 37 Bytes | 19e377dfe73e254a5ceb6259347b7f0169bc216acb37dbeb4a2d82fda945cad4 |
log/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/helper.rb | 644 | 0 | 0 | | | 349 Bytes | 907799c60105823ceee4f74fc71034e72ba748840ce868870199403a14adb38c |
test/support/factory.rb | 644 | 0 | 0 | | | 71 Bytes | 8c6a7614190ea770f4fd221fb5ea2609907439aaf141314d9261513705257164 |
test/unit/adapter/base_tests.rb | 644 | 0 | 0 | | | 5.43 KB | aa16e21843208c083641b52172604180e0e1763aff67e9fd69d55ed85f7fb55f |
test/unit/adapter/mysql_tests.rb | 644 | 0 | 0 | | | 1.22 KB | c95fd9ecb3c408e0d1017a9cdd7e1abd3728390c42ea5e391ba744db355c49b2 |
test/unit/adapter/postgresql_tests.rb | 644 | 0 | 0 | | | 2.42 KB | d418f0cef99af7d2812223aa662b5ef3deabfdbb2e26f0635489353dad7a19d8 |
test/unit/adapter/sqlite_tests.rb | 644 | 0 | 0 | | | 1.13 KB | bd5bd926161cad3f3434dcdec91880b5d095a817ac83fa1ea0108d4ef755fa18 |
test/unit/adapter_spy_tests.rb | 644 | 0 | 0 | | | 1.7 KB | 4539a36c97a5c3f53a0c1aa58c5df14837a57455d4dc9217e661412921eba53b |
test/unit/ardb_tests.rb | 644 | 0 | 0 | | | 1.45 KB | c8571c16e1bb8345991a06dd5ed3ae3823b26f78a53d2bfe48f28177882d1d62 |
test/unit/config_tests.rb | 644 | 0 | 0 | | | 1.69 KB | 0fe40d671649dc579b28510279a9e6322b850f76b4df1a312e6e276ee2348d11 |
test/unit/migration_helpers_tests.rb | 644 | 0 | 0 | | | 1.62 KB | f01e403906f02039c65eb0b07d3dfe44cffabc4670bee78ec30390c56c298cfc |
test/unit/record_spy_tests.rb | 644 | 0 | 0 | | | 12.6 KB | 49f790da885b12fcba88242c44adb17e590fcc5d0a172b80f81540023eda9b60 |
test/unit/relation_spy_tests.rb | 644 | 0 | 0 | | | 13.3 KB | 11e56a266ddb1170a55c2b1b66629edf0621df329b847c4c1753317d4da8febc |
test/unit/runner/connect_command_tests.rb | 644 | 0 | 0 | | | 295 Bytes | 1cc1e65f14384d13665bbdd18444ba22320045dc18921dc5ef2fd2a02e0be663 |
test/unit/runner/create_command_tests.rb | 644 | 0 | 0 | | | 292 Bytes | 11f50fd02efca6b0eeece7f0c7bab434b89ae5db632386968767201d5433a912 |
test/unit/runner/drop_command_tests.rb | 644 | 0 | 0 | | | 284 Bytes | 338cb2f2c7fc70952a4685416d3da39efe4027f83fa410d66adf562056513f11 |
test/unit/runner/generate_command_tests.rb | 644 | 0 | 0 | | | 1.22 KB | 2da23572676aa254f1a392f553ad7d5291a3a05eca718a14e041de8d9e0b66d8 |
test/unit/runner/migrate_command_tests.rb | 644 | 0 | 0 | | | 1.26 KB | c4ecdf0334fd2f5d7e60cd8d170504e282873246d4d4e6500a3df15ff5d7b759 |
test/unit/runner_tests.rb | 644 | 0 | 0 | | | 1.62 KB | 0c7105b37b52a48ce0a5597f54b224d1fc8ba2344314e1d97aa9434cef1b5c3b |
test/unit/test_helpers_tests.rb | 644 | 0 | 0 | | | 2.45 KB | 134a65a856a4bab75ba5bbb42da9294798c2f536aaf1c94386282b0693bdb3bc |
tmp/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/mysqltest/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/pgtest/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/pgtest/Gemfile | 644 | 0 | 0 | | | 98 Bytes | 60d51def9b04a452ff0bb31b683d1204987917cd929fbd898673b03a9f9cb19d |
tmp/pgtest/Gemfile.lock | 644 | 0 | 0 | | | 674 Bytes | fa2b1bcfcceaf49256901c4621a0c730e2fe6723d0e8d76e3d8aed3240e2e343 |
tmp/pgtest/config/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/sqlitetest/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/sqlitetest/Gemfile | 644 | 0 | 0 | | | 103 Bytes | 658646c3884b58106132b6662d61caacd6e23bc5f60d434ac4b888b5edb3ffc8 |
tmp/sqlitetest/Gemfile.lock | 644 | 0 | 0 | | | 683 Bytes | ef73f2aed9d4cf67ea1bad482677cbc6ed8a8958a492dd1b3b6c1fb7799f0798 |
tmp/sqlitetest/config/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/testdb/config/.gitkeep | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
tmp/testdb/config/db.rb | 644 | 0 | 0 | | | 229 Bytes | 34f2ae0c9e4924742d97f4dd0b94a1250d2a4eb74b07f04db0fd9b2adf91a235 |
tmp/testdb/fake_schema.rb | 644 | 0 | 0 | | | 145 Bytes | 93dbab8f580d7a6ff3b4899c70cfeedab16d33822ed7c3b366b516cd9773c86d |