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
Jon Leighton 2f6e33d3f8 rm unnecessary test
interpolation is no longer a thing separate from "normal" assoc
conditions.
2012-07-20 19:35:02 +01: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 assertion arguments order 2012-07-13 11:55:48 +01:00
callbacks_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
cascaded_eager_loading_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +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 Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
eager_singularization_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +01:00
eager_test.rb No need to cache table metadata in advance now that #6683 was merged. 2012-06-11 18:13:14 -03:00
extension_test.rb fix association :extend option 2012-07-13 21:20:26 +01: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 Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. 2012-07-20 19:00:46 +01:00
has_many_associations_test.rb rm redundant test 2012-07-20 19:31:17 +01:00
has_many_through_associations_test.rb rm unnecessary test 2012-07-20 19:35:02 +01:00
has_one_associations_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
has_one_through_associations_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
inner_join_association_test.rb remove deprecate #calculate calls 2012-04-26 18:04:41 +01:00
inverse_associations_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +01:00
join_model_test.rb Add tests to delete by fixnum or string id with has many through associations 2012-05-28 22:31:41 -05:00
nested_through_associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00