Wednesday, March 14, 2007

:counter_cache - A way to do counting in Rails without having to query the database. Instead, a counter is kept updated when new items are added and removed from the database. Sweet.