public
Description: Ruby rule engine a la Direct To Web
Homepage: http://willingtofail.com/research/rules/
Clone URL: git://github.com/JimRoepcke/rules.git
JimRoepcke (author)
Sun Dec 21 20:22:40 -0800 2008
commit  77e437b30453505b7e2c300469f9f289d9e79e4b
tree    841f55840d6a727e3cc1fa7e224684cc2bab178e
parent  c69bfbf3b0e60abb00d032b527e53f07ddb66aa3
rules /
name age message
file README Loading commit data...
directory lib/
directory test/
README
Rules is a Ruby library that provides application developers
with an easy-to-use rule engine.  Rule-based development can
dramatically decrease the time it takes to develop a
sophisticated application, while at the same time increasing
the speed a development team can make simple and complicated
local or application-wide changes.

The design is based on Apple's WebObjects' Direct To Web
framework.

Rules is stuck at the pre-alpha stage of development. You
are encouraged to fork this repository and make
improvements.

Special thanks to TapKit for the qualifier module.