AASM::Graph
Add-on gem for creating graphs from AASM state machine definitions
Installation
Add this line to your application's Gemfile:
gem 'aasm_graph'And then execute:
$ bundle
Or install it yourself as:
$ gem install aasm_graph
Usage
You can use it via the command line interface:
./bin/aasm_graph -Iexample -rjob Job
Or you can use it with Rake. In your Rakefile, load the aasm_graph task file:
load "aasm/tasks/aasm_graph.rake"
And then you can run the rake task:
rake aasm_graph INCLUDE=./example REQUIRE=job CLASS=Job
Contributing
- Fork it ( https://github.com/aasm/aasm_graph/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
