public
Description: ActiveRecord persistence and participant for ruote
Homepage:
Clone URL: git://github.com/kennethkalmer/ruote-activerecord.git
kennethkalmer (author)
Wed Nov 11 13:45:52 -0800 2009
commit  cf2358f1ef51f0fb7b909dc6110cefcc77a912f1
tree    d2f27dbedeecd6004d3a17326928a68772fb36dd
parent  45e38b11538fe04f7305d5bf362c65bb51a9a3ac
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/ Wed Nov 11 13:45:52 -0800 2009 A step closer to working with ruote's master [kennethkalmer]
directory script/ Tue Aug 25 01:40:45 -0700 2009 Work in progress [kennethkalmer]
directory spec/ Wed Nov 11 13:45:52 -0800 2009 A step closer to working with ruote's master [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.