annotate .svn/pristine/ac/acadf302454b944205a3793d42923d3504eda07d.svn-base @ 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 cbb26bc654de
children
rev   line source
Chris@909 1 = acts_as_versioned
Chris@909 2
Chris@909 3 This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
Chris@909 4
Chris@909 5 == Resources
Chris@909 6
Chris@909 7 Install
Chris@909 8
Chris@909 9 * gem install acts_as_versioned
Chris@909 10
Chris@909 11 Rubyforge project
Chris@909 12
Chris@909 13 * http://rubyforge.org/projects/ar-versioned
Chris@909 14
Chris@909 15 RDocs
Chris@909 16
Chris@909 17 * http://ar-versioned.rubyforge.org
Chris@909 18
Chris@909 19 Subversion
Chris@909 20
Chris@909 21 * http://techno-weenie.net/svn/projects/acts_as_versioned
Chris@909 22
Chris@909 23 Collaboa
Chris@909 24
Chris@909 25 * http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned
Chris@909 26
Chris@909 27 Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com)
Chris@909 28 was the first project to use acts_as_versioned <em>in the wild</em>.