aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/pending_migrations_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* no more require minitest mockGaurav Sharma2015-08-271-1/+0
|
* rename MiniTest to MinitestRajarshi Das2014-08-021-2/+2
|
* do not hold on to a stale connection object. fixes #15998Aaron Patterson2014-07-011-2/+5
|
* skip migration check if adapter doesn't support itLucas Clemente2014-04-191-0/+50