Skip to content

s-nasu/draw_erd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawERD

Gem Version Build Status

Drawing the Entity-Relationship Diagram of Rails.

Installation

Add this line to your application's Gemfile:

gem 'draw_erd'

And then execute:

$ bundle

Usage

Add this line to your config/routes.rb:

mount DrawErd::Engine, at: '/rails/draw/erd'

Draw by selecting the models:

example

Use

License

  • MIT

About

Drawing the Entity-Relationship Diagram of Rails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.5%
  • HTML 21.5%
  • CSS 7.3%
  • JavaScript 5.7%