aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/pending_migrations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-25/+25
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-12/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* 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