ruby on rails state machines
Posted
by srboisvert
on Stack Overflow
See other posts from Stack Overflow
or by srboisvert
Published on 2008-12-08T14:28:04Z
Indexed on
2010/04/23
13:23 UTC
Read the original article
Hit count: 401
I'm looking to implement a state machine to manage a user moving through a series of steps over an extended period of time (weeks) with emails and then they interact with the app. I've looked at a couple of AASM plugins and forks (it seems like this plugin space has become a bit chaotic) and am curious what people would recommend.
I saw the automatic AASM by hashrocket, that transitions states using cron, and from the title it looks like it might fit the bill but there doesn't appear to be any documentation anywhere and it looks more like a skeleton app than a plugin.
© Stack Overflow or respective owner