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,381 of 193,101
Downloads: 10,623

Daily

Ranking: 28,756 of 193,081
Downloads: 17

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,429,245,201bundler
81,325,935,541rake
29981,640,669rspec
44746,730,961rails
279183,467,393sqlite3
1,41830,513,331hirb
2,00814,171,226appraisal

Owners

#GravatarHandle
1iconstevehodges