aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/migrations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+12
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-081-134/+115
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-73/+73
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-0/+6
* Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-3/+3
* Fixes #28359Philippe Guay2017-03-261-0/+16
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-36/+36
* applies new string literal convention in railties/testXavier Noria2016-08-061-16/+16
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-32/+32
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-3/+3
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+22
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-6/+8
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-46/+46
* Add a test for db:migrate:status to check missing file scenarioViktar Basharymau2014-06-271-0/+15
* Return a non zero code when db has never been setup on statusPaul B2014-05-071-1/+1
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+31
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+2
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-081-81/+82
* Correctly print names of non-timestamped migrations with db:migrate:statusPeter Mitchell2012-02-171-1/+49
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-1/+1
* Fix indentationPiotr Sarnacki2011-12-091-67/+67
* Allow to run migrations with given scope, with SCOPE=<scope>Piotr Sarnacki2011-12-091-0/+24
* Moves migrations tests from railties/test/application/rake_test.rb to railtie...Kazimierz Kiełkowicz2011-12-071-0/+85