Visualizing model relationship
brew install graphviz
group :development, :test do
gem 'railroady'
end
one way to use it http://engineering.coachup.com/visualizing-rails-schemas-railroady-gem/
bundle install
railroady -o models.dot -M
dot -Tpng models.dot > models.png
another way to use it https://github.com/preston/railroady
rake diagram:all
Written by Josh Teng
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#