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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 26 13:30:54 -0800 2008 | |
| |
CHANGELOG | Sat Apr 04 05:48:18 -0700 2009 | |
| |
MIT-LICENSE | Wed Sep 14 19:59:35 -0700 2005 | |
| |
README.rdoc | Tue Dec 30 09:17:07 -0800 2008 | |
| |
RUNNING_UNIT_TESTS | Mon Dec 29 09:33:51 -0800 2008 | |
| |
Rakefile | Mon Dec 29 09:15:53 -0800 2008 | |
| |
acts_as_versioned.gemspec | Sat Apr 04 05:48:18 -0700 2009 | |
| |
init.rb | Thu Oct 13 07:54:42 -0700 2005 | |
| |
lib/ | Sat Apr 04 05:44:58 -0700 2009 | |
| |
test/ | Thu May 07 09:14:59 -0700 2009 |
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:







