voormedia / rails-erd

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

Command line options --sort=false and --prepend_primary=true are not working #286

Open ypresto opened 6 years ago

ypresto commented 6 years ago

Command line options --sort=false --prepend_primary=true are not applied to output pdf, but when I specify them in .erdconfig (below) they works.

sort: false
prepend_primary: true

I'm using rails-erd (1.5.2).

kerrizor commented 6 years ago

Thanks for reporting! This is likely related to #289