Kerri Miller
Kerri Miller
@sohwkjames Generally speaking, this error occurs when you're running it in a context where it can't load up Rails. This tools is aimed primarily at those applications, and should be...
This could be done fairly simply, but freedom patching `ActiveRecord::Base` to add the DSL, and store the erd domain in a class variable. I believe the code for creating domain...
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...
@mathieujobin Interesting! I'll dig into the ActiveRecord metadata and see if I can extract this information easily.. I believe it /should/ be, but it might be a case where we...
@mathieujobin Is this still an issue? I've been thinking about how to test this, given how much reliance we have on AR internals in our setup/teardown..
@mathieujobin which rev of Rails is doing this? 5.2.2? 6.0.0?
That's a really interesting use case! Is it that you have a very large "monolith" app and want to look at the relationships for just a subsection of the app?...
There is an open PR for this feature here: #275
Agreed! I'd like to improve the appearance of edges for sure. #256 should help, and the new splines options might improve it as well ``` overlap = false; splines =...
@Nitrodist thanks for the PRs - merged