.gitignore | 100644 | 0 | 0 | | | 220 Bytes | bcb9ae4a1a567ecbdbc4c76cb1468c954b4519b0940a0bde3cb2a1429bafc46b |
Gemfile | 100644 | 0 | 0 | | | 179 Bytes | 4b256a472151dbf89389545c5988d43e08f844559421f97b290c26f56dc5156a |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 9ef3d1a2fe4f647d0a617d634ead5eeffdbfc99247ee69a166067b84d3c8ec75 |
README.md | 100644 | 0 | 0 | | | 3.53 KB | 46364124973e43ad184451bbff30d6ea2ac877d1f2a3330d34d47cfb89c1804e |
Rakefile | 100644 | 0 | 0 | | | 244 Bytes | 6396be0bca570972a35e470bcb46f542b07dda2c4d18118a58c34f742d30358c |
db/migrate/714417722_replication_migration.rb | 100644 | 0 | 0 | | | 296 Bytes | f073ae7d9d1ce34e22674963259c13e8363c88af4f459347d735d8525d3ad71c |
lib/replication.rb | 100644 | 0 | 0 | | | 1.31 KB | 57b9d12f0cd09e4480f9f8677509c0281bb3f294c2c01975bcd798beec71213f |
lib/replication/active_record/polymorphic_strand.rb | 100644 | 0 | 0 | | | 140 Bytes | abf6afd9225a89266f335df82e12edcc95ff90e3a7671702c7fbf447cbd57a86 |
lib/replication/active_record/strand.rb | 100644 | 0 | 0 | | | 290 Bytes | d57257c4d2faa78b7f0d6034c71c191d902840241fbeda7c2d9ccd3856423c79 |
lib/replication/config.rb | 100644 | 0 | 0 | | | 648 Bytes | 19223d35143dab43fdf51c0d28aca8c5c244bc13e1032ddc0f580b5857b35f37 |
lib/replication/engine.rb | 100644 | 0 | 0 | | | 83 Bytes | 7d1ce3f01bc0fba737ac81aea2c922c52dd5f19c38e0f5a93e9165bd4835b18b |
lib/replication/modules/association.rb | 100644 | 0 | 0 | | | 1.15 KB | 61d52dde27782adcefbbb330d416024aae82a4962a598f7cb26a2c1a0f3e5a6c |
lib/replication/modules/polymorphic.rb | 100644 | 0 | 0 | | | 285 Bytes | 007ecd96bbbc055e7dc70b93fe685f527d057f6860b62fb91502dec9966679f5 |
lib/replication/modules/proofreading.rb | 100644 | 0 | 0 | | | 314 Bytes | 45ddc7ef54cb98639768f23488db6d128c8ed9a2557f56990bbed349e8f01d39 |
lib/replication/modules/semi_conservative.rb | 100644 | 0 | 0 | | | 949 Bytes | c216fc3851dbc9f5d861099ee48044119929a5eebb0943852f66c410c300c4fe |
lib/replication/process.rb | 100644 | 0 | 0 | | | 1.39 KB | 6fef61edf0499861090089ed5b13fdb59582d4463cf80d6a7660418034e28e61 |
lib/replication/strand_methods.rb | 100644 | 0 | 0 | | | 264 Bytes | 9519b4a497472a78833dcb23d197ff1db7228aca5916451fed4f7cbdf45aa89a |
lib/replication/version.rb | 100644 | 0 | 0 | | | 43 Bytes | 8e0fbf9b1ce2879474a7246529bb31f8e8e65360b14d7b1f76fa18a76f5450af |
replication.gemspec | 100644 | 0 | 0 | | | 927 Bytes | 389e56c4be1848edf32c178fd754e96abd7ab16a0828ffc5a9f0d63ae3dc0e81 |
test/orm/active_record.rb | 100644 | 0 | 0 | | | 276 Bytes | 1fff17cd0a05389a0555d04b74c8606573a9e02db9f27bd7516254cfa751e9ee |
test/rails_app/Rakefile | 100644 | 0 | 0 | | | 249 Bytes | 2ee3dee530649056f2d72faf53794a8330554ba47d2667a394fe5dc898421beb |
test/rails_app/app/models/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/rails_app/app/models/animal.rb | 100644 | 0 | 0 | | | 28 Bytes | 4a29b126792e45ac161aeaaa87981304d6e5f9bd043f623c4cd97a251d6cc70c |
test/rails_app/app/models/concerns/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/rails_app/app/models/organism.rb | 100644 | 0 | 0 | | | 135 Bytes | 29e98f01c75bde0e755fc90eba6d4e58414374852ac42ae83630ed040a070b8c |
test/rails_app/app/models/tool.rb | 100644 | 0 | 0 | | | 99 Bytes | 60ffec8326e64e2346c1de7c187c53feb910a890c961a73ba2a6d67ea73d5ef1 |
test/rails_app/app/models/tooling.rb | 100644 | 0 | 0 | | | 81 Bytes | 91a54bddfd3d52a00807f9fbc3aa986ab2fba8e3e6535efc9177ad38b7cd8a27 |
test/rails_app/config.ru | 100644 | 0 | 0 | | | 154 Bytes | 4bfd478acf3e8d501c7ac4fe74b781f2bc37b40f9866b60c78fdffb723a9b7e9 |
test/rails_app/config/application.rb | 100644 | 0 | 0 | | | 1.15 KB | a32bd2bf35a30f987a30cfbbbca3cd0346d88a0cb1abf7723289d636fa8da40f |
test/rails_app/config/boot.rb | 100644 | 0 | 0 | | | 176 Bytes | ffc982027748636c5a58c81abcd0fc332b1e12ac7054b5d74ab9d68cdaeb947a |
test/rails_app/config/database.yml | 100644 | 0 | 0 | | | 510 Bytes | 820002c69b4fc7a62066e58dc354b5207f7be8b07e5ab23a66abc13eff1b2cff |
test/rails_app/config/environment.rb | 100644 | 0 | 0 | | | 150 Bytes | 6a4d7f5e0c46b1c8352a9a083f83b6b2053157662c090726282e7ad14a5a5ef9 |
test/rails_app/config/environments/test.rb | 100644 | 0 | 0 | | | 1.56 KB | 9a32c8ffccba9981656ec30d3e322aa1bc0a5d59a17ea671ed0c512eb9036bcc |
test/rails_app/config/initializers/backtrace_silencers.rb | 100644 | 0 | 0 | | | 404 Bytes | 12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8 |
test/rails_app/config/initializers/cookies_serializer.rb | 100644 | 0 | 0 | | | 128 Bytes | 67e69621f207a9a0245374a56712d939bf7381ffd2f0768cc465cfab2b164acc |
test/rails_app/config/initializers/filter_parameter_logging.rb | 100644 | 0 | 0 | | | 194 Bytes | eb293cbcac26012fb63489b355b7a68df2e0f5006abe79e2128752f40514aaf4 |
test/rails_app/config/initializers/inflections.rb | 100644 | 0 | 0 | | | 647 Bytes | a2045e2ce03f29305e052a9236ff41d4c7d4d171c0fa5bf8cfbc958edd307df6 |
test/rails_app/config/initializers/mime_types.rb | 100644 | 0 | 0 | | | 156 Bytes | 47b40f15fe7b4cb01fd6a72377cfcc2c12d4a92b2cb72dca4d66005cddcccc94 |
test/rails_app/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 141 Bytes | 9f48d65d465598e39effa8822a7f07b52a2daad45298b741b012fda20e30e320 |
test/rails_app/config/initializers/wrap_parameters.rb | 100644 | 0 | 0 | | | 517 Bytes | c9768c02e265d5980177ea86c7fd886a19a2a276d11663c5849eca5231280691 |
test/rails_app/config/routes.rb | 100644 | 0 | 0 | | | 1.56 KB | a0ffc49e2d8ba00e413a48603913eb079f37cf2b397b8608eb6d424e0b4498b6 |
test/rails_app/config/secrets.yml | 100644 | 0 | 0 | | | 964 Bytes | 606648d6f752cf09f6115b88ebc50fc0ad536d7b1445756227eeb35f71edc68b |
test/rails_app/db/migrate/125162068_tool_migration.rb | 100644 | 0 | 0 | | | 297 Bytes | 53d56f1d8e5ad4c0a7df8a916db82ce129b52c7ca2386bd8e4aae6bdaa32acf0 |
test/rails_app/db/migrate/830335961_organism_migration.rb | 100644 | 0 | 0 | | | 279 Bytes | efa2bca7eacec6edef82763dd3e7f8b508fa92cc2da4540834d82470825e75de |
test/replication/modules/association_test.rb | 100644 | 0 | 0 | | | 602 Bytes | 61ad63b21ee38c340d4d01328ccddec6a55632c3dac8aa651f8c3696b425f1f7 |
test/replication/modules/proofreading_test.rb | 100644 | 0 | 0 | | | 536 Bytes | cbc8fa902b4dd5501a7eb2b8dd86f5273a35c4388902aa8ec6dee48cc91142f5 |
test/replication/modules/semi_conservative_test.rb | 100644 | 0 | 0 | | | 1.03 KB | 6feaa02a95537a27c4fe727e3cb2ba78e7804d585a932b60c291e14bceecc944 |
test/replication/process_test.rb | 100644 | 0 | 0 | | | 1.76 KB | 7bf660a4839d88481f557b6d5872c6f34d630b4e5aa695053a03e1ea75f9e9d6 |
test/replication_test.rb | 100644 | 0 | 0 | | | 250 Bytes | c35233f7c06b8efbbda63b4f8f2fdc824c0c8f1390e01b5184cb7de2eeae3236 |
test/test_helper.rb | 100644 | 0 | 0 | | | 482 Bytes | 60603108937e314cc79a2351bd8b1b0c4746707ff03d7cfd84c9293b5f6d52f8 |