Sha256: a74e1ba50b9abd8f86fadd148f7a2376bb3a9f040e1738c620583f123bfbd420
Contents?: true
Size: 884 Bytes
Versions: 8
Compression:
Stored size: 884 Bytes
Contents
= acts_as_versioned This library adds simple versioning to an ActiveRecord module. ActiveRecord is required. This is the patched version for rtiss. Versions 0.6.x (rails2 branch) are for rails 2.x Versions 0.7.x (rails3 branch) are for rails 3.x Versions 0.8.x (master branch) are for rails 4.x == 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>. == Publishing a new release * increase the VERSION in rtiss_acts_as_versioned.rb * run: bundle exec rake test * run: bundle exec rake release
Version data entries
8 entries across 8 versions & 1 rubygems