aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_includes_full_sti_class_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Clear IdentityMap before continue this test, we can do this here because ↵Emilio Tagua2010-11-191-0/+1
| | | | store_full_sti_class is not supposed to change during "runtime".
* Revert "IdentityMap - Adjustments to test cases"Emilio Tagua2010-11-191-2/+0
| | | | | | | | This reverts commit 4db9dca55e3acc2c59f252eb83ecb83db5f4b81b. Conflicts: activerecord/test/cases/identity_map_test.rb
* IdentityMap - Adjustments to test casesMarcin Raczkowski2010-11-191-0/+2
|
* fisting a bunch of unused variable warningsAaron Patterson2010-11-151-1/+1
|
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
| | | | | | [#4645 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Make sure association preloading works with full STI class name [#465 ↵Joachim Garth2008-07-181-0/+36
state:Resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>