aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migrator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reset AR::Migration.verbose change to avoid depending on test run orderAkira Matsuda2013-01-081-0/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-4/+4
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+6
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-6/+3
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+6
* stop more ddl changesAaron Patterson2012-01-161-0/+16
* stop ddl modifications for another testAaron Patterson2012-01-161-0/+10
* use one based indexes for the mock migrationsAaron Patterson2012-01-161-16/+16
* stop making ddl changes for migrator testsAaron Patterson2012-01-161-12/+78
* actually use the variable I created. :bomb: thanks @exvivaAaron Patterson2012-01-161-1/+1
* move another migrator to use sensorsAaron Patterson2012-01-161-0/+18
* moving verbosity tests to the migrator test, removing ddl changesAaron Patterson2012-01-161-0/+24
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-161-0/+1
* prefer method sensors over actual ddl changesAaron Patterson2012-01-161-0/+84
* testing the current version methodAaron Patterson2012-01-161-1/+26
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-0/+1
* stop depending on the filesystem for interleaved migration testsAaron Patterson2012-01-131-1/+49
* move another migrator test, use schema migration modelAaron Patterson2012-01-131-0/+9
* move another migrator test to the correct classAaron Patterson2012-01-131-0/+11
* moving more migrator tests to the right test caseAaron Patterson2012-01-131-0/+38
* moving migrator tests to a migrator test classAaron Patterson2012-01-131-0/+26