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
2010-08-31 19:17:18 +01:00
..
belongs_to_associations_test.rb removing unused code 2010-08-22 17:15:56 -07:00
callbacks_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
cascaded_eager_loading_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
eager_load_includes_full_sti_class_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
eager_load_nested_include_test.rb removes Array#random_element and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune 2010-06-05 01:15:17 +02:00
eager_singularization_test.rb
eager_test.rb Eager loading :through associations will join the :source model if there are :conditions. [#2362 state:resolved] 2010-07-08 22:36:26 +02:00
extension_test.rb avoids warnings about mismatched indentations in Ruby 1.9.2 2010-08-19 03:44:55 +02:00
habtm_join_table_test.rb Revert "Revert "Assert primary key does not exist in habtm when the association is defined, instead of doing that everytime a record is inserted."" 2009-11-23 10:42:32 -08:00
has_and_belongs_to_many_associations_test.rb Change relation merging to always append select, group and order values 2010-08-31 19:17:18 +01:00
has_many_associations_test.rb Change relation merging to always append select, group and order values 2010-08-31 19:17:18 +01:00
has_many_through_associations_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
has_one_associations_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
has_one_through_associations_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
inner_join_association_test.rb cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] 2010-03-15 18:22:31 -07:00
inverse_associations_test.rb Removed warnings when a variable is shadowed 2010-07-19 23:44:45 +08:00
join_model_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00