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