acts_as_versioned and rails 2.2.2

Hi Emuen,

I suppose you want to use acts_as_git because ~_versioned won't be
fixed, imho.

Regards Florian

I would be skeptical that acts_as_versioned won’t be worked on to be made compatible with Rails 2.2.2.

It’s been around for awhile and, I would guess, has a pretty decent size install base. Unless there is another plugin that is database backed and a relatively painless switch (i.e. the acts_as_taggable… evolution), rather than git backed, that is already compatible with Rails 2.2.2, I can’t see acts_as_versioned going away.

Cheers,

Walter

You can get the latest version of acts_as_versioned from Github at http://github.com/technoweenie/acts_as_versioned which will work with dirty objects in Rails 2.1 and later