Added 'rails-erd' Gem to create entity-relationship diagrams in PDF
This commit is contained in:
parent
8208be6668
commit
558c16f423
2 changed files with 10 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -52,6 +52,8 @@ group :development do
|
|||
gem "better_errors"
|
||||
gem "binding_of_caller"
|
||||
|
||||
gem "rails-erd"
|
||||
|
||||
# Chrome Rails debugging app
|
||||
#gem 'meta_request'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ GEM
|
|||
columnize (~> 0.8)
|
||||
debugger-linecache (~> 1.2)
|
||||
slop (~> 3.6)
|
||||
choice (0.1.7)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cocaine (0.5.5)
|
||||
|
|
@ -127,6 +128,11 @@ GEM
|
|||
activesupport (>= 4.2.0.beta, < 5.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-erd (1.3.1)
|
||||
activerecord (>= 3.2)
|
||||
activesupport (>= 3.2)
|
||||
choice (~> 0.1.6)
|
||||
ruby-graphviz (~> 1.0.4)
|
||||
rails-html-sanitizer (1.0.1)
|
||||
loofah (~> 2.0)
|
||||
railties (4.2.0)
|
||||
|
|
@ -137,6 +143,7 @@ GEM
|
|||
rake (10.4.2)
|
||||
rdoc (4.2.0)
|
||||
json (~> 1.4)
|
||||
ruby-graphviz (1.0.9)
|
||||
sass (3.3.14)
|
||||
sass-rails (5.0.0)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
|
|
@ -202,6 +209,7 @@ DEPENDENCIES
|
|||
pg
|
||||
pg_search
|
||||
rails (= 4.2.0)
|
||||
rails-erd
|
||||
sass-rails (~> 5.0)
|
||||
sdoc (~> 0.4.0)
|
||||
slim-rails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue