0.0
No commit activity in last 3 years
No release in over 3 years
Infer and discover and graph dependencies for ruby and RoR apps during EXECUTION
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.9

Runtime

~> 0.7.0
~> 0.20.3
 Project Readme

chaos_detector


Detect and graph dependencies between ruby modules using TracePoint

Infers dependencies during execution rather than source code analysis, which is prohibively difficult due to Ruby's numerous metaprogramming features.

Techniques inspired and borrowed from rubydeps and earlier ruby gems that use native code rather than TracePoint (Daniel Cadenas, other contribs)

TODO

Doc usage