public
Fork of metaskills/acts_as_versioned
Description: ActiveRecord plugin for versioning your models.
Homepage:
Clone URL: git://github.com/xmlblog/acts_as_versioned.git
name age message
file .gitignore Fri Dec 26 13:30:54 -0800 2008 Finally got tests running with the dir structur... [metaskills]
file CHANGELOG Wed Jul 22 09:37:58 -0700 2009 Bumped the version number and updated Changelog [Christian Romney]
file MIT-LICENSE Wed Sep 14 19:59:35 -0700 2005 added acts_as_versioned gem git-svn-id: http:/... [technoweenie]
file README.rdoc Tue Dec 30 09:17:07 -0800 2008 Add assert_sql support in boot.rb. Also changed... [metaskills]
file RUNNING_UNIT_TESTS Mon Dec 29 09:33:51 -0800 2008 Adding a gem spec and pusing a new "me" release... [metaskills]
file Rakefile Mon Dec 29 09:15:53 -0800 2008 Create rake test and test_dbs tasks. [metaskills]
file VERSION.yml Wed Jul 22 09:37:58 -0700 2009 Bumped the version number and updated Changelog [Christian Romney]
file acts_as_versioned.gemspec Wed Jul 22 09:37:58 -0700 2009 Bumped the version number and updated Changelog [Christian Romney]
file init.rb Thu Oct 13 07:54:42 -0700 2005 added init scripts for plugins git-svn-id: htt... [technoweenie]
directory lib/ Wed Jul 22 09:33:40 -0700 2009 Respect inheritance hierarchy to play nicely wi... [Christian Romney]
directory test/ Wed Jul 22 09:33:40 -0700 2009 Respect inheritance hierarchy to play nicely wi... [Christian Romney]
README.rdoc

MetaSkills ActsAsVersioned

A fork of Rick Olson’s ActsAsVersioned plugin that has been gem’ized along with a few features I need. This library adds simple versioning to an ActiveRecord class which of course requires ActiveRecord for use.

Has tests for many DBs in ActiveRecord version 2.2.2

Resources

Install the gem manually.

  $ sudo gem install metaskills-acts_as_versioned

Or with a rails config.gem dependency.

  config.gem 'metaskills-acts_as_versioned', :lib => 'acts_as_versioned', :source => 'http://gems.github.com/'

The git repository is located here: