decisiv / acts_as_versioned forked from metaskills/acts_as_versioned
- Source
- Commits
- Network (53)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
MIT-LICENSE | Wed Sep 14 19:59:35 -0700 2005 | |
| |
README.rdoc | ||
| |
RUNNING_UNIT_TESTS | ||
| |
Rakefile | ||
| |
acts_as_versioned.gemspec | ||
| |
init.rb | Thu Oct 13 07:54:42 -0700 2005 | |
| |
lib/ | ||
| |
test/ |
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:

