GitXplorerGitXplorer
t

acts_as_versioned

public
407 stars
162 forks
17 issues

Commits

List of commits on branch master.
Unverified
63b1fc8529d028fae632fe80ec0cb25df56cd76b

Merge pull request #17 from codez/master

ttechnoweenie committed 12 years ago
Unverified
037a68eeb468550d8241d407510458e904046a4a

fix dependency format

ccodez committed 12 years ago
Unverified
4d770fd684e02e00ce11861cb8d86d7789d55a69

avoid deprecation warnings in activerecord 3.2, adjust dependencies

committed 12 years ago
Unverified
efc726d055ac75e3684b7272561e7f9d95735738

revert_to now writes attributes via hash-style assignment instead of directly in order to prevent running a custom setter on a value twice.

committed 14 years ago
Unverified
28ba061f37bc7590cc2b07e948a4be6284caa948

update readme

ttechnoweenie committed 14 years ago
Unverified
e6d7b079f1ce04b701a5b94326829b299e229b5c

use rakegem instead of jeweler

ttechnoweenie committed 14 years ago

README

The README file for this repository.

= acts_as_versioned

This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.

== Resources

Install

  • gem install acts_as_versioned

<3 GitHub

Gemcutter FTW

Subversion

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 in the wild.