Rule Engine in Ruby

Hi,

I need to use ruby rules engine in my application.I dont the purpose of
rules engine.if possible can any of u help me in creating a sample
application in rails.
or sample application using rails.

Regards

Srini

Hi Srini,

On Dec 19, 2007 7:45 PM, Srini Pv [email protected] wrote:

I need to use ruby rules engine in my application.I dont the purpose of
rules engine.if possible can any of u help me in creating a sample
application in rails.
or sample application using rails.

Seems like you already decided which Ruby rules engine you want to
use, so you should ask for help on the forum of that project, not here
in the general Ruby language forum.

If you “don’t [know] the purpose of rule engine”, please teach
yourself about them,

might be a starting point, then google for “ruby rule engine example”

You should not focus on “creating a sample application in rails”, at
first aim for a simple example you run from the command line (Ruby
without Rails). Then, when you have a good grasp of your “rule
engine”, think about how you can benefit of it in your classical
(Rails?) application development.

Best regards,