aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/migrations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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