Rule engine

I am writing an application like IFTTT and Zappier but for specific domain only.

I am thinking of using http://www.easyrules.org/ as I couldn’t find any elegant solution in ruby.

Does anybody know rule engine for ruby?

1 Like

I believe in Ruby it’s Rubocop You define your own style and code rules there.

1 Like

You should check this out first:

Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn’s Agents create and consume events, propagating them along a directed graph. Think of it as a hackable Yahoo! Pipes plus IFTTT on your own server. You always know who has your data. You do.

2 Likes

I also have come across reek and flay