| Commit message (Expand) | Author | Age | Files | Lines |
* | Add line endings to files which are missing them | Sean Griffin | 2015-02-17 | 10 | -10/+10 |
* | activerecord: Initialize Migration with version from MigrationProxy. | Dylan Thacker-Smith | 2014-01-06 | 1 | -0/+8 |
* | Preserve magic comments and content encoding of copied migrations. | OZAWA Sakuro | 2013-03-09 | 1 | -0/+12 |
* | recognize migrations, in folders containing numbers and 'rb'. | Yves Senn | 2012-12-13 | 1 | -0/+11 |
* | Move to the schema-migrations-metadata branch. | Jeremy Kemper | 2012-12-09 | 2 | -10/+0 |
* | Add migration history to schema.rb dump | Josh Susser | 2012-12-02 | 2 | -0/+10 |
* | stop depending on the filesystem for interleaved migration tests | Aaron Patterson | 2012-01-13 | 6 | -62/+0 |
* | removing migration files as they are no longer needed | Aaron Patterson | 2012-01-13 | 6 | -54/+0 |
* | instantiate our own broken migration rather than relying on the filesystem | Aaron Patterson | 2012-01-13 | 1 | -10/+0 |
* | Run also migrations in subdirectories. | Piotr Sarnacki | 2011-12-09 | 3 | -0/+33 |
* | Ignore origin comment when checking for duplicates on Migration.copy | Piotr Sarnacki | 2011-12-09 | 1 | -0/+9 |
* | add prefix and suffix to renamed tables, closes #1510 | Vasiliy Ermolovich | 2011-12-06 | 2 | -0/+20 |
* | in the middle of refactoring | Aaron Patterson | 2010-12-03 | 11 | -26/+26 |
* | Change the method for copying migrations, do not add scope. | Piotr Sarnacki | 2010-10-09 | 4 | -0/+28 |
* | Fix copying migrations to empty directory | Piotr Sarnacki | 2010-09-03 | 1 | -0/+0 |
* | Implemented ActiveRecord::Migrations#copy based on James Adam's idea | Piotr Sarnacki | 2010-09-03 | 7 | -0/+69 |
* | Made migrations transactional for PostgreSQL [#834 state:resolved] | Tarmo Tänav | 2008-08-22 | 1 | -0/+10 |
* | Added protection against duplicate migration names (Aslak Hellesøy) [#112 st... | Aslak Hellesøy | 2008-05-11 | 2 | -0/+14 |
* | Add support for interleaving migrations by storing which migrations have run ... | Rick Olson | 2008-04-09 | 6 | -0/+62 |
* | move migrations | Jeremy Kemper | 2008-01-18 | 12 | -0/+130 |