I am looking for a relatively simple state machine plugin for a Rails 3 / Active Record project.
I've done a little research and come up with the following plugins:
- Transitions: https://github.com/qoobaa/transitions
- Extracted from old Active Record State Machine Library
- Acts_As_State_Machine: https://github.com/aasm/aasm
- Workflow: https://github.com/geekq/workflow
- State Machine: https://github.com/pluginaweek/state_machine
- State Flow: https://github.com/ryanza/stateflow
But they all seem very similar, so I am curious to know if anyone has had real-world experience with any of them.
Thanks!