aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/pending_migrations_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-12/+0
| | | | | | | `supports_migrations?` was added at 4160b518 to determine if schema statements (`create_table`, `drop_table`, etc) are implemented in the adapter. But all tested databases has been supported migrations since a4fc93c3 at least.
* 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