update docs host
[has_many_polymorphs.git] / Manifest
blob9b565dbe8e6cb3cb8a72ed16e437442d44b09f9d
1 test/unit/polymorph_test.rb
2 test/test_helper.rb
3 test/schema.rb
4 test/modules/other_extension_module.rb
5 test/modules/extension_module.rb
6 test/models/wild_boar.rb
7 test/models/tabby.rb
8 test/models/petfood.rb
9 test/models/kitten.rb
10 test/models/frog.rb
11 test/models/eaters_foodstuff.rb
12 test/models/dog.rb
13 test/models/cat.rb
14 test/models/canine.rb
15 test/models/beautiful_fight_relationship.rb
16 test/models/aquatic/whale.rb
17 test/models/aquatic/pupils_whale.rb
18 test/models/aquatic/fish.rb
19 test/fixtures/wild_boars.yml
20 test/fixtures/petfoods.yml
21 test/fixtures/keep_your_enemies_close.yml
22 test/fixtures/frogs.yml
23 test/fixtures/eaters_foodstuffs.yml
24 test/fixtures/cats.yml
25 test/fixtures/bow_wows.yml
26 test/fixtures/aquatic/whales.yml
27 test/fixtures/aquatic/little_whale_pupils.yml
28 test/fixtures/aquatic/fish.yml
29 lib/has_many_polymorphs.rb
30 lib/has_many_polymorphs/support_methods.rb
31 lib/has_many_polymorphs/reflection.rb
32 lib/has_many_polymorphs/rake_task_redefine_task.rb
33 lib/has_many_polymorphs/dependencies.rb
34 lib/has_many_polymorphs/debugging_tools.rb
35 lib/has_many_polymorphs/class_methods.rb
36 lib/has_many_polymorphs/base.rb
37 lib/has_many_polymorphs/autoload.rb
38 lib/has_many_polymorphs/association.rb
39 init.rb
40 generators/tagging/templates/tags.yml
41 generators/tagging/templates/taggings.yml
42 generators/tagging/templates/tagging_test.rb
43 generators/tagging/templates/tagging_extensions.rb
44 generators/tagging/templates/tagging.rb
45 generators/tagging/templates/tag_test.rb
46 generators/tagging/templates/tag.rb
47 generators/tagging/templates/migration.rb
48 generators/tagging/tagging_generator.rb
49 TODO
50 README
51 LICENSE
52 CHANGELOG