Waypoints
Gives you a visual map of your Rails' requests.
Installation
Add this line to your application's Gemfile:
group :development do
gem 'waypoints'
endAnd then execute:
$ bundleOr install it yourself as:
$ gem install waypointsWaypoints requires GraphViz to be installed. OSX users can install it via Homebrew:
$ brew install graphvizLicense
The gem is available as open source under the terms of the MIT License.
