Commit e2d6534

mo khan <mo@mokhan.ca>
2015-05-31 03:13:04
add rails-erd.
1 parent 5d0ad7b
Changed files (2)
Gemfile
@@ -61,6 +61,7 @@ group :development, :test do
   gem 'capistrano-rails'
   gem 'capistrano-bundler', '~> 1.1', require: false
   gem 'capistrano-rbenv', '~> 2.0', require: false
+  gem 'rails-erd'
 end
 
 group :production do
Gemfile.lock
@@ -67,6 +67,7 @@ GEM
       rack (>= 1.0.0)
       rack-test (>= 0.5.4)
       xpath (~> 2.0)
+    choice (0.2.0)
     cliver (0.3.2)
     coercible (1.0.0)
       descendants_tracker (~> 0.0.1)
@@ -189,6 +190,11 @@ GEM
       activesupport (>= 4.2.0.beta, < 5.0)
       nokogiri (~> 1.6.0)
       rails-deprecated_sanitizer (>= 1.0.1)
+    rails-erd (1.4.0)
+      activerecord (>= 3.2)
+      activesupport (>= 3.2)
+      choice (~> 0.2.0)
+      ruby-graphviz (~> 1.2)
     rails-html-sanitizer (1.0.2)
       loofah (~> 2.0)
     rails_12factor (0.0.3)
@@ -225,6 +231,7 @@ GEM
       rspec-mocks (~> 3.2.0)
       rspec-support (~> 3.2.0)
     rspec-support (3.2.2)
+    ruby-graphviz (1.2.2)
     sass (3.4.13)
     sass-rails (5.0.3)
       railties (>= 4.0.0, < 5.0)
@@ -325,6 +332,7 @@ DEPENDENCIES
   puma
   rack-timeout
   rails (= 4.2.0)
+  rails-erd
   rails_12factor
   rspec-rails
   sass-rails (~> 5.0)