Skip to content

Commit c562e88

Browse files
committed
Added ERD generator
1 parent 4ded8f9 commit c562e88

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ vagrant/coderwall-box/packer_cache/
5050
vagrant/coderwall-box/packer_virtualbox-iso_virtualbox.box
5151
vagrant/dotfiles
5252
vcr_cassettes
53+
erd.pdf

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ group :development do
148148
gem 'guard-rspec'
149149
gem 'spring'
150150
gem 'spring-commands-rspec'
151+
gem 'rails-erd'
151152
end
152153

153154
group :development, :test do

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ GEM
106106
carrierwave (~> 0.5)
107107
childprocess (0.3.6)
108108
ffi (~> 1.0, >= 1.0.6)
109+
choice (0.1.6)
109110
chronic (0.8.0)
110111
chunky_png (1.3.0)
111112
coderay (1.1.0)
@@ -425,6 +426,11 @@ GEM
425426
activesupport (= 3.2.18)
426427
bundler (~> 1.0)
427428
railties (= 3.2.18)
429+
rails-erd (1.1.0)
430+
activerecord (>= 3.0)
431+
activesupport (>= 3.0)
432+
choice (~> 0.1.6)
433+
ruby-graphviz (~> 1.0.4)
428434
rails_12factor (0.0.2)
429435
rails_serve_static_assets
430436
rails_stdout_logging
@@ -490,6 +496,7 @@ GEM
490496
rspec-core (~> 2.14.0)
491497
rspec-expectations (~> 2.14.0)
492498
rspec-mocks (~> 2.14.0)
499+
ruby-graphviz (1.0.9)
493500
ruby-hmac (0.4.0)
494501
ruby-progressbar (1.4.1)
495502
rubyzip (1.1.0)
@@ -673,6 +680,7 @@ DEPENDENCIES
673680
quiet_assets
674681
rack-timeout
675682
rails (~> 3.2)
683+
rails-erd
676684
rails_12factor
677685
rails_autolink
678686
rails_stdout_logging

0 commit comments

Comments
 (0)