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 (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install technoweenie-acts_as_versioned
Hongli Lai (Phusion) (author)
Mon Mar 23 07:00:17 -0700 2009
commit 1bd3d255eb43562a44fd1f907d82ec80db2872d3
tree aac96ecae0bb1e521a0310f6bac1410112ddb964
parent a42dba642e86f3f27d8b2e67b632d2e377b6074c
tree aac96ecae0bb1e521a0310f6bac1410112ddb964
parent a42dba642e86f3f27d8b2e67b632d2e377b6074c
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Mon Jun 16 23:26:42 -0700 2008 | |
| |
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 | Tue Sep 30 05:06:53 -0700 2008 | |
| |
VERSION.yml | Tue Jan 20 23:15:12 -0800 2009 | |
| |
acts_as_versioned.gemspec | Tue Jan 20 23:15:12 -0800 2009 | |
| |
init.rb | Thu Oct 13 07:54:42 -0700 2005 | |
| |
lib/ | Mon Mar 23 07:00:17 -0700 2009 | |
| |
test/ | Mon Mar 23 07:00:17 -0700 2009 |
= 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>.











