RubyGems Navigation menu

attribute-stats 0.3.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:
= Copier Copié!

installation:
=

Versions:

  1. 0.3.0 - October 02, 2018 (15 ko)
  2. 0.2.0 - October 01, 2018 (14 ko)
  3. 0.1.1 - September 28, 2018 (13,5 ko)
  4. 0.1.0 - September 08, 2018 (13,5 ko)

Dépendances de Runtime (2):

hirb ~> 0.7
rails < 6, >= 4.2

Dépendances de Development (5):

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

Propriétaires:

Auteurs:

  • Steve Hodges

Total de contrôle SHA 256:

b0e33a976de142604d4f5f264987ec1552d965c09e82efcd82e7870567f5bdf8

Total de téléchargements 8 414

Pour cette version 3 069

License:

MIT

Version de Ruby requise: >= 2.0.0

Liens: