aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/logger_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* disable transactions for this testAaron Patterson2012-01-171-1/+4
|
* Fix ActiveRecord mysql testsPiotr Sarnacki2012-01-161-1/+2
| | | | | | | | | 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.
* make sure the migration table is alive and emptyAaron Patterson2012-01-131-0/+11
|
* removing migration files as they are no longer neededAaron Patterson2012-01-131-2/+2
|
* remove dependency on the filesystemAaron Patterson2012-01-131-3/+8
|
* moving logger test to its own fileAaron Patterson2012-01-131-0/+17