Automatic database documentation tool, for Ruby on Rails project.
Add the gem to your project
gem "rails"
group :development do
gem "schema_doctor"
end
Then bundle install
and you are ready to go.
rails schema:analyze # Analyze Database Schema.
rails schema:export # Export HTML.