Documentation
gem install draw_uml
Put this line to your config.ru:
config.ru
require 'draw_uml' use Rack::Static, urls: ['/images'], root: 'public' run DrawUml::Engine
And then execute:
$ rackup
brew install graphviz brew install plantuml