Sha256: 1a17b5cc661f1aa1d8ca964fd39c8905bf4b6abe0d858a7cc05e67c6ed192142
Contents?: true
Size: 689 Bytes
Versions: 1
Compression:
Stored size: 689 Bytes
Contents
# Draw ERD [![Gem Version](https://badge.fury.io/rb/draw_erd.png)](https://rubygems.org/gems/draw_erd) [![Build Status](https://travis-ci.org/ogom/draw_erd.png?branch=master)](https://travis-ci.org/ogom/draw_erd) 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/info/schemas' ``` Draw by selecting the schemas: ![example_erd](http://ogom.github.io/draw_erd/assets/img/example_erd.png) ## Use * [Rails ERD](https://github.com/voormedia/rails-erd) ## License * MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
draw_erd-0.1.1 | README.md |