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/migration
Rafael Mendonça França 89bcca59e9 Remove usage of strip_heredoc in the framework in favor of <<~
Some places we can't remove because Ruby still don't have a method
equivalent to strip_heredoc to be called in an already existent string.
2018-02-16 19:28:30 -05:00
..
change_schema_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
change_table_test.rb
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 Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
foreign_key_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
helper.rb
index_test.rb Remove deprecated argument default from index_name_exists? 2017-10-23 12:50:45 -04:00
logger_test.rb
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
references_index_test.rb
references_statements_test.rb
rename_table_test.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00