rails--rails/activerecord/test/cases
Hongli Lai (Phusion) 885c11b8f9 Make SQLite3 pass the unit tests for savepoints. 2008-11-03 20:56:14 +01:00
..
associations Skip collection ids reader optimization if using :finder_sql 2008-10-23 18:53:44 -07:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb Make sure recreate MySQL test database with the proper encoding and collation [#1165 state:resolved] 2008-10-03 22:08:55 +02:00
active_schema_test_postgresql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Remove the functionality introduce in 28d3390 2008-10-10 17:04:46 +02:00
attribute_methods_test.rb "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead. 2008-10-25 14:52:44 +05:30
base_test.rb Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean)(Andreas Korth) [#857 state:committed] 2008-10-27 17:16:45 +01:00
binary_test.rb
calculations_test.rb Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved] 2008-10-04 20:13:44 +01:00
callbacks_observers_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
column_definition_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb Fix the final MySQL unit test failure that's related to savepoint support. 2008-11-03 20:55:53 +01:00
deprecated_finder_test.rb
dirty_test.rb
finder_respond_to_test.rb
finder_test.rb Fixed issue where block is not called on the very first invocation of a find_or_create_by_ automatic finder. 2008-10-24 21:35:05 +02:00
fixtures_test.rb
helper.rb Fix assert_queries failures by ignoring savepoint sql. 2008-11-03 20:55:40 +01:00
i18n_test.rb
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join strings to avoid table aliasing problems. 2008-09-24 13:26:06 +02:00
migration_test.rb
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join strings to avoid table aliasing problems. 2008-09-24 13:26:06 +02:00
pk_test.rb
pooled_connections_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflection logic 2008-10-04 17:49:39 +01:00
reload_models_test.rb Try reloading model on class mismatch [#229 state:resolved] 2008-10-04 17:49:38 +01:00
reserved_word_test_mysql.rb
sanitize_test.rb Change all calls to String#chars to String#mb_chars. 2008-09-21 18:01:15 +02:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
transactions_test.rb Make SQLite3 pass the unit tests for savepoints. 2008-11-03 20:56:14 +01:00
unconnected_test.rb
validations_i18n_test.rb
validations_test.rb
xml_serialization_test.rb