rails--rails/activerecord/test
David Heinemeier Hansson 279113f9b3 Fixed validates_associated should not stop on the first error (closes #4276) [mrj/manfred/josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7094 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-23 17:01:00 +00:00
..
associations Update tests' use of fixtures for the new collections api. Closes #8726. 2007-06-22 17:36:20 +00:00
connections Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur.irb.hr] 2007-06-08 01:37:13 +00:00
fixtures acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
aaa_create_tables_test.rb
abstract_unit.rb with_scope is protected. Closes #8524. 2007-05-30 21:40:55 +00:00
active_schema_test_mysql.rb
adapter_test.rb MySQL: fix show_variable. Closes #8448. 2007-06-20 18:30:35 +00:00
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Update tests' use of fixtures for the new collections api. Closes #8726. 2007-06-22 17:36:20 +00:00
attribute_methods_test.rb
base_test.rb Fix Base#inspect when not every attribute is present. Closes #8623. 2007-06-11 05:02:42 +00:00
binary_test.rb
calculations_test.rb Calculations support non-numeric foreign keys. Closes #8154. 2007-06-01 03:26:51 +00:00
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb Workaround test isolation failure with Task.attr_protected :starting. 2007-05-29 08:29:33 +00:00
default_test_firebird.rb
defaults_test.rb
deprecated_associations_test.rb Remove deprecated find_first and find_all. 2007-06-11 07:45:56 +00:00
deprecated_finder_test.rb Remove deprecated find_first and find_all. 2007-06-11 07:45:56 +00:00
finder_test.rb Remove deprecated find_first and find_all. 2007-06-11 07:45:56 +00:00
fixtures_test.rb Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880. 2007-06-05 03:47:02 +00:00
inheritance_test.rb remove extra debug line. Closes #8681 [Giles Bowkett] 2007-06-18 23:57:00 +00:00
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb Rollback [6961] which breaks SQLite tests. Reference #7345. 2007-06-08 01:40:05 +00:00
migration_test_firebird.rb
mixin_nested_set_test.rb acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
mixin_test.rb Update tests' use of fixtures for the new collections api. Closes #8726. 2007-06-22 17:36:20 +00:00
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb Mock the beginning of the transaction also. References #8642. 2007-06-23 01:58:41 +00:00
unconnected_test.rb
validations_test.rb Fixed validates_associated should not stop on the first error (closes #4276) [mrj/manfred/josh] 2007-06-23 17:01:00 +00:00
xml_serialization_test.rb