.. |
change_schema_test.rb
|
Migrations will raise an exception if there are multiple column definitions (same name).
|
2018-06-01 18:58:51 -03:00 |
change_table_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
column_attributes_test.rb
|
Suppress warning: BigDecimal.new is deprecated in activerecord
|
2017-12-13 21:29:06 +00:00 |
column_positioning_test.rb
|
add_reference should respect column position for both reference id and type columns
|
2017-09-01 21:49:28 +09:00 |
columns_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
command_recorder_test.rb
|
Use respond_to test helpers
|
2018-01-25 23:32:58 -05:00 |
compatibility_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
create_join_table_test.rb
|
Fix CustomCops/AssertNot to allow it to have failure message
|
2018-05-13 11:32:47 +09:00 |
foreign_key_test.rb
|
Disable foreign keys during alter_table for sqlite3 adapter
|
2018-05-22 02:08:08 +00:00 |
helper.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
index_test.rb
|
More exercise test_remove_named_index
|
2018-05-02 04:16:15 +09:00 |
logger_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
pending_migrations_test.rb
|
Refactor migration to move migrations paths to connection
|
2018-01-18 08:55:03 -05:00 |
references_foreign_key_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
references_index_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
references_statements_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
rename_table_test.rb
|
Remove usage of strip_heredoc in the framework in favor of <<~
|
2018-02-16 19:28:30 -05:00 |