public
Description: A collection of stateful workflow concepts for Ruby/ActiveRecord, extracted from a real-world project, announced at RailsConf 2009
Homepage: http://www.codesherpas.com/open_source/stone_path
Clone URL: git://github.com/bokmann/stonepath.git
name age message
file History.txt Wed Aug 19 06:51:27 -0700 2009 Initial extraction of components from 3 real-wo... [bokmann]
file Manifest.txt Wed Aug 19 06:51:27 -0700 2009 Initial extraction of components from 3 real-wo... [bokmann]
file PostInstall.txt Wed Aug 19 06:51:27 -0700 2009 Initial extraction of components from 3 real-wo... [bokmann]
file README.rdoc Tue Aug 25 18:49:31 -0700 2009 minor doc cleanup [David Bock]
file Rakefile Thu Aug 27 08:41:16 -0700 2009 making shoulda tasks work [David Bock]
file VERSION Tue Aug 25 18:50:20 -0700 2009 Version bump to 0.0.2 [David Bock]
directory lib/ Thu Aug 27 08:20:04 -0700 2009 need to explitly include rubygems after the cha... [David Bock]
directory rails_generators/ Wed Aug 19 06:51:27 -0700 2009 Initial extraction of components from 3 real-wo... [bokmann]
directory script/ Wed Aug 19 06:51:27 -0700 2009 Initial extraction of components from 3 real-wo... [bokmann]
file stonepath.gemspec Tue Aug 25 18:52:18 -0700 2009 meed the gemspec for github to do its thing [David Bock]
directory test/ Thu Aug 27 08:42:24 -0700 2009 making shoulda tasks work [David Bock]
README.rdoc

stonepath

Wednesday, August 25th UPDATE: The extraction is underway, and I have to write some generators to have some stuff make sense outside the scope of a real application.

I’m going to have a good article on the stomepath modeling methodology shortly. It is written, it just needs diagrams and an editor’s touch.

Sunday, August 9th UPDATE: Sorry for the delay. I just gave this talk again at eRubyCon.

Some of these stateful workflow ideas are being used in a project for the DC Public School System, but the data store there is unconventional (a QuickBase database online), so the work being done on StonePath has taken a back seat. I expect this project to be live again shortly, starting simply with some wiki entries explaining the same concepts that I outline in the presentation (including WorkItem, Ownership, Assignment, Task, Permissions, and organizational modeling with groups and roles).


This is a Stateful Workflow gem that is currently being pulled out of a real-world client project. I’m creating the repository before RailsConf 2009 so interested people that attend my talk can watch and contribute.

I’m also asking you to keep me honest - this extraction is real, but is likely to take a back seat to real billable client time. If I know there is interest (that is, if I see followers and if they nag me), this project is likely to get time over others.

gem install bokmann-stonepath

LICENSE:

(The MIT License)

Copyright © 2009 FIXME full name

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.