##// END OF EJS Templates
work around "rake db:create:all" error on JRuby SQLite3...
work around "rake db:create:all" error on JRuby SQLite3 <pre> $ bundle exec rake ci --trace ... rake aborted! stack level too deep /home/xxxx/.rvm/gems/jruby-1.7.4/gems/activerecord-3.2.15/lib/active_record/railties/databases.rake:184:in `local_database?' /home/xxxx/.rvm/gems/jruby-1.7.4/gems/activerecord-3.2.15/lib/active_record/railties/databases.rake:52:in `(root)' org/jruby/RubyHash.java:1375:in `each_value' /home/xxxx/.rvm/gems/jruby-1.7.4/gems/activerecord-3.2.15/lib/active_record/railties/databases.rake:38:in `(root)' </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12256 e93f8b46-1217-0410-a6f0-8f06a7374b81
Toshi MARUYAMA -
r12026:882c4495c08b
Show More
Name Size Modified Last Commit Author
/ lib / plugins / acts_as_versioned
lib
test
CHANGELOG Loading ...
MIT-LICENSE Loading ...
README Loading ...
RUNNING_UNIT_TESTS Loading ...
Rakefile Loading ...
init.rb Loading ...

= acts_as_versioned

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

== Resources

Install

* gem install acts_as_versioned

Rubyforge project

* http://rubyforge.org/projects/ar-versioned

RDocs

* http://ar-versioned.rubyforge.org

Subversion

* http://techno-weenie.net/svn/projects/acts_as_versioned

Collaboa

* http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned

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.