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
2014-01-28 08:16:32 -02:00
..
association_scope_test.rb
belongs_to_associations_test.rb has_one and belongs_to accessors don't add ORDER BY to the queries anymore. 2014-01-21 14:41:52 -02:00
callbacks_test.rb
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
eager_load_nested_include_test.rb
eager_singularization_test.rb Extract a method to simplify setup code 2014-01-16 18:52:43 -02:00
eager_test.rb
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 make sure cached table name is a string. fixes #12582 2013-12-12 10:47:07 -08:00
has_many_associations_test.rb Fix indent on test case [ci skip] 2014-01-28 08:16:32 -02:00
has_many_through_associations_test.rb
has_one_associations_test.rb has_one and belongs_to accessors don't add ORDER BY to the queries anymore. 2014-01-21 14:41:52 -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 Remove method redefined warnings for test suite 2014-01-05 18:18:07 +01:00
inverse_associations_test.rb
join_model_test.rb
nested_through_associations_test.rb