Version control for models

Hi there,

for version control of models I found that here:
https://github.com/technoweenie/acts_as_versioned

Its last updated 4 years ago, so I wonder if there isn’t a newer package
for that for rails 4 ?

Background: I would like to do a review on changed articles, so if the
article is public and the creator changes it, I would like to have the
original online until the review is done, then the new version should go
online.

Thanks for your help,
Martin


Lösungen statt Diagnosen

On Sat, Mar 26, 2016 at 5:07 AM, Martin [email protected] wrote:

for version control of models I found that here:
https://github.com/technoweenie/acts_as_versioned

Its last updated 4 years ago, so I wonder if there isn’t a newer package
for that for rails 4 ?

Perhaps you can find something appropriate here:

https://www.ruby-toolbox.com/categories/Active_Record_Versioning

HTH,

Hassan S. ------------------------ [email protected]
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

I just saw this the other day. I haven’t tried it yet, but it looks
really simple and straightforward:
http://blog.nrowegt.com/quickly-create-a-self-referential-versioning-system-for-ruby-on-rails/

Walter