Sha256: ecec618d56381aa9d1d1ab609f3eccbf984462283bc3287b6037a79a526ac77b
Contents?: true
Size: 675 Bytes
Versions: 4
Compression:
Stored size: 675 Bytes
Contents
# DrawERD [![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/draw/erd' ``` Draw by selecting the models: ![example](http://ogom.github.io/draw_erd/assets/img/example.png) ## Use * [Rails ERD](https://github.com/voormedia/rails-erd) ## License * MIT
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
draw_erd-0.4.0 | README.md |
draw_erd-0.3.0 | README.md |
draw_erd-0.2.0 | README.md |
draw_erd-0.1.2 | README.md |