views:

132

answers:

2

Hi, I googled for the the plugin/gem to do the ActiveRecord versioning for Rails3.

But all I've got is not compatible for Rails3. I even searched in RailsPlugins.org too, but no luck.

Do you know any that is Rails3 ready?

A: 

The acts_as_versioned gem seems to not officially support rails3 yet, but this guy has forked the project and created a rails3 branch. Take a look at it.

Chubas
Thanks for the reply. But I think I will go the way of `vestal_versions` gem.
Millisami
Ty 4 feedback !
clyfe
A: 

There is also http://github.com/airblade/paper_trail

clyfe