.gitignore | 100644 | 0 | 0 | | | 233 Bytes | 7a32c3d1e271509cd8764f0d7dae588c0d62760cbfd88d51adcab580c813f530 |
Gemfile | 100644 | 0 | 0 | | | 109 Bytes | e30c877f77d9d4c31063b67e62627ae59c93de1b242a4bb103a9cedc1c622755 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 478c1eea659951953d5b0454c9d8a9990efb97fb1fa4b22ebc05618c0e15963b |
README.md | 100644 | 0 | 0 | | | 4.89 KB | 048c39a3eaed1f05754f2de0cdc2a808c913b8c65c5863dcb0992f3d512dc672 |
Rakefile | 100644 | 0 | 0 | | | 1.18 KB | 611b40eecdbbe24788106317668e59d29557dc67e9dd22adcf3d4cf92aa3fa49 |
bin/setup | 100755 | 0 | 0 | | | 58 Bytes | 9b8112c516ca12a4bcdee151b848f6cccc766c2b8153918c9fb0759a21333bac |
lib/polymorphic_integer_type.rb | 100644 | 0 | 0 | | | 827 Bytes | 46fb9dfb5d9eaa614ffd283b60b904a53174bdbcadaac975c091be29240fd74f |
lib/polymorphic_integer_type/activerecord_4/belongs_to_polymorphic_association_extension.rb | 100644 | 0 | 0 | | | 253 Bytes | 08b968bd4b2a61c7bcdee617f53f22b5e27f3ad5d7f6bb50fcccb361d657cf86 |
lib/polymorphic_integer_type/activerecord_4/predicate_builder_extension.rb | 100644 | 0 | 0 | | | 2.1 KB | d65b38af161ef608c6e428e341832fd344be78d24bb4f64e3565fc09722f9aba |
lib/polymorphic_integer_type/activerecord_5_0_0/association_query_handler_extension.rb | 100644 | 0 | 0 | | | 1.08 KB | 851cbb4a3fb38f3883e6350ba60f6822d1cd4b53d3ce7882d41d8aa05d946e62 |
lib/polymorphic_integer_type/activerecord_5_0_0/polymorphic_array_value_extension.rb | 100644 | 0 | 0 | | | 599 Bytes | f47dd939f7c7ecbb5fff288938c0a157c97b8e72675e8ddb27dc6b589c95a485 |
lib/polymorphic_integer_type/extensions.rb | 100644 | 0 | 0 | | | 4.84 KB | 42465770a49aab5edc5abd8676abb25eed16fe4879de23121c7d244b11e61676 |
lib/polymorphic_integer_type/mapping.rb | 100644 | 0 | 0 | | | 256 Bytes | 44c6678d8dec26e9277cd6db51232461c50165b67c106b2124c8aca334e43bf3 |
lib/polymorphic_integer_type/version.rb | 100644 | 0 | 0 | | | 54 Bytes | 0b643d49528700dfd4a45402fd4ce6af506e8467b3b7586d4eb5157032990a89 |
polymorphic_integer_type.gemspec | 100644 | 0 | 0 | | | 1.07 KB | 4288b8739fe7056e0daf98d3e6092d2da043225637dd5579a25a90c6a0a7c650 |
spec/polymorphic_integer_type_spec.rb | 100644 | 0 | 0 | | | 8.91 KB | b0bc51be0841d27c9d20bef680080ed21ccf90b7e3e8f06f338acf2c19311573 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 845 Bytes | 5d8d3731daf1ce519614a8a75869f18c9015a3796e85f1e6fb2b55a9867cbb8b |
spec/support/animal.rb | 100644 | 0 | 0 | | | 204 Bytes | 7ab67f00a073f9e4cb9988806541294d694d76148adf672008021307a27a6afd |
spec/support/configuration.rb | 100644 | 0 | 0 | | | 165 Bytes | 0b7bdbb504594b8675c8c2bd840a2e348cb3bedfab62be131b5518fe97da7497 |
spec/support/database.yml | 100644 | 0 | 0 | | | 110 Bytes | 80c50502230200bbcae84ccf01d3a840d159da9a83638c2c1724555436b1b682 |
spec/support/dog.rb | 100644 | 0 | 0 | | | 23 Bytes | 0446f55eb29fafd4b64f21e3a8feebb80873daa9d022e393ecef4bbac1d393e8 |
spec/support/drink.rb | 100644 | 0 | 0 | | | 161 Bytes | 12db0d8e652f824d7056b5db2ef22d285746a303d9bf25c1bc6b32c7201a218e |
spec/support/food.rb | 100644 | 0 | 0 | | | 160 Bytes | 1af72ac1ceef64fcd8d59904ac135ba9320cf0458b3443133addfd8b8ae17c53 |
spec/support/link.rb | 100644 | 0 | 0 | | | 289 Bytes | 6351b2f27dcdc7bf4c7bdfa2c52e2a25f0ed570614471056b1de2cb1b7c57d26 |
spec/support/migrations/1_create_link_table.rb | 100644 | 0 | 0 | | | 336 Bytes | 4ad799f0960f6782867e3c61207b09ff3ba1681e3f00aa2c876afb24107cc6a5 |
spec/support/migrations/2_create_animal_table.rb | 100644 | 0 | 0 | | | 250 Bytes | f9c79272b48aad97e1a3ec6b0f2cc49be37b38348d2bd5139b1842d1090e4afe |
spec/support/migrations/3_create_person_table.rb | 100644 | 0 | 0 | | | 178 Bytes | 6cf4d214a0af7103bce21663a81c89d52d04badb36c6faf1b98ac0806bf9dedc |
spec/support/migrations/4_create_food_table.rb | 100644 | 0 | 0 | | | 176 Bytes | 57bafa040294cc2ef088148ca281be5b1efdf56366181274746281f500f8a501 |
spec/support/migrations/5_create_drink_table.rb | 100644 | 0 | 0 | | | 177 Bytes | 722c7e81679b8b0c73ab4954bfbba3e052c414b2d1c4f12d8bcb692e6e31ad6d |
spec/support/namespaced_animal.rb | 100644 | 0 | 0 | | | 191 Bytes | cb897fd920fb505992ff7b17b09c8c97e09c1ff1b4d09648b590a5f84f5fe219 |
spec/support/person.rb | 100644 | 0 | 0 | | | 314 Bytes | 01a661d41810d6e73df5eec49e61fc2004d046dca43eb5243061208affeb83ce |