Nanahoshi is web ui for gem dependencies graph.
Add this line to your application's Gemfile:
group :development do
gem 'nanahoshi'
end
And then execute:
$ bundle
Start Rails server:
$ bundle exec rails s -b 0.0.0.0
Access to http://localhost:3000/rails/info/gems
Start Nanahoshi server:
$ nanahoshi -o 0.0.0.0
Access to http://localhost:9292
- standalone in
bundle install --path gemdir
environments. - zoom in and zoom out
- Fork it ( https://github.com/yousuketto/nanahoshi/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 a new Pull Request