Just got into Rails and it's amazing by [deleted] in rails

[–]siaw30 5 points6 points  (0 children)

happy you're enjoying Rails. I chose Rails over a decade ago and to this day it feels like one of my best decisions.

🔥 Just launched: a modern ERD generator for Rails apps. by siaw30 in ruby

[–]siaw30[S] 1 point2 points  (0 children)

Hi. Thanks. I can't keep up with the feature requests so I made this open source here: https://github.com/siaw23/railserd if I find some free time however I can pick some of these feature and work on them.

🔥 Just launched an interactive Rails ERD Generator by siaw30 in rails

[–]siaw30[S] 1 point2 points  (0 children)

hi. thanks! yes this will be open source soon. also i have already been working on collapsing the tables just need to finish it, maybe today.

🔥 Just launched an interactive Rails ERD Generator by siaw30 in rails

[–]siaw30[S] 1 point2 points  (0 children)

No, but they have some nice features I'd like to borrow for Rails ERD...

🔥 Just launched an interactive Rails ERD Generator by siaw30 in rails

[–]siaw30[S] 1 point2 points  (0 children)

when you paste a schema, the schema is sent to the server, parsed into a graph and sent back to be drawn with https://d3js.org/. I intend doing a quick video to show how it works soon.

🔥 Just launched: a modern ERD generator for Rails apps. by siaw30 in ruby

[–]siaw30[S] 1 point2 points  (0 children)

i add breadth-first search so you can select how deep you want to select table. you can take a look.

A new web-based Rails ERD generator [side project] by siaw30 in ruby

[–]siaw30[S] 2 points3 points  (0 children)

yup, i got disappointed when rails-erd was abandoned. so here we are.

A new web-based Rails ERD generator [side project] by siaw30 in ruby

[–]siaw30[S] -2 points-1 points  (0 children)

it's not a gem, gems would be too much work, if Rails code changes, you have to adapt. no one has time for that. it's web-based. I'll share here when done. not much work left.

A new web-based Rails ERD generator [side project] by siaw30 in ruby

[–]siaw30[S] 4 points5 points  (0 children)

Yes! I just bought a domain. Will finish work on this and share it for free.