public
Description: datamapper persistence for ruote 2.0 (a ruby workflow engine)
Homepage: http://openwferu.rubyforge.org
Clone URL: git://github.com/jmettraux/ruote-dm.git
name age message
file CREDITS.txt Mon Oct 19 16:43:09 -0700 2009 made sure ruby 1.8.7 and 1.9.1 are OK and made ... [jmettraux]
file LICENSE.txt Wed Aug 05 07:11:59 -0700 2009 initial commit [jmettraux]
file NOTES.txt Wed Aug 05 21:45:44 -0700 2009 initial DmStorage impl (#find_expressions() mis... [jmettraux]
file README.rdoc Thu Sep 17 22:08:28 -0700 2009 upgraded to DataMapper 0.10.0 [jmettraux]
file Rakefile Tue Aug 11 17:52:37 -0700 2009 rakefile and gemspec [jmettraux]
file TODO.txt Sat Oct 03 01:25:10 -0700 2009 implemented DmErrorJournal [jmettraux]
file deps.rip Sun Aug 09 05:34:09 -0700 2009 initial Ruote::Dm::DmParticipant implementation [jmettraux]
directory lib/ Mon Oct 19 16:43:09 -0700 2009 made sure ruby 1.8.7 and 1.9.1 are OK and made ... [jmettraux]
file ruote-dm.gemspec Fri Oct 16 18:29:58 -0700 2009 requiring 'dm-aggregates' [jmettraux]
directory test/ Sat Oct 03 01:25:10 -0700 2009 implemented DmErrorJournal [jmettraux]
README.rdoc

ruote-dm

ruote 2.0 extension for DataMapper (dm) persistence

It uses DataMapper 0.10.0.

usage

well…

running tests

to run unit tests

  ruby test/test.rb

to run functional tests, go to your ruote clone and run

  ruby test/functional/test.rb --dm

or, to disable expression caching

  ruby test/functional/test.rb --dm -C

Note that there are no functional tests for Ruote::Dm::DmParticipant

license

MIT

links

datamapper.org/ ruote.rubyforge.org/

feedback

mailing list : groups.google.com/group/openwferu-users irc : irc.freenode.net #ruote