rails/activerecord/test/cases/migration
Eric Tipton 3a21870c6f Make 'enable_extension' revertible
If 'enable_extension' is used in a migration's 'change' method, use
'disable_extension' on down migration (and vice-versa).
2013-08-10 03:25:04 -04:00
..
change_schema_test.rb Fixes #10432 add_column not creating array columns in PostgreSQL 2013-06-04 00:18:59 -04:00
change_table_test.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
column_attributes_test.rb removes the obsolete private method column_methods_hash [Closes #11406] 2013-07-16 17:27:58 +02:00
column_positioning_test.rb adding missing require 2012-01-10 14:48:31 -08:00
columns_test.rb anual_salary => annual_salary 2013-03-28 21:45:08 +05:30
command_recorder_test.rb Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
create_join_table_test.rb Remove duplicated methods in command recorder and duplicated test name 2012-12-21 19:55:24 -02:00
helper.rb Initialize accessors to remove some warnings in Ruby 2.0 2012-11-19 12:52:19 -02:00
index_test.rb Remove behavior that deals with a string as third argument of add_index, because this was deprecated. 2013-06-02 08:44:31 +09:00
logger_test.rb transactions can be turned off per Migration. 2013-03-05 16:12:08 +01:00
references_index_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
references_statements_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
rename_table_test.rb also rename indexes when a table or column is renamed 2013-02-20 18:19:25 +01:00
table_and_index_test.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00