voormedia / rails-erd

Generate Entity-Relationship Diagrams for Rails applications
http://voormedia.github.io/rails-erd/
MIT License
3.98k stars 363 forks source link

Spline type of ortho does not support inheritance or polymorphism #312

Open uberllama opened 5 years ago

uberllama commented 5 years ago

When setting splines: ortho, no ERD is produced when inheritance or polymorphism are set to true. There are no warnings or errors during the processing.

kerrizor commented 5 years ago

Hmm.. are you able to generate a DOT file instead? If that DOT file is valid and you can open it in another DOT rendering toll, it's probably something in Graphviz itself.

I'd also suggest trying the new v1.6.0, just in case we accidentally fix it :)