aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/logger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-4/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* transactions can be turned off per Migration.Yves Senn2013-03-051-1/+1
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-2/+0
* Remove method redefined warningsCarlos Antonio da Silva2012-12-061-1/+1
* Add metadata to schema_migrationsJosh Susser2012-12-011-1/+3
* disable transactions for this testAaron Patterson2012-01-171-1/+4
* Fix ActiveRecord mysql testsPiotr Sarnacki2012-01-161-1/+2
* 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