erd
erd copied to clipboard
A Rails engine for drawing your app's ER diagram
FYI, by pulling in that dependency, my understanding is you cannot release this code under the MIT license. https://github.com/ioquatix/graphviz is an alternative using the MIT license.
## Description A migration isn't executed when pushing `save changes` button after creating a model. The regular expression in `GenaratorRunner.execute_generate_model` starts with slash, but the paths of `result` don't have...
## Description Renaming model fails when pushing `save changes` button. The order of the assignments are inappropriate. ## Before [](https://gyazo.com/73189d6c5d742921fb5b3cf6b2a2690d)
## About this PR fix issue #16 ## Test I confirm that this fix version work with my sample Rails application which is uploaded at [My GitHub repository](https://github.com/h5y1m141/todo_rails). ### My...
Can I export erd diagram as pdf? Thanks
Just began testing with the below fixes, so no guarantees. 1) Asset names passed to helpers should not include the "/assets/" prefix. The error points to app/views/erd/erd/erd.html.erb. I can generate...
Hey Akira! Got this error on my Mac OS X 10.9.3: `Stack overflow in regexp matcher: /^node ([^ ]+) ([0-9\.]+) ([0-9\.]+) ([0-9\.]+) ([0-9\.]+) [^ ]+ [^ ]+ [^ ]+ [^...
Fixes error when click on "Edit Database" on Rails 7.1+. This is the new way to get the SchemaMigration table name: ``` ActiveRecord::Base.connection.schema_migration.table_name ``` See more at: https://github.com/rails/rails/pull/45908 and the...
## Summary This PR addresses several JavaScript bugs, adds Rails 7.2 compatibility, and significantly improves usability for applications with many models. ## JavaScript Bug Fixes - Fixed vertex direction assignment...