ogom / draw_erd

Drawing the Entity-Relationship Diagram of Rails

Home Page:http://ogom.github.io/draw_erd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://ogom.github.io/draw_erd

License:MIT License


Languages

Language:Ruby 65.8%Language:HTML 21.4%Language:CSS 7.3%Language:JavaScript 5.4%