rails--rails/activerecord/test/cases/associations
Frederick Cheung 44d2142352 Ensure table names are quoted by the association preloading code.
[#45 state:resolved]

Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-04-26 12:14:50 +12:00
..
belongs_to_associations_test.rb Revert "Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy]" 2008-04-11 16:04:11 +12: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 Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] 2008-03-24 02:50:02 +00:00
eager_load_nested_include_test.rb Move the eager load nested include tables into schema.rb and use delete_all instead of drop table to reset the state. 2008-02-20 05:31:03 +00: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 Ensure table names are quoted by the association preloading code. 2008-04-26 12:14:50 +12:00
extension_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
has_and_belongs_to_many_associations_test.rb Fixes a subtle bug when using symbols for key definitions in habtm associations 2008-04-23 21:02:00 +12:00
has_many_associations_test.rb Fix include? on has_many collections with finder_sql to fall back to Array include? rather than try to use SQL. 2008-04-23 20:18:09 +12:00
has_many_through_associations_test.rb Use schema.rb for all databases 2008-04-22 13:55:13 +12:00
has_one_associations_test.rb Split associations_test.rb into multiple files based on association type. [Pratik] 2008-04-06 03:01:09 +00:00
has_one_through_associations_test.rb Split associations_test.rb into multiple files based on association type. [Pratik] 2008-04-06 03:01:09 +00:00
inner_join_association_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
join_model_test.rb Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Association callbacks and <association>_ids= now work with hm:t. Closes #11516 [rubyruy] 2008-04-06 00:27:12 +00:00