Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 2.86 KB

state-machine.md

File metadata and controls

60 lines (51 loc) · 2.86 KB

Bookmarks tagged [state-machine]

https://github.com/aasm/aasm

State machines for Ruby classes (plain Ruby, Rails Active Record, Mongoid).


https://github.com/peter-murach/finite_machine

A plain Ruby state machine with a straightforward and expressive syntax.


https://github.com/soveran/micromachine

A minimal finite state machine implementation in less than 50 lines of code.


https://github.com/svenfuchs/simple_states

A super-slim statemachine-like support library.


https://github.com/gocardless/statesman

A statesmanlike state machine library.


https://github.com/state-machines/state_machines

Adds support for creating state machines for attributes on any Ruby class.


https://github.com/troessner/transitions

A ruby state machine implementation.


https://github.com/geekq/workflow

A finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as 'workflow'.