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/connection_adapters
Jean Boussier 1e56b1d115 Fix ruby-master test suite (Psych 4.0.0)
Ruby master ships with Psych 4.0.0 which makes `YAML.load`
defaults to safe mode (https://github.com/ruby/psych/pull/487).

However since these YAML files are trustworthy sources
we can parse them with `unsafe_load`.
2021-05-19 14:21:21 +02:00
..
adapter_leasing_test.rb Fix preventing writes for ApplicationRecord 2021-01-06 09:19:19 -05:00
connection_handler_test.rb Make sure establish_connection with symbol work properly 2021-04-12 22:27:16 +00:00
connection_handlers_multi_db_test.rb Remove database kwarg from connected_to 2020-11-03 16:28:11 -05:00
connection_handlers_multi_pool_config_test.rb Add helper method for resetting connection handlers in tests 2020-08-10 10:20:12 -04:00
connection_handlers_sharding_db_test.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
connection_swapping_nested_test.rb Expose primary_abstract_class public API 2021-01-27 15:01:59 -05:00
legacy_connection_handlers_multi_db_test.rb Deprecate legacy_connection_handling 2021-04-06 18:57:22 -04:00
legacy_connection_handlers_sharding_db_test.rb Deprecate legacy_connection_handling 2021-04-06 18:57:22 -04:00
merge_and_resolve_default_url_config_test.rb Connection specification now passes the "url" key to the adapter 2021-01-22 20:24:33 +00:00
mysql_type_lookup_test.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
schema_cache_test.rb Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
standalone_connection_test.rb Add more methods to NullPool 2021-04-08 10:58:07 -07:00
type_lookup_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00