Skmz
Skmz is a Rails engine that shows the schemas.
Installation
Add this line to your application's Gemfile:
group :development do
gem 'skmz'
end
And then execute:
$ bundle
Usage
Visit /skmz/info/schemas
in your app.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request