workflow_kit 0.0.8
This gem provides a workflow construction kit for rails apps. Users can arrange workflow bricks in a sequence for each workflow and add parameters. When a workflow is executed, each workflow brick executes a callback method written in ruby and passes the parameters.
Gemfile:
=
install:
=
Versions:
- 0.0.8 May 06, 2014 (85 KB)
- 0.0.7 March 02, 2014 (85 KB)
- 0.0.6.alpha September 05, 2013 (85 KB)
- 0.0.4.alpha August 30, 2012 (84.5 KB)
- 0.0.3.alpha July 22, 2012 (28.5 KB)
Runtime Dependencies (1):
rails
>= 3.2
Development Dependencies (8):
bundler
>= 0
capybara
>= 0
guard
>= 0
guard-rspec
>= 0
nokogiri
>= 0
rake
>= 0
rspec-rails
>= 0
sqlite3
>= 0