Tagged Questions

0
votes
1answer
62 views

has_many_polymorphs post install issue

hi all, immediately after has_many_polymorphs install with ruby script/plugin install git://github.com/fauna/has_many_polymorphs.git i start getting following error whenever i …
2
votes
1answer
58 views

What does has_many_polymorphs mean by “Referential integrity violation”?

I have a has_many_polymorphs relationship between a Candidate and many events of various type. In particular, a Candidate creates a Created event when it is created. class Candida …
0
votes
2answers
186 views

Multiple has_many_polymorphs in one model

I'm trying to define multiple polymorphic relations (has_many_polymorphs plugin) from a single parent to same children. Note has many viewers Note has many editors Viewers could b …
0
votes
0answers
12 views

versioning has_many_polymorphs associations

I've done a research on rails versioning support and found plugins like acts_as_versioned, acts_as_versioned_association (this one have a really serious lack of documentation), sim …
1
vote
2answers
218 views

Rails has_many_polymorphs in reverse?

So I have some models set up that can each have a comment. I have it set up using has_many_polymorphs, but I'm starting to run into some issues where it's not working how I think i …
0
votes
4answers
178 views

has_many_polymorphs tagging - works on development machine, not on production!

I'm having a weird problem, where tagging works fine on my development machine, but when I deploy to the production server, I get this error in the log: ActionView::TemplateError …