RubyGems Navigation menu

active_interaction_mapper 0.1.2

This gem allows the tracking of ActiveInteractions interactions. This is done by tracking the .execute methode that is overridden in each class inheriting from ActiveInteraction. To be able to trace function calls, I used Ruby's TracePoint class and to draw the graphs I used the 'ruby-graphviz' gem. Note that you need to install GraphViz in your environment and have its path in your path environment variable to be able to draw graphs.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.2 - May 11, 2021 (12.5 KB)
  2. 0.1.1 - May 10, 2021 (12.5 KB)
  3. 0.1.0 - May 07, 2021 (12.0 KB)

Runtime 依赖 (1):

ruby-graphviz ~> 1.2.5

业主:

推送:

作者:

  • charbel-elhajj

SHA 256 校验和:

ebf7e6c3ae0772b275b28011ec403ce12e0f6f8abef8cbef323c29061c243867

下载总量 6,137

这个版本 2,752

许可:

MIT

需要的 Ruby 版本: >= 2.4.0

链接: