Skip to content

Commit

Permalink
Add entity-relationship diagram
Browse files Browse the repository at this point in the history
Generated with the command:
rake erd filetype=png filename=erd orientation=vertical title="RubyGems.org domain model"
  • Loading branch information
sferik committed Aug 8, 2011
1 parent e7fd8d9 commit 14f2ba5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ platforms :jruby do
gem 'jruby-openssl'
end

group :development do
gem 'rails-erd'
end

# These gems suck and do stupid things when in maintenance mode
group :development, :test, :staging, :production do
gem 'delayed_job'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ GEM
activesupport (= 3.0.9)
bundler (~> 1.0)
railties (= 3.0.9)
rails-erd (0.4.5)
activerecord (~> 3.0)
activesupport (~> 3.0)
ruby-graphviz (~> 0.9.18)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
Expand All @@ -136,6 +140,7 @@ GEM
rest-client (1.6.3)
mime-types (>= 1.16)
rr (1.0.3)
ruby-graphviz (0.9.21)
ruby-hmac (0.4.0)
rubyzip (0.9.4)
selenium-webdriver (0.2.2)
Expand Down Expand Up @@ -194,6 +199,7 @@ DEPENDENCIES
rack-maintenance
rack-test
rails (~> 3.0.9)
rails-erd
rdoc
redgreen
redis
Expand Down
Binary file added erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/cache/rails-erd-0.4.5.gem
Binary file not shown.
Binary file added vendor/cache/ruby-graphviz-0.9.21.gem
Binary file not shown.

0 comments on commit 14f2ba5

Please sign in to comment.