aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/identity_map_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Testing objects equality is what we are looking for here, no query caching.Emilio Tagua2010-11-191-12/+8
* Change test models.Emilio Tagua2010-11-191-10/+10
* Don't use identity map if loading readonly records, this will prevent changin...Emilio Tagua2010-11-191-6/+26
* Associated objects are assigned from identity map if enabled and contains ass...Emilio Tagua2010-11-191-0/+18
* Add test for update_attributes and identity map.Emilio Tagua2010-11-191-0/+13
* Remove objects from identity map if save! failed, otherwise finding again the...Emilio Tagua2010-11-191-0/+13
* Remove objects from identity map if save failed, otherwise finding again the ...Emilio Tagua2010-11-191-1/+15
* Add test to show that when IdentityMap is disabled finders returns different ...Emilio Tagua2010-11-191-4/+7
* Uncomment test and make it work.Emilio Tagua2010-11-191-2/+5
* IdentityMap - Fixes problem with dirty attributesMarcin Raczkowski2010-11-191-0/+32
* IdentityMap - Adjustments to test casesMarcin Raczkowski2010-11-191-9/+23
* IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-0/+198