Commit 632b3f3

Tyler Mercier <tylermercier@gmail.com>
2013-06-15 15:27:03
add erd and generate schmea diagram
1 parent 154650b
erd.pdf
Binary file
Gemfile
@@ -16,6 +16,7 @@ gem 'dotenv-rails', :groups => [:development, :test]
 group :development do
   gem 'rack-mini-profiler'
   gem 'ffaker'
+  gem 'rails-erd'
 end
 
 group :test do
Gemfile.lock
@@ -39,6 +39,7 @@ GEM
     carrierwave (0.8.0)
       activemodel (>= 3.2.0)
       activesupport (>= 3.2.0)
+    choice (0.1.6)
     coffee-rails (3.2.2)
       coffee-script (>= 2.2.0)
       railties (~> 3.2.0)
@@ -118,6 +119,11 @@ GEM
       activesupport (= 3.2.13)
       bundler (~> 1.0)
       railties (= 3.2.13)
+    rails-erd (1.1.0)
+      activerecord (>= 3.0)
+      activesupport (>= 3.0)
+      choice (~> 0.1.6)
+      ruby-graphviz (~> 1.0.4)
     railties (3.2.13)
       actionpack (= 3.2.13)
       activesupport (= 3.2.13)
@@ -141,6 +147,7 @@ GEM
       rspec-core (~> 2.13.0)
       rspec-expectations (~> 2.13.0)
       rspec-mocks (~> 2.13.0)
+    ruby-graphviz (1.0.9)
     ruby-hmac (0.4.0)
     sass (3.2.9)
     sass-rails (3.2.6)
@@ -189,6 +196,7 @@ DEPENDENCIES
   pg
   rack-mini-profiler
   rails (= 3.2.13)
+  rails-erd
   rmagick
   rspec-rails
   sass-rails (~> 3.2.3)