RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Nice and easy model versioning

So you like acts_as_versioned but you can’t stand the way it stores versions with one more table per model (oh and you want to add columns later to your model ? puhleaaaaaase: don’t). Meet Matt Mower’s Simply Versioned. Good. Now you got millions of database entries with only a few altered ? You can’t version everything ! And what about only versioning entries which have really been changed, not just saved ? Then meet my fork (for Rails >2.1 only).

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in