aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_includes_full_sti_class_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix #scoped deprecationsJon Leighton2012-04-261-2/+2
|
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+0
|
* Deprecate set_table_name in favour of self.table_name= or defining your own ↵Jon Leighton2011-11-291-1/+1
| | | | method.
* 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 ↵Jon Leighton2011-06-041-1/+1
| | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
* 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>