search for: associact

Displaying 2 results from an estimated 2 matches for "associact".

Did you mean: associat
2007 Nov 22
2
Active Record Question
..... | ------------- So basically i have a many to many relation (with attributes) between users and objects and a 1 to many relation between users_objects and objectattributes. I have introduced models for user, objects and users_objects. The many to many realtion is modeled with the :through associaction. How does the relation between users_objects and objectattributes in ActiveRecord look like? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quot...
2010 Sep 11
10
Having difficulty with threaded comments, using acts_as_tree
I''ve been having problems making threaded comments for the last few days. Mainly with creating children and displaying the children. Currently, I have comments shown at the bottom of my articles show view. The top level comments work, but I do not really know how to implement a way for users to "reply" to the top level comments and take them to a form (the comment