same
[has_many_polymorphs.git] / Manifest
blob6d9253cea1c1023d9478617746004c9d71fb24fa
1 CHANGELOG
2 examples/hmph.rb
3 generators/tagging/tagging_generator.rb
4 generators/tagging/templates/migration.rb
5 generators/tagging/templates/tag.rb
6 generators/tagging/templates/tag_test.rb
7 generators/tagging/templates/tagging.rb
8 generators/tagging/templates/tagging_extensions.rb
9 generators/tagging/templates/tagging_test.rb
10 generators/tagging/templates/taggings.yml
11 generators/tagging/templates/tags.yml
12 init.rb
13 lib/has_many_polymorphs/association.rb
14 lib/has_many_polymorphs/autoload.rb
15 lib/has_many_polymorphs/base.rb
16 lib/has_many_polymorphs/class_methods.rb
17 lib/has_many_polymorphs/configuration.rb
18 lib/has_many_polymorphs/debugging_tools.rb
19 lib/has_many_polymorphs/dependencies.rb
20 lib/has_many_polymorphs/rake_task_redefine_task.rb
21 lib/has_many_polymorphs/reflection.rb
22 lib/has_many_polymorphs/support_methods.rb
23 lib/has_many_polymorphs.rb
24 LICENSE
25 Manifest
26 README
27 test/fixtures/bow_wows.yml
28 test/fixtures/cats.yml
29 test/fixtures/eaters_foodstuffs.yml
30 test/fixtures/fish.yml
31 test/fixtures/frogs.yml
32 test/fixtures/keep_your_enemies_close.yml
33 test/fixtures/little_whale_pupils.yml
34 test/fixtures/people.yml
35 test/fixtures/petfoods.yml
36 test/fixtures/whales.yml
37 test/fixtures/wild_boars.yml
38 test/generator/tagging_generator_test.rb
39 test/integration/app/app/controllers/application.rb
40 test/integration/app/app/controllers/bones_controller.rb
41 test/integration/app/app/helpers/addresses_helper.rb
42 test/integration/app/app/helpers/application_helper.rb
43 test/integration/app/app/helpers/bones_helper.rb
44 test/integration/app/app/helpers/sellers_helper.rb
45 test/integration/app/app/helpers/states_helper.rb
46 test/integration/app/app/helpers/users_helper.rb
47 test/integration/app/app/models/bone.rb
48 test/integration/app/app/models/double_sti_parent.rb
49 test/integration/app/app/models/double_sti_parent_relationship.rb
50 test/integration/app/app/models/organic_substance.rb
51 test/integration/app/app/models/single_sti_parent.rb
52 test/integration/app/app/models/single_sti_parent_relationship.rb
53 test/integration/app/app/models/stick.rb
54 test/integration/app/app/models/stone.rb
55 test/integration/app/app/views/addresses/edit.html.erb
56 test/integration/app/app/views/addresses/index.html.erb
57 test/integration/app/app/views/addresses/new.html.erb
58 test/integration/app/app/views/addresses/show.html.erb
59 test/integration/app/app/views/bones/index.rhtml
60 test/integration/app/app/views/layouts/addresses.html.erb
61 test/integration/app/app/views/layouts/sellers.html.erb
62 test/integration/app/app/views/layouts/states.html.erb
63 test/integration/app/app/views/layouts/users.html.erb
64 test/integration/app/app/views/sellers/edit.html.erb
65 test/integration/app/app/views/sellers/index.html.erb
66 test/integration/app/app/views/sellers/new.html.erb
67 test/integration/app/app/views/sellers/show.html.erb
68 test/integration/app/app/views/states/edit.html.erb
69 test/integration/app/app/views/states/index.html.erb
70 test/integration/app/app/views/states/new.html.erb
71 test/integration/app/app/views/states/show.html.erb
72 test/integration/app/app/views/users/edit.html.erb
73 test/integration/app/app/views/users/index.html.erb
74 test/integration/app/app/views/users/new.html.erb
75 test/integration/app/app/views/users/show.html.erb
76 test/integration/app/config/boot.rb
77 test/integration/app/config/database.yml
78 test/integration/app/config/environment.rb
79 test/integration/app/config/environment.rb.canonical
80 test/integration/app/config/environments/development.rb
81 test/integration/app/config/environments/production.rb
82 test/integration/app/config/environments/test.rb
83 test/integration/app/config/locomotive.yml
84 test/integration/app/config/routes.rb
85 test/integration/app/config/ultrasphinx/default.base
86 test/integration/app/config/ultrasphinx/development.conf.canonical
87 test/integration/app/db/migrate/001_create_sticks.rb
88 test/integration/app/db/migrate/002_create_stones.rb
89 test/integration/app/db/migrate/003_create_organic_substances.rb
90 test/integration/app/db/migrate/004_create_bones.rb
91 test/integration/app/db/migrate/005_create_single_sti_parents.rb
92 test/integration/app/db/migrate/006_create_double_sti_parents.rb
93 test/integration/app/db/migrate/007_create_single_sti_parent_relationships.rb
94 test/integration/app/db/migrate/008_create_double_sti_parent_relationships.rb
95 test/integration/app/db/schema.rb
96 test/integration/app/doc/README_FOR_APP
97 test/integration/app/generators/commenting_generator_test.rb
98 test/integration/app/hmp_development
99 test/integration/app/public/404.html
100 test/integration/app/public/500.html
101 test/integration/app/public/dispatch.cgi
102 test/integration/app/public/dispatch.fcgi
103 test/integration/app/public/dispatch.rb
104 test/integration/app/public/favicon.ico
105 test/integration/app/public/images/rails.png
106 test/integration/app/public/index.html
107 test/integration/app/public/javascripts/application.js
108 test/integration/app/public/javascripts/controls.js
109 test/integration/app/public/javascripts/dragdrop.js
110 test/integration/app/public/javascripts/effects.js
111 test/integration/app/public/javascripts/prototype.js
112 test/integration/app/public/robots.txt
113 test/integration/app/public/stylesheets/scaffold.css
114 test/integration/app/Rakefile
115 test/integration/app/README
116 test/integration/app/script/about
117 test/integration/app/script/breakpointer
118 test/integration/app/script/console
119 test/integration/app/script/destroy
120 test/integration/app/script/generate
121 test/integration/app/script/performance/benchmarker
122 test/integration/app/script/performance/profiler
123 test/integration/app/script/plugin
124 test/integration/app/script/process/inspector
125 test/integration/app/script/process/reaper
126 test/integration/app/script/process/spawner
127 test/integration/app/script/runner
128 test/integration/app/script/server
129 test/integration/app/test/fixtures/double_sti_parent_relationships.yml
130 test/integration/app/test/fixtures/double_sti_parents.yml
131 test/integration/app/test/fixtures/organic_substances.yml
132 test/integration/app/test/fixtures/single_sti_parent_relationships.yml
133 test/integration/app/test/fixtures/single_sti_parents.yml
134 test/integration/app/test/fixtures/sticks.yml
135 test/integration/app/test/fixtures/stones.yml
136 test/integration/app/test/functional/addresses_controller_test.rb
137 test/integration/app/test/functional/bones_controller_test.rb
138 test/integration/app/test/functional/sellers_controller_test.rb
139 test/integration/app/test/functional/states_controller_test.rb
140 test/integration/app/test/functional/users_controller_test.rb
141 test/integration/app/test/test_helper.rb
142 test/integration/app/test/unit/bone_test.rb
143 test/integration/app/test/unit/double_sti_parent_relationship_test.rb
144 test/integration/app/test/unit/double_sti_parent_test.rb
145 test/integration/app/test/unit/organic_substance_test.rb
146 test/integration/app/test/unit/single_sti_parent_relationship_test.rb
147 test/integration/app/test/unit/single_sti_parent_test.rb
148 test/integration/app/test/unit/stick_test.rb
149 test/integration/app/test/unit/stone_test.rb
150 test/integration/server_test.rb
151 test/models/aquatic/fish.rb
152 test/models/aquatic/pupils_whale.rb
153 test/models/aquatic/whale.rb
154 test/models/beautiful_fight_relationship.rb
155 test/models/canine.rb
156 test/models/cat.rb
157 test/models/dog.rb
158 test/models/eaters_foodstuff.rb
159 test/models/frog.rb
160 test/models/kitten.rb
161 test/models/parentship.rb
162 test/models/person.rb
163 test/models/petfood.rb
164 test/models/tabby.rb
165 test/models/wild_boar.rb
166 test/modules/extension_module.rb
167 test/modules/other_extension_module.rb
168 test/patches/symlinked_plugins_1.2.6.diff
169 test/schema.rb
170 test/setup.rb
171 test/test_helper.rb
172 test/unit/has_many_polymorphs_test.rb
173 TODO