Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -2/+2 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 1 | -25/+25 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Deprecate `supports_migrations?` on connection adapters | Ryuta Kamizono | 2017-02-27 | 1 | -12/+0 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | no more require minitest mock | Gaurav Sharma | 2015-08-27 | 1 | -1/+0 |
* | rename MiniTest to Minitest | Rajarshi Das | 2014-08-02 | 1 | -2/+2 |
* | do not hold on to a stale connection object. fixes #15998 | Aaron Patterson | 2014-07-01 | 1 | -2/+5 |
* | skip migration check if adapter doesn't support it | Lucas Clemente | 2014-04-19 | 1 | -0/+50 |