File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ vagrant/coderwall-box/packer_cache/
50
50
vagrant /coderwall-box /packer_virtualbox-iso_virtualbox.box
51
51
vagrant /dotfiles
52
52
vcr_cassettes
53
+ erd.pdf
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ group :development do
148
148
gem 'guard-rspec'
149
149
gem 'spring'
150
150
gem 'spring-commands-rspec'
151
+ gem 'rails-erd'
151
152
end
152
153
153
154
group :development , :test do
Original file line number Diff line number Diff line change 106
106
carrierwave (~> 0.5 )
107
107
childprocess (0.3.6 )
108
108
ffi (~> 1.0 , >= 1.0.6 )
109
+ choice (0.1.6 )
109
110
chronic (0.8.0 )
110
111
chunky_png (1.3.0 )
111
112
coderay (1.1.0 )
425
426
activesupport (= 3.2.18 )
426
427
bundler (~> 1.0 )
427
428
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 )
428
434
rails_12factor (0.0.2 )
429
435
rails_serve_static_assets
430
436
rails_stdout_logging
490
496
rspec-core (~> 2.14.0 )
491
497
rspec-expectations (~> 2.14.0 )
492
498
rspec-mocks (~> 2.14.0 )
499
+ ruby-graphviz (1.0.9 )
493
500
ruby-hmac (0.4.0 )
494
501
ruby-progressbar (1.4.1 )
495
502
rubyzip (1.1.0 )
@@ -673,6 +680,7 @@ DEPENDENCIES
673
680
quiet_assets
674
681
rack-timeout
675
682
rails (~> 3.2 )
683
+ rails-erd
676
684
rails_12factor
677
685
rails_autolink
678
686
rails_stdout_logging
You can’t perform that action at this time.
0 commit comments