Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
ActiveRecord plugin for versioning your models.

Cannot retrieve the latest commit at this time.
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
lib | ||
![]() |
test | ||
![]() |
.document | ||
![]() |
.gitignore | ||
![]() |
CHANGELOG | ||
![]() |
Gemfile | ||
![]() |
MIT-LICENSE | ||
![]() |
README | ||
![]() |
RUNNING_UNIT_TESTS | ||
![]() |
Rakefile | ||
![]() |
acts_as_versioned.gemspec | ||
![]() |
init.rb |
README
= acts_as_versioned This library adds simple versioning to an ActiveRecord module. ActiveRecord is required. == Resources Install * gem install acts_as_versioned <3 GitHub * http://github.com/technoweenie/acts_as_versioned Gemcutter FTW * http://gemcutter.org/gems/acts_as_versioned Subversion * http://svn.github.com/technoweenie/acts_as_versioned.git 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>.