ruby on rails - Tool for slicing app into microservices -
we've refactored our code bit , feel separate parts of our app microservices. helpful use tool show me graph of references between parts (directories) of our app.
our app in ruby on rails.
i know won't 100% coverage of coupling between modules since ruby dynamic language... graph useful though.
you start using model dependency diagram rubymine: https://www.jetbrains.com/help/ruby/2016.2/viewing-model-dependency-diagram.html
another tool includes controller dependencies https://github.com/preston/railroady
Comments
Post a Comment