-
Notifications
You must be signed in to change notification settings - Fork 4
Difference with geekq/workflow? #3
Comments
The idea is to continue with the original goals of workflow gem - to provide an elegant DSL for modelling business logic in Ruby using state machines. Like you, I was actively using workflow in few of my projects and some of the proposed pull requests were useful for my use cases. I intend to continue maintaining this repo - especially fix issues and regressions. Long term plans include refactoring out the activerecord specific parts to a different gem and provide integration with a few additional data stores - especially rethinkdb which I have begun using recently in a project of mine. However in the longer term API level compatibility with the original repo is not an aim. |
I would encourage you to use this fork, and suggest any features you might find useful and report bugs that you encounter. I will try to help with the issues as and when time permits. Pull requests are more than welcome. |
|
In our Rails app, the workflow gem needs to be stored for each group of users with a unique token. Basically |
Why not create a |
Never thought about a |
This gem actively maintained. We are currently using geekq/workflow which is not being actively maintained.
workflow-orchestrator
is a fork out. What's the idea/purpose behind this gem? Is it a bug fix or constant improvement? If we want to use the gem, is there any changes (in gemfile for sure for the gem name) in model setup? The model setup seems to be exactly the same as geekq's. Thanks.The text was updated successfully, but these errors were encountered: