You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule engine can handle multiple conditions (connected with and/or) simultaneusly and since the rules are compiled to respective models (using validates_with_method of datamapper), it produces
lowest overheads.
The rules can be manipulated in run-time without re-booting the server.
Internals
---------
Internally, the rules engine uses BasicCondition(B) class (in lib/rules.rb) to represent a simple condition(S), a complex condition(C1) is either