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

链接: