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
2017-11-09 16:57:11 +09:00
..
adapters
associations Fix preloading polymorphic multi-level through association 2017-11-06 06:40:36 +09:00
attribute_methods
coders
connection_adapters
connection_specification
fixture_set
migration
relation
scoping scoping should respect current class and STI constraint (#29199) 2017-11-06 08:29:40 +09:00
tasks Fix bin/rails db:migrate with specified VERSION 2017-11-06 22:40:10 +00:00
type
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_decorators_test.rb
attribute_methods_test.rb
attribute_set_test.rb
attribute_test.rb
attributes_test.rb
autosave_association_test.rb
base_test.rb
batches_test.rb
binary_test.rb
bind_parameter_test.rb
cache_key_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb Ensure apply_join_dependency for collection_cache_key if eager-loading is needed 2017-11-06 03:34:15 +09:00
column_alias_test.rb
column_definition_test.rb
comment_test.rb
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_test.rb
date_time_precision_test.rb
date_time_test.rb
defaults_test.rb
dirty_test.rb
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
instrumentation_test.rb
integration_test.rb
invalid_connection_test.rb
invertible_migration_test.rb
json_attribute_test.rb
json_serialization_test.rb
json_shared_test_cases.rb
locking_test.rb Should pass test_no_locks_no_wait not only on PostgreSQLAdapter and OracleAdapter 2017-11-09 16:57:11 +09:00
log_subscriber_test.rb
migration_test.rb
migrator_test.rb Fix bin/rails db:migrate with specified VERSION 2017-11-06 22:40:10 +00:00
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
null_relation_test.rb
numeric_data_test.rb
persistence_test.rb Ensure apply_join_dependency for update_all and delete_all if eager-loading is needed 2017-11-06 04:04:54 +09:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_test.rb
relations_test.rb
reload_models_test.rb
reserved_word_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb
schema_loading_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb
suppressor_test.rb
test_case.rb
test_fixtures_test.rb
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb Consolidate redundant if and unless with the same condition 2017-11-09 05:08:26 +09:00
transactions_test.rb Run ConcurrentTransactionTest if supports_transaction_isolation? 2017-11-08 23:42:52 +00:00
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
yaml_serialization_test.rb