rails--rails/activerecord/test
David Heinemeier Hansson 3b9e90a4da Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1146 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-12 05:34:10 +00:00
..
connections
fixtures Fixed db schema 2005-04-10 17:29:14 +00:00
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_mysql.rb
aggregations_test.rb
all.sh
association_inheritance_reload.rb
associations_go_eager_test.rb Added support for has_and_belongs_to_many associations in eager loading #1064 [Dan Peterson] 2005-04-10 17:24:56 +00:00
associations_test.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
base_test.rb
binary_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
deprecated_associations_test.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finder_test.rb
finder_test.rb Added tests 2005-04-03 11:19:14 +00:00
fixtures_test.rb Added quoting of column names for fixtures #997 [jcfischer@gmail.com] 2005-04-07 06:54:25 +00:00
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
migration_mysql.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
reflection_test.rb
thread_safety_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb