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
Yves Senn 3f4964299a tests, favor drop_table and :if_exists over raw SQL.
We've replaced most querues using DROP TABLE in our tests already.
This patch replaces the last couple calls.
2015-03-02 17:43:01 +01:00
..
change_schema_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
change_table_test.rb The short-hand methods should be able to define multiple columns 2015-02-23 07:46:45 +09:00
column_attributes_test.rb
column_positioning_test.rb Remove unused accessor 2015-01-19 08:18:08 +09:00
columns_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
command_recorder_test.rb add test to ensure remove_reference with index and fk is invertable. 2015-02-11 11:20:59 +01:00
create_join_table_test.rb tests, favor drop_table and :if_exists over raw SQL. 2015-03-02 17:43:01 +01:00
foreign_key_test.rb Merge pull request #18662 from estum/foreign-key-exists 2015-02-16 09:39:59 +01:00
helper.rb
index_test.rb
logger_test.rb
pending_migrations_test.rb
references_foreign_key_test.rb prefer drop_table :table, if_exists: true over explicit checks. 2015-02-11 11:21:00 +01:00
references_index_test.rb
references_statements_test.rb
rename_table_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
table_and_index_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00