rails/activerecord/test/cases/associations
2011-12-16 14:52:02 +00:00
..
belongs_to_associations_test.rb Fix belongs_to polymorphic with custom primary key on target. 2011-09-26 15:42:34 +01:00
callbacks_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
cascaded_eager_loading_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_load_includes_full_sti_class_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
eager_load_nested_include_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_singularization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_test.rb reintroduce patch from #726 to handle nested eager loading via associations 2011-11-30 18:12:24 -05:00
extension_test.rb Fix #3890. (Calling proxy_association in scope chain.) 2011-12-08 20:10:04 +00:00
habtm_join_table_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
has_and_belongs_to_many_associations_test.rb Delete obsolete comment 2011-12-16 14:52:02 +00:00
has_many_associations_test.rb load has_many associations keyed off a custom primary key if that key is present but the record is unsaved 2011-11-25 08:24:54 -07:00
has_many_through_associations_test.rb Remove all revelant through records. 2011-11-03 13:13:13 +00:00
has_one_associations_test.rb Only call set_owner_attributes for has_one association if target exists. 2011-07-04 18:43:09 +02:00
has_one_through_associations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
identity_map_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
inner_join_association_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
inverse_associations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
join_model_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
nested_through_associations_test.rb Remove that there copy/pasted code 💣 2011-12-14 17:34:35 +00:00