Skip to content

jdunphy/crufty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Crufty 0.2

Find dead code.  A dumb plugin to find methods that aren't called (or aren't called often).

== Usage

Simple usage:

rake crufty:find_methods DIR=app/models

That will print out a list of methods (and their files) in app/models that aren't called anywhere in app or lib.

Want to find methods that are just called just once?

rake crufty:find_methods DIR=app/models SENSITIVITY=2

About

Rails Plugin - Find unused methods in your projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages