aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations
Commit message (Expand)AuthorAgeFilesLines
* Add line endings to files which are missing themSean Griffin2015-02-1710-10/+10
* activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-061-0/+8
* Preserve magic comments and content encoding of copied migrations.OZAWA Sakuro2013-03-091-0/+12
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+11
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-092-10/+0
* Add migration history to schema.rb dumpJosh Susser2012-12-022-0/+10
* stop depending on the filesystem for interleaved migration testsAaron Patterson2012-01-136-62/+0
* removing migration files as they are no longer neededAaron Patterson2012-01-136-54/+0
* instantiate our own broken migration rather than relying on the filesystemAaron Patterson2012-01-131-10/+0
* Run also migrations in subdirectories.Piotr Sarnacki2011-12-093-0/+33
* Ignore origin comment when checking for duplicates on Migration.copyPiotr Sarnacki2011-12-091-0/+9
* add prefix and suffix to renamed tables, closes #1510Vasiliy Ermolovich2011-12-062-0/+20
* in the middle of refactoringAaron Patterson2010-12-0311-26/+26
* Change the method for copying migrations, do not add scope.Piotr Sarnacki2010-10-094-0/+28
* Fix copying migrations to empty directoryPiotr Sarnacki2010-09-031-0/+0
* Implemented ActiveRecord::Migrations#copy based on James Adam's ideaPiotr Sarnacki2010-09-037-0/+69
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+10
* Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...Aslak Hellesøy2008-05-112-0/+14
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-096-0/+62
* move migrationsJeremy Kemper2008-01-1812-0/+130