Sha256: d88968eb22fdd22f97542432ba86e119e32fd82149171a8d981f23d091b1fad8
Contents?: true
Size: 1.57 KB
Versions: 3
Compression:
Stored size: 1.57 KB
Contents
# Society Society analyzes and presents a social graph of relationships between classes in a Ruby or Rails project. Please note that Society requires Ruby 2.1 or later. ## Installation Add this line to your application's Gemfile: gem 'society' And then execute: $ bundle Or install it yourself as: $ gem install society ## Usage From your terminal: society from path/to/models and then open `doc/society/index.htm` in your browser. The default format is HTML; you can skip the HTML interface and just get the JSON by passing `--format json` Note that all JSON data is timestamped (regardless of output format) to store snapshots of your project over time. ## Updating assets All JavaScript and CSS dependencies are checked into the repo, so any given commit should have everything it needs. However, if you're developing the gem and need to pull in updates from the [society-assets](https://github.com/CoralineAda/society-assets) package, you can do so on the command line with `$ bower update`. ## Recognition Society was inspired by an original idea by Kerri Miller (@kerrizor). ## Contributing Please note that this project is released with a [Contributor Code of Conduct] (http://contributor-covenant.org/version/1/0/0/). By participating in this project you agree to abide by its terms. 1. Fork it ( https://github.com/[my-github-username]/society/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
society-1.2.3 | README.md |
society-1.2.2 | README.md |
society-1.2.1 | README.md |