amatsuda / traceroute

A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app
MIT License
903 stars 38 forks source link

False Positives For Unused Routes via Implicit Render #21

Open mattbarackman opened 9 years ago

mattbarackman commented 9 years ago

The ActionController module ImplicitRender will render a template, like show.html.erb, even if the associated action is not defined. Running traceroute will identify the associated route as unused, even though it will render the template without any issue.