Traces the belongs_to associations on ActiveRecord::Base.descendants to find the minimum cluster in which all
foreign keys are fulfilled in the Entity-Relationship Diagram.'
Metasploit::ERD is versioned using semantic versioning 2.0. Each branch
should set Metasploit::ERD::Version::PRERELEASE to the branch name, while master should have no PRERELEASE
and the PRERELEASE section of Metasploit::ERD::VERSION does not exist.
Add this line to your application's Gemfile:
gem 'metasploit-erd'
And then execute:
$ bundle
Or install it yourself as:
$ gem install metasploit-erd
In order to generate the diagrams as PNGs, graphviz is used, which may have issues when use on OSX Mavericks. If you
get 'CoreTest performance note' messages when running 'rake yard', you should reinstall graphviz as follows:
brew reinstall graphviz --with-bindings --with-freetype --with-librsvg --with-pangocairo.
TODO: Write usage instructions here
- Fork it ( http://github.com//metasploit-erd/fork )
- 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



