文件名称:aasm_graph:用于从 AASM 状态机定义创建图形的附加 gem
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-18 19:03:04
Ruby
AASM::图表 用于从 AASM 状态机定义创建图形的附加 gem 安装 将此行添加到应用程序的 Gemfile 中: gem 'aasm_graph' 然后执行: $ bundle 或者自己安装: $ gem install aasm_graph 用法 您可以通过命令行界面使用它: ./bin/aasm_graph -Iexample -rjob Job 或者您可以将它与 Rake 一起使用。 在您的Rakefile ,加载aasm_graph任务文件: load "aasm/tasks/aasm_graph.rake" 然后你可以运行 rake 任务: rake aasm_graph INCLUDE=./example REQUIRE=job CLASS=Job 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-fea
【文件预览】:
aasm_graph-master
----.gitignore(582B)
----todo.txt(432B)
----aasm_graph.gemspec(1KB)
----bin()
--------aasm_graph(592B)
----LICENSE(1KB)
----LICENSE.txt(1KB)
----README.md(878B)
----example()
--------job.rb(398B)
----lib()
--------aasm()
----job.jpg(17KB)
----Gemfile(95B)
----Rakefile(69B)
----test()
--------aasm()
--------test_helper.rb(161B)
--------fixtures()