Categories: None [Edit]

attribute-stats

https://rubygems.org/gems/attribute-stats
https://github.com/stevehodges/attribute_stats
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.

Total

Ranking: 87,077 of 187,591
Downloads: 9,853

Daily

Ranking: 40,665 of 187,571
Downloads: 12

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,203,451bundler
101,165,649,814rake
28925,037,502rspec
43678,761,749rails
275165,742,106sqlite3
1,38528,583,383hirb
2,02812,151,096appraisal

Owners

#GravatarHandle
1iconstevehodges