RubyGems Navigation menu

cruft_tracker 0.2.4

Have you ever asked yourself, "Is this method even being used?!" Or, "What the heck is this method receiving?" Does your application use Rails? If the answers these questions are yes, this gem may be of use to you! Large applications can accrue cruft; old methods that might once have been important, but are now unused or code that is difficult to understand, but dangerous to refactor. Unfortunately, software is _complex_ and sometimes it's unclear what's really going on. This adds maintenance burdens, headaches, and uncertainty. This gem aims to give you a couple tools to make it easier to know what (and how) your code is being used (or not). CruftTracker supports Rails versions 5.2 to 6.1 at this time. As of now the gem only supports MySQL, but contributions for Postgres or other DBMS would be welcome.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2.4 - August 03, 2022 (22.5 KB)
  2. 0.2.3 - August 03, 2022 (22.5 KB)
  3. 0.2.2 - July 25, 2022 (22.5 KB)
  4. 0.2.1 - July 07, 2022 (22.5 KB)
  5. 0.2.0 - July 06, 2022 (21.5 KB)
Show all versions (10 total)

Runtime Dependencies (2):

rails >= 5.2

Development Dependencies (15):

appraisal ~> 2.4.1
bundler ~> 2.1
database_cleaner ~> 2.0.1
generator_spec ~> 0.9.4
mysql2 ~> 0.5.3
prettier >= 0
pry-byebug ~> 3.9
rails >= 5.2
rake ~> 10.0
rspec ~> 3.0
rspec-rails ~> 5.0.2
rubocop ~> 1.22.2
rubocop-rails ~> 2.12.4
rubocop-rake ~> 0.6.0
rubocop-rspec ~> 2.5.0

Owners:

Pushed by:

Authors:

  • Adwerx Inc., Doug Hughes

SHA 256 checksum:

bffc28fcdf2ca10c6d9f1c6fc0728d559fd8e623c9d058db7c1ad4d85917aa4b

Total downloads 9,430

For this version 2,875

License:

MIT

Required Ruby Version: >= 0

Links: