From 558c16f42384ac3da3c4424d6d3ca94491722433 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 18 Apr 2015 21:36:11 +0200 Subject: [PATCH] Added 'rails-erd' Gem to create entity-relationship diagrams in PDF --- Gemfile | 2 ++ Gemfile.lock | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 9246d1a..54c79b6 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index c056c89..6c2bb69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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