amatsuda/traceroute

Mounted rack apps show up as unused # route

Opened this issue · 2 comments

When I have a rack app mounted, it shows up as an unused route:

zeus rake traceroute                                                                                                                                                                                                                                              2.0.0-p0 master a9e21ac ✗
Unused routes:
  #

The relevant route:

require "sidekiq/web"
mount Sidekiq::Web, :at => "/sidekiq", :constraints => AdminConstraint.new

Removing the mounted app stops the # unused route showing up.

get the same

Unused routes (5):
  #
  #
  #
  #
  #

This appears to be no longer the case, at least in version 0.8.1 (no idea when it was fixed).

Unused routes (1):
  /sidekiq