GithubHelp home page GithubHelp logo

rails_bpm's Introduction

RailsBpm

Rails BPM is a proof_of_concept of Ruby on Rails plugin/engine for building Business Process Management solutions. It is based on Ruote and RuoteKit was created by extending ruote-on-rails.

Idea is to put your process into app/processes your tasks into app/controllers/tasks and app/views/tasks and participants into app/participants and let RailsBpm do the rest of the job. For now it is really implemented only to show haw can it be done it is far from complete.

Install

Make new rails application and remove index.html file.

Install the plugin by adding it to Gemfile:

gem 'rails_bpm', :git => 'http://github.com/simcha/rails_bpm.git'
gem 'ruote', :git => 'http://github.com/jmettraux/ruote.git'
gem 'ruote-kit', :git => 'http://github.com/tosch/ruote-kit.git'


For now you must use git version of ruote with fixed paging support [thanks John :)]

And running

bundle install

rails generate rails_bpm:install

rails generate rails_bpm:example

Copyright © 2011 by simcha, released under the MIT license

rails_bpm's People

Contributors

simcha avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rails_bpm's Issues

sinatra_respond_to

Im getting this error while trying to install:

bundle install
Updating http://github.com/simcha/rails_bpm.git
Updating http://github.com/jmettraux/ruote.git
Updating http://github.com/tosch/ruote-kit.git
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "sinatra-respond_to":
  In Gemfile:
    rails_bpm depends on
      sinatra-respond_to (= 0.5.0)

    ruote-kit depends on
      sinatra-respond_to (0.7.0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.