Version control for models

Hi there,

for version control of models I found that here:

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:
GitHub - technoweenie/acts_as_versioned: ActiveRecord plugin for versioning your models.

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:

Category: Active Record Versioning - The Ruby Toolbox

HTH,

Hassan S. ------------------------ [email protected]

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