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

many to many - Django Rest Framework ManyToMany filter multiple values -

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

Java Entity Manager - JSON reader was expecting a value but found 'db' -