public
Description: ActiveRecord persistence and participant for ruote
Homepage:
Clone URL: git://github.com/kennethkalmer/ruote-activerecord.git
name age message
file .gitignore Tue Aug 25 15:34:37 -0700 2009 Basic support for keywords and stores [kennethkalmer]
file History.txt Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
file Manifest.txt Wed Aug 26 07:03:16 -0700 2009 Support for keyword searching with store names [kennethkalmer]
file PostInstall.txt Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
file README.rdoc Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
file Rakefile Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
directory lib/ Mon Nov 23 00:41:51 -0800 2009 Support for update() on participant [kennethkalmer]
directory script/ Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
directory spec/ Mon Nov 23 00:41:51 -0800 2009 Support for update() on participant [kennethkalmer]
directory tasks/ Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
README.rdoc

ruote-activerecord

DESCRIPTION:

ActiveRecord persistence andf participant for ruote

FEATURES/PROBLEMS:

  • BIG WORK IN PROGRESS

SYNOPSIS:

  FIX (code sample of usage)

REQUIREMENTS:

  • ActiveRecord 2.3.3 (or later)
  • ruote 2.0

INSTALL:

  • FIX (sudo gem install, anything else)

LICENSE:

(The MIT License)

Copyright © 2009 Kenneth Kalmer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.