aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migrator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-021-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-3/+3
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-3/+3
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-3/+3
* Reset ActiveRecord::Migration.message_count counter before start testingAkira Matsuda2014-08-291-1/+1
* Bring original puts back after finishing testsAkira Matsuda2014-08-291-0/+12
* Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-291-1/+2
* Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* No need for trailing slash on migration path.Jeremy Kemper2014-04-241-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-3/+3
* Used Yield instead of block.callKuldeep Aggarwal2013-11-151-3/+3
* Remove deprecated String constructor from `ActiveRecord::Migrator`.Yves Senn2013-07-041-6/+0
* 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