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,957 of 183,107
Downloads: 8,853

Daily

Ranking: 86,038 of 183,092
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
25817,849,894rspec
41565,217,426rails
253141,523,763sqlite3
1,28625,515,348hirb
2,0688,709,738appraisal

Owners

#GravatarHandle
1iconstevehodges