rails/activerecord/test/cases/adapters/mysql2
noam b64fb3020b Failure to rollback t.timestamps when within a change_table migration
When running the following migration:

    change_table(:table_name) { |t| t/timestamps }

The following error was produced:

    wrong number of arguments (2 for 1) .... /connection_adapters/abstract/schema_statements.rb:851:in `remove_timestamps'

This is due to `arguments` containing an empty hash as its second
argument.
2014-12-03 11:35:40 -05:00
..
active_schema_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
bind_parameter_test.rb %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
boolean_test.rb Clear schema cache before each test 2014-09-01 10:00:48 +09:00
case_sensitivity_test.rb Only use BINARY for mysql case sensitive uniqueness check when column has a case insensitive collation. 2013-11-26 04:59:18 +09:00
connection_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
enum_test.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
explain_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
reserved_word_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
schema_migrations_test.rb use foreign key DSL in our tests. 2014-07-16 10:06:55 +02:00
schema_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
sql_types_test.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00