This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Christian Romney (author)
Wed Jul 22 09:37:58 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 26 13:30:54 -0800 2008 | |
| |
CHANGELOG | ||
| |
MIT-LICENSE | Wed Sep 14 19:59:35 -0700 2005 | |
| |
README.rdoc | ||
| |
RUNNING_UNIT_TESTS | Mon Dec 29 09:33:51 -0800 2008 | |
| |
Rakefile | Mon Dec 29 09:15:53 -0800 2008 | |
| |
VERSION.yml | ||
| |
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:








