codafoo / acts_as_versioned forked from technoweenie/acts_as_versioned
- Source
- Commits
- Network (53)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
MIT-LICENSE | Wed Sep 14 19:59:35 -0700 2005 | |
| |
README | Thu Sep 22 15:39:29 -0700 2005 | |
| |
RUNNING_UNIT_TESTS | Sat Sep 17 11:15:49 -0700 2005 | |
| |
Rakefile | ||
| |
init.rb | Thu Oct 13 07:54:42 -0700 2005 | |
| |
lib/ | ||
| |
test/ |
README
= acts_as_versioned This library adds simple versioning to an ActiveRecord module. ActiveRecord is required. == Resources Install * gem install acts_as_versioned Rubyforge project * http://rubyforge.org/projects/ar-versioned RDocs * http://ar-versioned.rubyforge.org Subversion * http://techno-weenie.net/svn/projects/acts_as_versioned Collaboa * http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com) was the first project to use acts_as_versioned <em>in the wild</em>.

