RubyGems Navigation menu

active_interaction_mapper 0.1.0

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:
= Copy to clipboard Copied!

install:
=

Versions:

  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 KB)

Owners:

Pushed by:

Authors:

  • charbel-elhajj

SHA 256 checksum:

dc0cc1cd2bb2fb8538aaf608c8d6c68ea2ab10a9c9a732bc1f1dca93fdb4e1ea

Total downloads 6,137

For this version 1,702

License:

MIT

Required Ruby Version: >= 2.4.0

Links: