https://github.com/bytedecoder/onuro-rails
Rails generator for Onuro Workflow Engine
https://github.com/bytedecoder/onuro-rails
rails-engine ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Rails generator for Onuro Workflow Engine
- Host: GitHub
- URL: https://github.com/bytedecoder/onuro-rails
- Owner: ByteDecoder
- License: mit
- Created: 2019-07-13T22:33:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:39:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T18:15:41.764Z (4 months ago)
- Topics: rails-engine, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# onuro-rails

[](https://codeclimate.com/github/ByteDecoder/onuro-rails/maintainability)
Workflow Engine based in events that execute a collection of rules defined in the event configuration definition
with install generator for Rails.To learn more about Onuro Workflow Engine, take a look to [Onuro](https://github.com/ByteDecoder/onuro)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'onuro-rails'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install onuro-rails
## Usage
$ bundle exec rails generate onuro:install
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ByteDecoder/onuro.
Copyright (c) 2019 [Rodrigo Reyes](https://twitter.com/bytedecoder) released under the MIT license