rails/activerecord/test/cases/migration
2023-03-02 17:03:52 +11:00
..
change_schema_test.rb Add table to error for duplicate column definitions 2022-09-23 15:40:37 +02:00
change_table_test.rb Make check_constraint_exists? public 2022-08-11 16:52:09 +03:00
check_constraint_test.rb Adds validate to foreign keys and check constraints in schema.rb 2022-10-25 19:34:39 -04:00
column_attributes_test.rb Raise ArgumentError for invalid :limit and :precision like as other options 2019-04-07 16:14:42 +09:00
column_positioning_test.rb
columns_test.rb Merge pull request #45807 from ahoglund/binary-collation-fix-2 2022-08-12 13:55:55 -07:00
command_recorder_test.rb Add support for bulk change_table revert 2022-10-14 11:40:14 +00:00
compatibility_test.rb Use included hook to properly call adapter helpers from a module 2023-01-01 21:43:24 +09:00
create_join_table_test.rb Forward drop_join_table options to drop_table 2022-05-24 14:21:09 +03:00
exclusion_constraint_test.rb adds support for exclusion constraints (PostgreSQL-only) 2022-06-14 08:09:47 -04:00
foreign_key_test.rb Fix retrieving foreign keys referencing tables named like keywords in PostgreSQL and MySQL 2023-02-17 13:05:11 +02:00
helper.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
index_test.rb support using both include and where at the same time on a PostgreSQL index 2023-03-02 17:03:52 +11:00
invalid_options_test.rb Add support for include index option 2023-02-21 15:52:50 -07:00
logger_test.rb Clear metadata tables in tests instead of droping 2023-01-11 02:56:49 +02:00
pending_migrations_test.rb AR adapter helpers are now available only within AR::TestCase class 2023-01-01 21:43:24 +09:00
references_foreign_key_test.rb Add ReferenceDefinition#add doesn't need a Table argument 2021-12-17 15:04:47 -05:00
references_index_test.rb Optimise length of default index name for polymorphic references 2020-10-30 00:33:39 +00:00
references_statements_test.rb Add ReferenceDefinition#add doesn't need a Table argument 2021-12-17 15:04:47 -05:00
rename_table_test.rb Enforce limit on table names length 2022-06-13 14:10:14 +03:00
schema_definitions_test.rb Don't store ddl on schema definitions 2022-08-08 08:12:24 -04:00