aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/counter_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix reset_counters() crashing on has_many :through associations.lulalala2012-10-021-1/+14
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-211-1/+10
* Fix bug where reset_counters resets the wrong counter cache.David Peter2012-01-161-2/+18
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-3/+16
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* fix `reset_counters` to work even with complex class namesMislav Marohnić2010-05-241-0/+25
* move counter_cache tests to a separate file and refactorMislav Marohnić2010-05-241-0/+58