rails--rails/activerecord/test
Jeremy Kemper c1efa54195 Include all tables in mysql, sqlite, and postgresql drop sql.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1695 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-05 05:07:49 +00:00
..
connections
fixtures Include all tables in mysql, sqlite, and postgresql drop sql. 2005-07-05 05:07:49 +00:00
aaa_create_tables_test.rb Added preliminary support for an agile database migration technique (currently only for MySQL) 2005-03-01 14:27:32 +00:00
abstract_unit.rb
active_schema_mysql.rb
aggregations_test.rb
all.sh
association_callbacks_test.rb Tests for association callbacks 2005-07-04 08:54:27 +00:00
association_inheritance_reload.rb
associations_go_eager_test.rb Make postgres8 ar tests work #1601 [Tobias Luetke] 2005-07-04 17:16:18 +00:00
associations_test.rb Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] 2005-07-03 08:52:59 +00:00
base_test.rb Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul Legato] 2005-07-03 09:51:24 +00:00
binary_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
deprecated_associations_test.rb
deprecated_finder_test.rb
finder_test.rb Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] And a bug with the offset rules 2005-07-03 12:34:22 +00:00
fixtures_test.rb
inheritance_test.rb Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] 2005-07-03 08:52:59 +00:00
lifecycle_test.rb
locking_test.rb
migration_test.rb Added new Migrations framework for describing schema transformations in a way that can be easily applied across multiple databases #1604 [Tobias Luetke] 2005-07-04 18:51:02 +00:00
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
reflection_test.rb
schema_test_postgresql.rb
thread_safety_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb