aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve the error messageRafael Mendonça França2013-04-191-1/+1
* Support transactions in Migrator.runbondarev2013-04-181-0/+26
* Preserve magic comments and content encoding of copied migrations.OZAWA Sakuro2013-03-091-0/+20
* If an index can't be found by column, use the index name.Ezekiel Smithburg2013-03-071-0/+16
* transactions can be turned off per Migration.Yves Senn2013-03-051-0/+32
* transactional migration test-case was broken.Yves Senn2013-03-051-3/+7
* Be sure to clear schema cacheAkira Matsuda2013-01-221-0/+3
* Reset table_name_{prefix,suffix}, and table_name after each testAkira Matsuda2013-01-221-11/+4
* Fix failing test under sqlite3Akira Matsuda2013-01-071-1/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-2/+2
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-10/+1
* convert time to stringJosh Susser2012-12-061-1/+1
* style cleanupJosh Susser2012-12-031-1/+1
* Add metadata to schema_migrationsJosh Susser2012-12-011-0/+9
* Move migration test together with other join table testsCarlos Antonio da Silva2012-11-211-7/+0
* Merge pull request #7716 from steveklabnik/issue_7715Rafael Mendonça França2012-11-211-0/+7
|\
| * Coerce strings in create_join_table.Steve Klabnik2012-11-211-0/+7
* | fix test :/Jon Leighton2012-10-191-5/+1
|/
* Use . instead of :: for class methods, add CHANGELOG entriesJosé Valim2012-06-101-2/+2
* Merge pull request #6665 from schneems/schneems/raise-migration-errorJosé Valim2012-06-101-0/+15
|\
| * raise error for pending migration schneems2012-06-091-2/+2
| * add convenience methods for checking migrationsschneems2012-06-031-0/+15
* | Fix fragile #assert_queries implementation and usages.Steve Jorgensen2012-06-091-1/+1
|/
* port some mocha to minitest/mockAaron Patterson2012-05-181-222/+0
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-2/+23
* Refactored remove_columnEdgars Beigarts2012-05-021-2/+2
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-8/+8
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+1
* Fix ORA-00972 error at test_rename_table_with_prefix_and_suffixYasuo Honda2012-04-131-4/+4
* moving ordered hash to normal hash because ruby 1.9.3 hash defaultly ordered oneKarunakar (Ruby)2012-02-091-5/+5
* stop more ddl changesAaron Patterson2012-01-161-14/+0
* stop ddl modifications for another testAaron Patterson2012-01-161-12/+0
* stop making ddl changes for migrator testsAaron Patterson2012-01-161-55/+0
* move another migrator to use sensorsAaron Patterson2012-01-161-12/+0
* moving verbosity tests to the migrator test, removing ddl changesAaron Patterson2012-01-161-18/+0
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-161-22/+1
* fix tests on sqlite3Aaron Patterson2012-01-161-0/+4
* prefer method sensors over actual ddl changesAaron Patterson2012-01-161-69/+0
* test that migrations have connections, and method missing delegatesAaron Patterson2012-01-161-7/+16
* making sure the temp connection and the real connection are different after dupAaron Patterson2012-01-161-3/+3
* stop depending on the filesystem for interleaved migration testsAaron Patterson2012-01-131-21/+0
* refactor the migrate method to filter migrations before running themAaron Patterson2012-01-131-1/+1
* move schema dumper tests to the correct classAaron Patterson2012-01-131-9/+0
* move another migrator test, use schema migration modelAaron Patterson2012-01-131-10/+0
* move another migrator test to the correct classAaron Patterson2012-01-131-11/+0
* moving more migrator tests to the right test caseAaron Patterson2012-01-131-40/+0
* test code that finds migrationsAaron Patterson2012-01-131-6/+1
* moving migrator tests to a migrator test classAaron Patterson2012-01-131-18/+0
* adding a test class for table renamingAaron Patterson2012-01-131-70/+0
* moving more column renaming testsAaron Patterson2012-01-131-71/+0