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: 86,305 of 196,619
Downloads: 11,014

Daily

Ranking: 45,232 of 196,594
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,749,482,850bundler
81,416,207,584rake
291,020,353,632rspec
45789,715,220rails
286195,435,976sqlite3
1,43331,757,573hirb
1,98615,739,338appraisal

Owners

#GravatarHandle
1iconstevehodges