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:
= 複製 已複製

安裝:
=

版本列表:

  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)
顯示所有版本(共 10)

Runtime 相依性套件 (2):

rails >= 5.2

Development 相依性套件 (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

擁有者:

推送者:

作者:

  • Adwerx Inc., Doug Hughes

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 10,191

這個版本 3,258

授權:

MIT

Ruby 版本需求: >= 0

相關連結: