Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails record versioning solution

I'm looking for a solution to version database changes in rails. Looking for something very basic.

I mean like a wiki or SO edit versioning.

like image 490
thenengah Avatar asked Aug 13 '10 16:08

thenengah


1 Answers

Acts as versioned will version your models automagically.

The Ruby Toolbox lists solutions for things like this ordered by popularity. There is a category on ActiveRecord versioning you might want to check out.

like image 102
Sam Coles Avatar answered Oct 07 '22 01:10

Sam Coles