Thursday, August 25, 2016

Traceroute Gem

Traceroute Gem:

       Traceroute is a route cleaning tool for Rails applications. It provides a simple rake task for checking which routes are mapped to non existing controller actions, and finds out which controller actions are not reachable.

Step 1:

Add gem into Gemfile

config/gemfile

gem 'traceroute'

Step 2:

Then, run below command on console

$ rake traceroute


No comments:

Post a Comment