rails--rails/activerecord/test/cases/associations
Jon Leighton f2230c06ed Fix dodgy tests which were effectively asserting nil == nil 2010-12-26 19:38:04 +00:00
..
belongs_to_associations_test.rb If a has_many goes :through a belongs_to, and the foreign key of the belongs_to changes, then the has_many should be considered stale. 2010-12-23 15:19:18 -08:00
callbacks_test.rb
cascaded_eager_loading_test.rb Fix bug with 0bb85ed9ff which missed out a fixtures declaration in cascaded_eager_loading_test.rb 2010-11-17 15:52:18 -08:00
eager_load_includes_full_sti_class_test.rb fisting a bunch of unused variable warnings 2010-11-15 10:12:09 -08:00
eager_load_nested_include_test.rb
eager_singularization_test.rb
eager_test.rb Fix dodgy tests which were effectively asserting nil == nil 2010-12-26 19:38:04 +00:00
extension_test.rb
habtm_join_table_test.rb
has_and_belongs_to_many_associations_test.rb fisting a bunch of unused variable warnings 2010-11-15 10:12:09 -08:00
has_many_associations_test.rb has_many associations with :dependent => :delete_all should update the counter cache when deleting records 2010-12-20 13:56:04 -08:00
has_many_through_associations_test.rb If a has_many goes :through a belongs_to, and the foreign key of the belongs_to changes, then the has_many should be considered stale. 2010-12-23 15:19:18 -08:00
has_one_associations_test.rb removing unused variables 2010-11-22 16:14:37 -08:00
has_one_through_associations_test.rb If a has_many goes :through a belongs_to, and the foreign key of the belongs_to changes, then the has_many should be considered stale. 2010-12-23 15:19:18 -08:00
inner_join_association_test.rb fixing whitespace errors 2010-12-16 01:49:29 +05:30
inverse_associations_test.rb removing unused variables 2010-11-22 16:14:37 -08:00
join_model_test.rb Raise an error for associations which try to go :through a polymorphic association [#6212 state:resolved] 2010-12-23 15:19:18 -08:00