Hi there,
I'm looking for a simple way to let users define a set of rules to filter objects.
Eg. let them define something like "notify me about a booking if booking date < 2009/04/30 AND value > 100.00"
More or less: I'd like to have a Ruby rules engine with custom DSL.
Is there a library offering that? Came across Ruleby, but it doesn't support custom DSL, yet.
What's the best apporach to do that?
Thanks!
Matt