1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Aaron Patterson
18a62acd6d disable transactions for this test 2012-01-17 09:18:40 -08:00
Piotr Sarnacki
66cabfc9d9 Fix ActiveRecord mysql tests
TL;DR: MySQL sucks.

Since it does not support transactions for schema changes,
when you run `create_table` in setup block, it will commit
current transaction. Now tests want to run `RELEASE SAVEPOINT`
after finishing tests which fails since there is no transaction.
2012-01-16 04:06:14 +01:00
Aaron Patterson
b1e5551422 make sure the migration table is alive and empty 2012-01-13 16:09:47 -08:00
Aaron Patterson
dea59f0150 removing migration files as they are no longer needed 2012-01-13 14:33:57 -08:00
Aaron Patterson
cc88ffed7a remove dependency on the filesystem 2012-01-13 14:33:53 -08:00
Aaron Patterson
974a6402d7 moving logger test to its own file 2012-01-13 14:33:53 -08:00