Ask HN: a "modeling" tool for Rails?
2 comments
Have you looked at Rubymine ?
I have used its model diagrams in the past to get an overview of models, and it also has class diagrams.
http://www.jetbrains.com/ruby/webhelp/viewing-model-dependen...
I have used its model diagrams in the past to get an overview of models, and it also has class diagrams.
http://www.jetbrains.com/ruby/webhelp/viewing-model-dependen...
but the diagram part it's not interactive.. right? It's just a visualization tool I suppose? Thanks
Not aware of an interactive modelling tool. There are visualization tools like http://railroady.prestonlee.com which generates graphs showing your model layout. Don't expect too much on the cosmetic side though.
I've made my research but I could not find anything all-around enough...
An alternative could be a tool to import db tables and relationship into rails models...
Any advice? Thanks.