New posts in polymorphic-associations

Why polymorphic association doesn't work for STI if type column of the polymorphic association doesn't point to the base model of STI?

Rails: has_many through with polymorphic association - will this work?

ActiveRecord - querying polymorphic associations

In a StackOverflow clone, what relationship should a Comments table have to Questions and Answers?

Rails Polymorphic Association with multiple associations on the same model

accepts_nested_attributes_for with belongs_to polymorphic

How to implement polymorphic associations in an existing database

What is the best way to implement Polymorphic Association in SQL Server?

ActiveRecord, has_many :through, and Polymorphic Associations

how to generate migration to make references polymorphic

Why can you not have a foreign key in a polymorphic association?

MySQL - Conditional Foreign Key Constraints