preston / railroady

Ruby on Rails 3/4/5 model and controller UML class diagram generator. (`brew/port/apt-get install graphviz` before use!)
Other
1.71k stars 142 forks source link

Rewriting to use PlantUML #128

Open SaKKo opened 5 years ago

SaKKo commented 5 years ago

Hi, it seems like this repo is inactive for a long time now. I forked and made some modification for so that this work with plantuml. I'm still a beginner in sharing code but I think plantuml looks more friendly when generating ER diagram.

Not sure if there is a better way to share this.

https://github.com/SaKKo/prailroady

preston commented 5 years ago

Hi @SaKKo , railroady still works fine, though yeah there haven't been any new features in a while. Does your fork preserve the default .svg output, or is it only the plantuml files?

swrobel commented 5 years ago

@preston if it "still works fine" why not merge some PRs with fixes like mine?