rails/activerecord/test/cases/adapters
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
..
mysql Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
mysql2 Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
postgresql pg tests, get rid of global schema schema_1. 2014-12-02 12:08:52 +01:00
sqlite3 Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00