Skip to content

Instantly share code, notes, and snippets.

@ikraamg
Last active July 6, 2021 16:21
Show Gist options
  • Save ikraamg/7296b692efc544967d27d374e62c5b1a to your computer and use it in GitHub Desktop.
Save ikraamg/7296b692efc544967d27d374e62c5b1a to your computer and use it in GitHub Desktop.
Erd rails generator

https://voormedia.github.io/rails-erd/install.html

gem 'rails-erd'

bundle exec rake erd polymorphism=true filetype='png' notation=bachman filename='erd' exclude='ApplicationRecord,Record,Searchable,PgSearch::Document,ActiveStorage::Attachment,ActiveStorage::Blob,ActionMailbox::Record,ActionText::Record,ActiveStorage::Record', inheritance=true, attributes=content,inheritance,primary_keys,foreign_keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment