An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# onuro-rails

![Ruby](https://github.com/ByteDecoder/onuro-rails/workflows/Ruby/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/a5e0e79038ef84f7197e/maintainability)](https://codeclimate.com/github/ByteDecoder/onuro-rails/maintainability)
![License](https://img.shields.io/badge/license-MIT-green)

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