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.5KB)
  2. 0.2.3 - August 03, 2022 (22.5KB)
  3. 0.2.2 - July 25, 2022 (22.5KB)
  4. 0.2.1 - July 07, 2022 (22.5KB)
  5. 0.2.0 - July 06, 2022 (21.5KB)
全てのバージョンを表示(全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

リンク: