rails/activerecord/test/cases/associations
2013-10-09 20:59:45 -03:00
..
association_scope_test.rb Represent association scope options as AR::Relations insternally. 2012-07-13 16:23:06 +01:00
belongs_to_associations_test.rb Clear class ivar before testing 2013-07-29 03:03:24 +09:00
callbacks_test.rb Revert "Use flat_map { } instead of map {}.flatten" 2012-10-05 12:07:16 -03:00
cascaded_eager_loading_test.rb query the association rather than send the method for the association name 2013-08-27 15:14:48 -07: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 Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
eager_singularization_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
eager_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
extension_test.rb Define the association extensions without need to have a builder 2013-10-09 00:48:56 -03:00
has_and_belongs_to_many_associations_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
has_many_associations_test.rb Removed where_values_hash from AR::NullRelation 2013-09-28 11:21:34 +03:00
has_many_through_associations_test.rb Using flat_map instead of map and flatten 2013-10-09 14:38:44 +02:00
has_one_associations_test.rb Avoid empty transaction from setting has_one association on new record. 2013-09-11 14:27:27 -04:00
has_one_through_associations_test.rb Unneeded assertion 2013-07-29 03:03:24 +09:00
inner_join_association_test.rb Collapse where constraints to one where constraint 2013-09-13 16:37:10 +03:00
inverse_associations_test.rb add regression test for set_inverse_instance on add_to_target 2013-10-04 14:01:45 -03:00
join_dependency_test.rb Change JoinPart test from an integration to a unit test 2012-07-05 11:23:01 -04: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