{"id":15586769,"url":"https://github.com/fiedl/workflow_kit","last_synced_at":"2025-04-24T04:47:09.180Z","repository":{"id":4036814,"uuid":"5137862","full_name":"fiedl/workflow_kit","owner":"fiedl","description":"This ruby on rails 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.","archived":false,"fork":false,"pushed_at":"2016-01-25T07:16:09.000Z","size":127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T04:47:04.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fiedl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-22T00:15:45.000Z","updated_at":"2018-12-30T03:20:39.000Z","dependencies_parsed_at":"2022-08-26T17:41:56.224Z","dependency_job_id":null,"html_url":"https://github.com/fiedl/workflow_kit","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiedl%2Fworkflow_kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiedl%2Fworkflow_kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiedl%2Fworkflow_kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiedl%2Fworkflow_kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiedl","download_url":"https://codeload.github.com/fiedl/workflow_kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566444,"owners_count":21451230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T21:41:19.962Z","updated_at":"2025-04-24T04:47:09.160Z","avatar_url":"https://github.com/fiedl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkflowKit [![Build Status](https://secure.travis-ci.org/fiedl/workflow_kit.png?branch=master)](http://travis-ci.org/fiedl/workflow_kit) [![Dependency Status](https://gemnasium.com/fiedl/workflow_kit.svg)](https://gemnasium.com/fiedl/workflow_kit)\n\n\u003cimg src=\"https://github.com/fiedl/workflow_kit/raw/master/test_app/app/assets/images/screenshot.png\" height=\"300\" align=\"right\" vspace=\"20\" hspace=\"20\" /\u003e\n\n---\n\n2016-01-25: This **gem has been abandoned** and [moved](https://github.com/fiedl/your_platform/commit/10597164071ab6b96336adf64706d3b1dbc7011a) to [your_platform](https://github.com/fiedl/your_platform).\n\n---\n\nThis *ruby on rails 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.\n\n## Demo\n\nYou might want to have a look at [this demo app at heroku](http://workflow-kit-test-app.herokuapp.com/).\n\nThe [code of this demo app can be found here](https://github.com/fiedl/workflow_kit/tree/master/test_app).\n\n## Alpha State\n\nThis gem is currently in alpha state. It's not production ready, yet.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'workflow_kit'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install workflow_kit\n\n## Usage\n\n### Preparation\n\n* Include in routes\n```ruby\n# config/routes.rb\nRails.application.routes.draw do\n  mount WorkflowKit::Engine =\u003e \"/workflow_kit\"\nend\n```\n\n* Migrate Database\n```\nrake workflow_kit:install:migrations\nrake db:migrate\n```\n\n\nTODO: Write usage instructions here\n\n## Further Reading\n* Integration of mountable engines (like this gem): http://railscasts.com/episodes/277-mountable-engines?view=asciicast \n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiedl%2Fworkflow_kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiedl%2Fworkflow_kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiedl%2Fworkflow_kit/lists"}