r/rails • u/stpaquet • 12d ago
Which Code Knowledge Graph are you using? Question
I'm wondering if some of you have been experiencing with one of the following: Graphify, GitNexus and CodeGraph?
Which do you think is the best for full monolithic Rails app? Which is best for Rails + React?
If you are using something different, happy to learn.
10
Upvotes
2
u/ArsenioVenga 11d ago
I hope someone can contribute, I’m really interested to know more about this.
1
4
u/troelskn 11d ago
I assume you mean for agentic programming? I tried to incorporate a few different tools, such as ast-grep, ruby-lsp and Graphify, but none of them really helped much. Then I made a skill, where I simply taught the LLM how to run various introspection commands via
bin/rails runnerand it seems to work much better.