aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/identity_map_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove objects from identity map if save failed, otherwise finding again the ↵Emilio Tagua2010-11-191-1/+15
| | | | same record will have invalid attributes.
* Add test to show that when IdentityMap is disabled finders returns different ↵Emilio Tagua2010-11-191-4/+7
| | | | objects.
* 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