1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/associations
2012-11-26 09:22:28 -05:00
..
association_scope_test.rb
belongs_to_associations_test.rb
callbacks_test.rb Revert "Use flat_map { } instead of map {}.flatten" 2012-10-05 12:07:16 -03:00
cascaded_eager_loading_test.rb
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb
eager_singularization_test.rb
eager_test.rb Add a test to make sure preloading properly merges association and default scope conditions 2012-08-28 12:49:55 -07:00
extension_test.rb Fix destructive side effects from marshaling an association caused by 65843e1acc 2012-09-25 13:20:35 -07:00
habtm_join_table_test.rb
has_and_belongs_to_many_associations_test.rb Merge and add tests related to 5215 2012-11-12 18:13:20 +05:30
has_many_associations_test.rb Corrects typo in test name 2012-11-26 09:22:28 -05:00
has_many_through_associations_test.rb Merge and add tests related to 5215 2012-11-12 18:13:20 +05:30
has_one_associations_test.rb Do not create useless database transaction when building has_one association. 2012-11-10 15:30:20 +02:00
has_one_through_associations_test.rb
inner_join_association_test.rb
inverse_associations_test.rb Fix issue with collection associations and first(n)/last(n) 2012-11-01 14:37:12 -02:00
join_dependency_test.rb
join_model_test.rb Fix has_many assocation w/select load after create 2012-10-05 18:36:44 -04:00
nested_through_associations_test.rb