aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations
Commit message (Expand)AuthorAgeFilesLines
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-1/+1
* Unify the internal source control .keep file nameKoichi ITO2017-08-241-0/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1927-0/+54
* Fix `test_copying_migrations_preserving_magic_comments`Ryuta Kamizono2017-07-021-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0228-30/+2
* Enforce frozen string in RubocopKir Shatrov2017-07-0128-2/+30
* modernizes hash syntax in activerecordXavier Noria2016-08-066-10/+10
* Fix migration class names in testsRyuta Kamizono2016-05-286-6/+6
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-1528-28/+28
* 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