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
Jean Boussier 46e43f57f6
Merge pull request #43078 from Shopify/ar-query-log-default-context
Make ActiveRecord::QueryLogs default behavior to return the context content
2021-08-23 17:44:40 +02:00
..
adapters Address FixturesWithForeignKeyViolationsTest#test_does_not_raise_if_no_fk_violations 2021-07-21 16:54:35 +09:00
arel
associations Address "NameError: Rails couldn't find a valid model for Club association" 2021-08-05 12:40:19 +09:00
attribute_methods
coders
connection_adapters Fix typo in docs 2021-07-29 12:10:43 -04:00
database_configurations Implement db config option database_tasks: false 2021-08-16 11:18:49 -07:00
encryption Make active record encryption work with store attributes 2021-08-14 11:06:51 +02:00
fixture_set
migration
relation Merge branch 'main' into structurally-compatible 2021-08-04 17:23:07 +02:00
scoping Remove "stupid" from active record 2021-07-28 11:09:10 -04:00
tasks
type Fix bug with TypeMap default values 2021-07-14 13:26:37 -04:00
validations
adapter_prevent_writes_test.rb
adapter_test.rb
aggregations_test.rb
annotate_test.rb
ar_schema_test.rb
associations_test.rb Add available_records argument to Associations::Preloader 2021-07-14 08:44:03 -04:00
asynchronous_queries_test.rb
attribute_methods_test.rb
attributes_test.rb
autosave_association_test.rb
base_prevent_writes_test.rb
base_test.rb Implement support for before_remove_const in zeitwek mode 2021-08-09 13:15:10 +02:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
boolean_test.rb
cache_key_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb
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_configurations_test.rb Replace kwarg for displaying all configurations 2021-08-17 09:27:18 -04:00
database_selector_test.rb
database_statements_test.rb
date_test.rb
date_time_precision_test.rb
date_time_test.rb
defaults_test.rb Merge pull request #40822 from fatkodima/fix-mysql-column-default 2021-07-27 23:30:26 +02:00
delegated_type_test.rb
dirty_test.rb
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb
excluding_test.rb
explain_subscriber_test.rb
explain_test.rb
filter_attributes_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb Raise error on invalid fixture primary key 2021-07-14 08:54:38 -04:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Merge pull request #40822 from fatkodima/fix-mysql-column-default 2021-07-27 23:30:26 +02:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Restore autoloading test for STI 2021-08-22 01:13:00 +02:00
insert_all_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
log_subscriber_test.rb
marshal_serialization_test.rb
migration_test.rb Move comment after newline in installed migrations 2021-08-04 00:52:53 -04:00
migrator_test.rb Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
mixin_test.rb
modules_test.rb
multi_db_migrator_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
pooled_connections_test.rb
prepared_statement_status_test.rb
primary_class_test.rb
primary_keys_test.rb
query_cache_test.rb Define adapter type maps statically when possible 2021-07-13 14:21:03 +02:00
query_logs_test.rb Merge pull request #43078 from Shopify/ar-query-log-default-context 2021-08-23 17:44:40 +02:00
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_test.rb
relations_test.rb Fix eager_loading? when ordering with Symbol 2021-07-30 10:19:07 +02:00
reload_models_test.rb
reserved_word_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Merge pull request #40822 from fatkodima/fix-mysql-column-default 2021-07-27 23:30:26 +02:00
schema_loading_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
signed_id_test.rb
statement_cache_test.rb
statement_invalid_test.rb
store_test.rb Address "NameError: Rails couldn't find a valid model for Club association" 2021-08-05 12:40:19 +09:00
strict_loading_test.rb Address "NameError: Rails couldn't find a valid model for Club association" 2021-08-05 12:40:19 +09:00
suppressor_test.rb
test_case.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
test_databases_test.rb
test_fixtures_test.rb
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb
type_test.rb
types_test.rb
unconnected_test.rb
unsafe_raw_sql_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
yaml_serialization_test.rb