RubyGems Navigation menu

attribute-stats 0.1.0

Attribute Stats gives you insight into which attributes are actually used in your Rails models. Whether you're joining an existing project or have been using it for years, get quick info. The stats help you find smells in your project: Attributes which have never had data set (indicates a potentially forgotten attribute); Tables which haven't been updated for X years (indicates a potentially unused or legacy model); Attributes used by very few objects in your table (is this being used? Should it be an attribute?) It also generates sample Rails database migration code to allow you to drop the database columns.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.3.0 - October 02, 2018 (15.0 KB)
  2. 0.2.0 - October 01, 2018 (14.0 KB)
  3. 0.1.1 - September 28, 2018 (13.5 KB)
  4. 0.1.0 - September 08, 2018 (13.5 KB)

Runtime 依赖 (2):

hirb ~> 0.7
rails < 6, >= 4.2

Development 依赖 (5):

appraisal ~> 2.2
bundler ~> 1.9
rake ~> 10.0
rspec ~> 3
sqlite3 ~> 1.0

业主:

作者:

  • Steve Hodges

SHA 256 校验和:

92db66bef9c8a9253b4d9de47e7ae3ff65ab44264a6b1203bbb75362539d9e82

下载总量 8,476

这个版本 1,893

许可:

MIT

需要的 Ruby 版本: >= 2.2.0

链接: