workflow 1.2.0
Workflow is a finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as 'workflow'. * nice DSL to describe your states, events and transitions * robust integration with ActiveRecord and non relational data stores * various hooks for single transitions, entering state etc. * convenient access to the workflow specification: list states, possible events for particular state
Gemfile:
=
install:
=
Development Dependencies (7):
activerecord
>= 0
bundler
>= 1.0.0
mocha
>= 0
rake
>= 0
rdoc
>= 3.12
ruby-graphviz
~> 1.0.0
sqlite3
>= 0