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
Leandro Facchinetti 5b66fba60f Fix inverse associations test
`InverseHasManyTests#test_parent_instance_should_be_shared_within_create_block_of_new_child`
was mistakenly the same as
`InverseHasManyTests#test_parent_instance_should_be_shared_within_build_block_of_new_child`.
2014-06-04 23:17:16 -03:00
..
association_scope_test.rb Merge branch 'master' into adequaterecord 2014-02-17 11:21:18 -08:00
belongs_to_associations_test.rb Fix polymorphic eager load with foreign_key as String. 2014-05-20 23:26:51 -03:00
callbacks_test.rb Remove unused variable 2014-05-01 14:10:11 -03:00
cascaded_eager_loading_test.rb Improve the tests to not call assert_nothing_raised 2014-01-01 14:15:01 -02:00
eager_load_includes_full_sti_class_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
eager_load_nested_include_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_singularization_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_test.rb Fix regression on eager loading association based on SQL query rather 2014-06-03 16:20:08 -03:00
extension_test.rb Revert the whole refactoring in the association builder classes. 2013-12-11 19:28:32 -02:00
has_and_belongs_to_many_associations_test.rb just use assert 2014-06-02 10:09:13 -07:00
has_many_associations_test.rb test, regression test for has_many with instance dependent scope. 2014-05-09 22:26:55 +02:00
has_many_through_associations_test.rb clear shouldnt fire callbacks so remove order test 2014-04-28 19:31:45 -04:00
has_one_associations_test.rb Associations now raise ArgumentError on name conflicts. 2014-01-31 00:29:48 -02:00
has_one_through_associations_test.rb Raise ArgumentError when has_one is used with counter_cache 2013-11-29 19:21:49 -08:00
inner_join_association_test.rb WIP: pass existing joins to construct_join_dependency 2014-05-16 15:55:44 -04:00
inverse_associations_test.rb Fix inverse associations test 2014-06-04 23:17:16 -03:00
join_model_test.rb Fix some typos in AR- CHANGELOG, tests, method doc. fixed 2013-03-20 11:17:01 +05:30
nested_through_associations_test.rb preheat habtm column cache 2013-10-02 17:22:28 -07:00