rails/activerecord/test/cases/associations
2009-12-28 13:05:36 -08:00
..
belongs_to_associations_test.rb Removed duplicated tests [#3026 state:resolved] 2009-08-10 00:08:40 +01:00
callbacks_test.rb Make HABTM#create behave the same as << with after_add callbacks. Closes #11374 [freels] 2008-04-04 14:37:22 +00:00
cascaded_eager_loading_test.rb Added eager loading support to Relation and ActiveRecord#all. 2009-10-05 15:24:08 -03:00
eager_load_includes_full_sti_class_test.rb Make sure association preloading works with full STI class name [#465 state:Resolved] 2008-07-18 03:44:44 +01:00
eager_load_nested_include_test.rb Don't use local vars before testing its conditional. 2009-08-03 13:59:34 -03:00
eager_singularization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
eager_test.rb Add Model.from and association_collection#from finder methods 2009-12-28 03:59:44 +05:30
extension_test.rb applied patch to fix the associations with blocks in modules bug from an old trac ticket 2008-09-20 13:46:09 -07:00
habtm_join_table_test.rb Revert "Revert "Assert primary key does not exist in habtm when the association is defined, instead of doing that everytime a record is inserted."" 2009-11-23 10:42:32 -08:00
has_and_belongs_to_many_associations_test.rb Merge commit 'rails/master' 2009-08-08 19:14:35 -03:00
has_many_associations_test.rb Forgot to revert tests from that last commit 2009-12-12 21:03:45 -06:00
has_many_through_associations_test.rb Add new finder methods to association collection. 2009-12-27 00:25:00 +05:30
has_one_associations_test.rb Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
has_one_through_associations_test.rb Allow ho:through#build when the owner is a new record [#1749 state:resolved] 2009-08-10 00:46:16 +01:00
inner_join_association_test.rb Relation#readonly(false) should toggle the readonly flag 2009-12-28 14:20:54 +05:30
inverse_associations_test.rb Fix pg test 2009-12-28 13:05:36 -08:00
join_model_test.rb Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved] 2009-08-15 19:14:32 -07:00