Mercurial > hg > soundsoftware-site
annotate lib/plugins/acts_as_versioned/README @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | 433d4f72a19b |
children |
rev | line source |
---|---|
Chris@0 | 1 = acts_as_versioned |
Chris@0 | 2 |
Chris@0 | 3 This library adds simple versioning to an ActiveRecord module. ActiveRecord is required. |
Chris@0 | 4 |
Chris@0 | 5 == Resources |
Chris@0 | 6 |
Chris@0 | 7 Install |
Chris@0 | 8 |
Chris@0 | 9 * gem install acts_as_versioned |
Chris@0 | 10 |
Chris@0 | 11 Rubyforge project |
Chris@0 | 12 |
Chris@0 | 13 * http://rubyforge.org/projects/ar-versioned |
Chris@0 | 14 |
Chris@0 | 15 RDocs |
Chris@0 | 16 |
Chris@0 | 17 * http://ar-versioned.rubyforge.org |
Chris@0 | 18 |
Chris@0 | 19 Subversion |
Chris@0 | 20 |
Chris@0 | 21 * http://techno-weenie.net/svn/projects/acts_as_versioned |
Chris@0 | 22 |
Chris@0 | 23 Collaboa |
Chris@0 | 24 |
Chris@0 | 25 * http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned |
Chris@0 | 26 |
Chris@0 | 27 Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com) |
Chris@0 | 28 was the first project to use acts_as_versioned <em>in the wild</em>. |