Tagged Questions
2
votes
2answers
530 views
What's the best way to store the ActiveRecord Models with Versions and their Associations with Versions?
If all I have is one model (for example Wiki) and want to save it along with its versions, I could use acts_as_versioned plugin which stores the wikis in "wikis" table and its versions in ...
1
vote
0answers
24 views
Rails ActiveRecord plugin acts_as_versioned for Java (JPA)
Anyone know of an equivalent of the acts_as_versioned plugin for ActiveRecord in Rails for Java (more specifically for JPA)
I'm asking before I have to go to the trouble of re-modelling to accomodate ...