Kerri Miller
Kerri Miller
After looking at the implementation, I think we do need to narrow the "surface area" here. I'm reluctant to remove the binary (`$ bundle exec erd` or simply `$ erd`)...
I think it is an interesting idea. The name of the gem is `rails-erd` so I've always been comfortable with it being a Rails specific tool, understanding that the vast...
This would work for databases that specify the FK correctly, but not every one will be. I suspect that the most common development pattern for Rails developers is to specify...
That'd be a cool feature. Something like ```ruby $ erd --engine=sql --target-schema='path/to/schema' ``` (Note I'm just saying "engine" there I don't really know what the right word should be 😀...
> It would be great if we could pass in font names when generating diagrams or as a YAML configuration option in .erdconfig I don't see why we couldn't add...
We can "easily" add configuration options now. @stoffie which of your two examples is which?
This ties in with #256 and #217
Thanks for opening an issue. Is this on an app you can share, or could you provide a mock version of the models and their relationships for me so I...
Thanks for reporting this! It'll probably not be something we get to any time soon (unless someone really gets a 🐝 in their 👒 ) but there's been a few...
Blargh.. Another bug caused by #175 Your patch looks ok as a patch, but the long-term solution is to unify the code paths so that the behavior is identical (or...