Path to this page:
./
databases/ruby-dm-is-state_machine,
DataMapper plugin for creating state machines
Branch: pkgsrc-2021Q4,
Version: 1.2.0,
Package name: ruby27-dm-is-state_machine-1.2.0,
Maintainer: pkgsrc-usersDataMapper plugin that adds state machine functionality to your models.
== Why is this plugin useful?
Your DataMapper resource might benefit from a state machine if it:
* has different "modes" of operation
* has discrete behaviors
* especially if the behaviors are mutually exclusive
And you want a clean, high-level way of describing these modes / behaviors
and how the resource moves between them. This plugin allows you to
declaratively describe the states and transitions involved.
Master sites:
Filesize: 14 KB
Version history: (Expand)
- (2022-01-05) Package added to pkgsrc.se, version ruby27-dm-is-state_machine-1.2.0 (created)