This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ruleby /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 06 18:56:57 -0700 2009 | |
| |
GPL.txt | Sun May 18 14:47:36 -0700 2008 | |
| |
LICENSE.txt | Sun May 18 14:47:36 -0700 2008 | |
| |
README.markdown | Sun Nov 22 08:28:26 -0800 2009 | |
| |
Rakefile | Sun Nov 22 08:28:26 -0800 2009 | |
| |
benchmarks/ | Sat Dec 27 19:58:32 -0800 2008 | |
| |
examples/ | Thu Oct 08 11:20:36 -0700 2009 | |
| |
lib/ | Sat Nov 21 19:32:25 -0800 2009 | |
| |
tests/ | Sat Nov 21 12:21:23 -0800 2009 |
README.markdown
Ruleby :: The Rule Engine for Ruby
Description
Ruleby is a rule engine written in the Ruby language. It is a system for executing a set of IF-THEN statements known as production rules. These rules are matched to objects using the forward chaining Rete algorithm. Ruleby provides an internal Domain Specific Language (DSL) for building the productions that make up a Ruleby program.
Version
0.6-SNAPSHOT
Release Notes
- Added support for AND and OR conditional elements in the LHS of a rule
- Added the ability to self-reference in the LHS without binding
- Fixed bug in retract_resolve on JoinNode that was causing inconsistent behavior of :not patterns.
Mailing List
ruleby@googlegroups.com







