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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.