aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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