Sign in Sign up
rubygems

ar_attr_lazy

A little gem for Rails that provides the ability to specify attributes that will not be loaded when the record is loaded from the database, until you explicitly refer to those attributes. This is useful when you have a lot of text columns in your table; in this case lazy-loading the text attributes is a good way to lend your server a hand and cut down on database access time.

Activity

Latest release
16y ago
Total releases
1
Cadence
Last 12 months
0

Details

First release
Jan 19, 2010
Releases
Version Released
0.1.0 initial