rails--rails/activerecord/test
Jeremy Kemper 56ade75131 Explicitly require topic from reply fixture.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2867 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-04 05:46:28 +00:00
..
connections Changed :dbfile to :database for SQLite adapter for consistency (old key still works as an alias) (closes #2644) [Dan Peterson] 2005-10-30 08:10:04 +00:00
fixtures Explicitly require topic from reply fixture. 2005-11-04 05:46:28 +00:00
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_mysql.rb
adapter_test.rb
aggregations_test.rb
all.sh
ar_schema_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
association_callbacks_test.rb
association_inheritance_reload.rb
associations_extensions_test.rb Added extension capabilities to has_many and has_and_belongs_to_many proxies [DHH] 2005-11-03 09:06:42 +00:00
associations_go_eager_test.rb
associations_test.rb
base_test.rb Correct reader method generation for primary key attribute: handle case when primary_key is defined but its column is nil, such as when the model class is backed by a view. 2005-11-02 17:30:59 +00:00
binary_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
conditions_scoping_test.rb
copy_table_sqlite.rb
deprecated_associations_test.rb
deprecated_finder_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
finder_test.rb
fixtures_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
migration_test.rb Added that an DuplicateMigrationVersionError gets raised when multiple migrations have the same version number. 2005-10-31 15:43:02 +00:00
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
readonly_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
reflection_test.rb
schema_dumper_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
schema_test_postgresql.rb
synonym_test_oci.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb Add Model.create! to match existing model.save! method. When save! raises RecordInvalid, you can catch the exception, retrieve the invalid record (invalid_exception.record), and see its errors (invalid_exception.record.errors). 2005-11-03 18:54:16 +00:00