rails/activerecord/test/cases/associations
Jon Leighton 15b7482dfc Merge pull request #8568 from inossidabile/fix-in_clause_length
Correct source for in_clause_length for eager loading (Fix for #8474)
2013-01-11 01:34:43 -08: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 Fix undefined method `to_i' introduced since 3.2.8 2013-01-04 10:34:08 +11: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 Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
eager_load_includes_full_sti_class_test.rb fix #scoped deprecations 2012-04-26 13:29:48 +01: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 Merge pull request #8568 from inossidabile/fix-in_clause_length 2013-01-11 01:34:43 -08:00
extension_test.rb Fix destructive side effects from marshaling an association caused by 65843e1acc0c8d285ff79f8c9c49d4d1215440be 2012-09-25 13:20:35 -07:00
habtm_join_table_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
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 Move where with blank conditions test to the correct where tests file 2012-12-07 01:08:38 -02:00
has_many_through_associations_test.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
has_one_associations_test.rb User assert_kind_of, invert assert_equal expectations 2012-11-29 09:59:35 -02:00
has_one_through_associations_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
inner_join_association_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
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 Change JoinPart test from an integration to a unit test 2012-07-05 11:23:01 -04:00
join_model_test.rb deprecate assert_blank and assert_present. 2013-01-05 18:04:52 +01:00
nested_through_associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00