Help find out debt in your application.
Run dedicated tasks:
bundle exec rake debtective:unused
: list unused helpers, constants and partials.bundle exec rake debtective:absolute_paths:partials
: find absolute paths for partials.-
bundle exec rake debtective:absolute_paths:locales
: find absolute paths for locales.
More tasks to come!
Add this line to your application's Gemfile:
group :development do
gem 'debtective'
end
And then execute:
$ bundle
Or install it yourself as:
$ gem install debtective
This gem is still a work in progress. You can use GitHub issue to start a discussion.
The gem is available as open source under the terms of the MIT License.