| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 1 | -1/+1 |
* | Unify the internal source control .keep file name | Koichi ITO | 2017-08-24 | 1 | -0/+0 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 27 | -0/+54 |
* | Fix `test_copying_migrations_preserving_magic_comments` | Ryuta Kamizono | 2017-07-02 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 28 | -30/+2 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 28 | -2/+30 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 6 | -10/+10 |
* | Fix migration class names in tests | Ryuta Kamizono | 2016-05-28 | 6 | -6/+6 |
* | Internal test migrations use the private 'Current' version | Matthew Draper | 2015-12-15 | 28 | -28/+28 |
* | 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 |