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
..
belongs_to_associations_test.rb
callbacks_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
cascaded_eager_loading_test.rb
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb
eager_singularization_test.rb
eager_test.rb Revert "porting 515917f5d8 to master" 2010-09-28 15:51:07 -07:00
extension_test.rb
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 AssociationCollection#include? working properly for objects added with build method [#3472 state:resolved] 2010-09-30 12:13:52 -07:00
has_many_associations_test.rb
has_many_through_associations_test.rb AssociationCollection#include? working properly for objects added with build method [#3472 state:resolved] 2010-09-30 12:13:52 -07:00
has_one_associations_test.rb
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