aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/counter_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor previous commits a bit.José Valim2010-07-081-7/+10
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-3/+9
* Adds title and basic description where needed.Rizwan Reza2010-06-151-0/+1
* fix `reset_counters` to work even with complex class namesMislav Marohnić2010-05-241-4/+6
* cleanup `update/reset_counters`: less SQL strings, more ActiveRecord/ArelMislav Marohnić2010-05-241-12/+8
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+107