1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
2008-05-08 20:31:54 -05:00
..
associations
aaa_create_tables_test.rb
active_schema_test_mysql.rb
active_schema_test_postgresql.rb
adapter_test.rb Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementation non-optional 2008-05-07 13:01:46 +12:00
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Calling ActiveRecord#inspect on an unloaded association won't wipe the collection [#9 state:resolved] 2008-05-08 00:04:53 -05:00
attribute_methods_test.rb ActiveRecord time zone aware attributes: blank string is treated as nil when assigned to writer 2008-05-08 20:31:54 -05:00
base_test.rb
binary_test.rb
calculations_test.rb
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
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
helper.rb
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb create_table :force => true no longer tries to drop a non-existing table 2008-05-07 13:01:46 +12:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb
reserved_word_test_mysql.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementation non-optional 2008-05-07 13:01:46 +12:00
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb
xml_serialization_test.rb