K-Sato' Blog
About me
Creating a Database Diagram with rails-erd
0
Hits
Posted on:
July 17, 2019
Written by: K-Sato
⚠️
This article was posted over 2 years ago. The information might be outdated.
⚠️
Table of Contents
Add rails-erd
Install Dependency
Run the command
References
Add rails-erd
group
:development
do
gem
'rails-erd'
end
Install Dependency
$ brew
install
graphviz
Run the command
$ bundle
exec
erd
That’s it !!
References
Creating a Database Diagram with Rails-ERD