I have a situation where I want to duplicate an ActiveRecord including
duplication of has_many relationships.

I've seen a few plugins but it seems unclear if they will work on
Rails3. So I was wondering if anyone has a good suggestion for a
plugin they are currently using to do this?

Basically I'm doing this because I have an object that I want to allow
my users to edit.  I want to keep a history of the object though.  So
I am thinking of duplicating the object and assigning it it's own id.
The duplicated object will essentially be the 'history' so that the
user could go back and see different versions. In order to do this I
need to create duplicate copies of all the underlying has_many
relationships (which may change)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to