| Commit message (Expand) | Author | Age | Files | Lines |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -46/+46 |
* | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 |
* | Fix counter_cache for polymorphic associations | Stefan Kanev | 2015-07-19 | 1 | -0/+13 |
* | Improve consistency of counter caches updating in memory | Sean Griffin | 2015-01-26 | 1 | -0/+9 |
* | Move flattening records added to an association farther out | Sean Griffin | 2015-01-26 | 1 | -0/+9 |
* | Add `:all` argument to `count` in `reset_counters` | Cade Truitt | 2014-07-02 | 1 | -0/+10 |
* | Updates reset_counters to allow counter name in params | Jason Normore | 2014-05-16 | 1 | -3/+13 |
* | Refactor AR's counter_cache_test.rb test | Takehiro Adachi | 2013-05-23 | 1 | -8/+3 |
* | Add test for AR::CounterCache.update_counters | Takehiro Adachi | 2013-05-23 | 1 | -0/+6 |
* | Add test to AR's counter_cache_test.rb | Takehiro Adachi | 2013-05-18 | 1 | -0/+12 |
* | squelch an unused variable warning | Aaron Patterson | 2013-03-22 | 1 | -0/+1 |
* | Update other counter caches on destroy | Ian Young | 2013-03-20 | 1 | -0/+8 |
* | Refactor Person/Friendship relationships to be more intuitive | Mack Earnhardt | 2013-03-17 | 1 | -1/+1 |
* | `#reset_counters` verifies counter names. | Yves Senn | 2013-03-15 | 1 | -0/+7 |
* | Fix reset_counters() crashing on has_many :through associations. | lulalala | 2012-10-02 | 1 | -1/+14 |
* | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 1 | -1/+10 |
* | Fix bug where reset_counters resets the wrong counter cache. | David Peter | 2012-01-16 | 1 | -2/+18 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | reset_counter should work with non-traditional belongs_to and polymorphic bel... | Neeraj Singh | 2010-07-08 | 1 | -3/+16 |
* | remove executable permission from files that don't need it. [#4802 state:reso... | rohit | 2010-06-20 | 1 | -0/+0 |
* | fix `reset_counters` to work even with complex class names | Mislav Marohnić | 2010-05-24 | 1 | -0/+25 |
* | move counter_cache tests to a separate file and refactor | Mislav Marohnić | 2010-05-24 | 1 | -0/+58 |