rails--rails/activerecord/test
Thorsten Ball 6405a03c13 Adds preloaded_records method to NullPreloader
This fixes a regression where preloading association throws an
exception if one of the associations in the preloading hash doesn't
exist for one record.

Fixes #16070
2014-11-28 13:42:50 +01:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases Adds preloaded_records method to NullPreloader 2014-11-28 13:42:50 +01:00
fixtures make it possible to access fixtures excluded by a `default_scope`. 2014-11-21 14:57:25 +01:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Fix includes on association with a scope containing joins along with conditions 2014-11-21 21:13:11 +05:30
schema Ensure HABTM relationships produce valid class names (Fixes #17119) 2014-11-09 11:56:07 -06:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb