<pre/>

jason.whitehorn.ws

0 notes

acts_as_versioned

The Gem “acts_as_versioned” has been around for a while. Originally created by technoweenie, it has allowed Rails applications to have easy access to model versioning for many years.

Recently I have decided to make my own fork of this project on Github. My original goal was to resolve some Rails 3.2 deprecation warnings that, as of when I forked the project, had not yet been resolved.

In addition to resolving the deprecation warnings, I have also worked (and need to continue so) on improving the documentation of this Gem. 

You can see my fork at https://github.com/jwhitehorn/acts_as_versioned.