rails/activerecord/test/cases/associations
Santiago Pastorino 6898c167c3 Make sure about which is the first element of the query, fixes a postgresql 8.4 failing test
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-09 10:06:41 +02:00
..
belongs_to_associations_test.rb fix test_belongs_to_with_primary_key_joins_on_correct_column test on Oracle 2010-06-04 22:44:04 +03:00
callbacks_test.rb Make HABTM#create behave the same as << with after_add callbacks. Closes #11374 [freels] 2008-04-04 14:37:22 +00:00
cascaded_eager_loading_test.rb Make sure about which is the first element of the query, fixes a postgresql 8.4 failing test 2010-06-09 10:06:41 +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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
eager_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
extension_test.rb applied patch to fix the associations with blocks in modules bug from an old trac ticket 2008-09-20 13:46:09 -07: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 Remove find_with_associations and related code from associations now that Relation handles that stuff 2010-01-20 01:20:20 +05:30
has_many_associations_test.rb do order by id when finding first fixture to ensure that it is correct one 2010-06-04 22:44:02 +03:00
has_many_through_associations_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
has_one_associations_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
has_one_through_associations_test.rb Allow ho:through#build when the owner is a new record [#1749 state:resolved] 2009-08-10 00:46:16 +01: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 Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
join_model_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00