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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -