Search Results

0
votes

How can I cache a calculated column in rails?

I've found that sometimes there is good reason to de-normalize information in your database. I have something similar in an app that I am working on and I just re-calculate that field anytime the c …