Open
Description
Feature
I keep bragging that we support all Rails' associations, but it seems that we don't have such a great support for delegated types.
I haven't used them in an app but I know there are a couple of folks that are using DT but I'd like to know how are you using it.
Let's take the Entry
and Comment
/Message
examples that Rails offers in the docs.
Some questions that pop to mind:
- Do you have an
Entry
resource? - Do you always create
Comment
s andMessage
s through anEntry
? - Do you only use the
Comment
andMessage
resources? - If you're using the
Entry
resource, how do you handle the form? Do you manually add the fields to theEntry
so they are forwarded to theComment
? - Do you use the
entryable_type
andentryable_id
on theEntry
resource like the polymorphic belongs_to? - If yes, have you built that manually using fields?
Besides the question, please describe your use case as loose or as detailed (I prefer detailed) as possible.
I'd like to know what the pain points are and how we could solve them.
Metadata
Metadata
Assignees
Type
Projects
Status
Triage
Status
No status