For my new project, I need a functionality like mail filters. There will be a set of rules with associated actions. When an user submits a request, it needs to be passed through these rules for validation. In case any one of these rules matches, the corresponding action should be triggered (or, the model should be updated with a few more attributes). Just like mail filters.
And, these rules will be user specific and stored as ActiveRecord models.
Any pointers for existing gems?!
My ROR version is 2.3.8